aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-26 19:00:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-29 12:59:30 +0100
commit41a22a7ab816df7de9cbd4f398e106cc77dd81a5 (patch)
treeb159203a76ea637c25ebcbd0d5a94180ec8a2312 /src/gprs_pcu.h
parentab7159f6ecda4a3f6d578315549de8895ec4fc5a (diff)
NACC: Configure neighbor and SI resolution timeout values
Upon timeout, we move directly to NACC_ST_TX_CELL_CHG_CONTINUE in order to submit a Cell Change Continue against the MS without providing any Packet Neighbor Cell Data beforehand, as per spec that's probably the best we can do in this scenario (TS 44.060): """ 1) The network responds with a PACKET CELL CHANGE CONTINUE message. If a mobile station as response to a PACKET CELL CHANGE NOTIFICATION message receives a PACKET CELL CHANGE CONTINUE message without receiving any neighbour cell system information, the mobile station shall stop timer T3208, stop timer T3210 if still running, leave CCN mode and continue cell reselection in NC0/NC1 mode. """ Related: SYS#4909 Change-Id: Ia9932ab082ec095294e85dc4d532046970e17986
Diffstat (limited to 'src/gprs_pcu.h')
-rw-r--r--src/gprs_pcu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gprs_pcu.h b/src/gprs_pcu.h
index 4f22f68b..9f75fb80 100644
--- a/src/gprs_pcu.h
+++ b/src/gprs_pcu.h
@@ -37,6 +37,8 @@
#define MAX_EDGE_MCS 9
#define MAX_GPRS_CS 4
+#define PCU_TDEF_NEIGH_RESOLVE_TO (-1)
+#define PCU_TDEF_SI_RESOLVE_TO (-2)
#define PCU_TDEF_NEIGH_CACHE_ALIVE (-10)
#define PCU_TDEF_SI_CACHE_ALIVE (-11)