aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-12 17:49:09 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-12 17:50:00 +0200
commit404d9b8bbaf8f06afa0ccba6a8a5e96eccf7a553 (patch)
tree99db0dcfe27834bf5ade305e980b9b3511552fe9 /include/osmocom/sgsn
parentd723a97faee6efeed665a70bb6286887b6cd724b (diff)
Introduce define TLLI_UNASSIGNED
Diffstat (limited to 'include/osmocom/sgsn')
-rw-r--r--include/osmocom/sgsn/gprs_llc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h
index 5b1224804..8a0b9efbd 100644
--- a/include/osmocom/sgsn/gprs_llc.h
+++ b/include/osmocom/sgsn/gprs_llc.h
@@ -192,6 +192,9 @@ struct gprs_llc_llme {
#define GPRS_LLME_RESET_AGE (0)
+/* 3GPP TS 44.064 ยง 8.3 TLLI assignment procedures */
+#define TLLI_UNASSIGNED (0xffffffff)
+
extern struct llist_head gprs_llc_llmes;
/* LLC low level types */