aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-24 17:35:19 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-24 17:35:19 +0200
commit276ca4b1722df573f9af7735820712bcaf32b800 (patch)
treead5af65f16ab41c424cbcf8b2f5546f1b3a28a32
parentf39aed69424b8116f577d497a0235ba2d735a0cd (diff)
gsm48.h: define the reserved TMSI in libosmocore, not openbsc
-rw-r--r--include/osmocom/gsm/gsm48.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm48.h b/include/osmocom/gsm/gsm48.h
index 151b14e7..a4522d74 100644
--- a/include/osmocom/gsm/gsm48.h
+++ b/include/osmocom/gsm/gsm48.h
@@ -4,6 +4,9 @@
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <osmocom/gsm/gsm48_ie.h>
+/* reserved according to GSM 03.03 ยง 2.4 */
+#define GSM_RESERVED_TMSI 0xFFFFFFFF
+
/* A parsed GPRS routing area */
struct gprs_ra_id {
uint16_t mnc;