summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm48_rr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/gsm48_rr.h')
-rw-r--r--src/host/layer23/include/osmocom/gsm48_rr.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/host/layer23/include/osmocom/gsm48_rr.h b/src/host/layer23/include/osmocom/gsm48_rr.h
index dd87ed0..cde5433 100644
--- a/src/host/layer23/include/osmocom/gsm48_rr.h
+++ b/src/host/layer23/include/osmocom/gsm48_rr.h
@@ -31,11 +31,13 @@
#define RR_EST_CAUSE_OTHER_SDCCH 13
#define RR_REL_CAUSE_UNDEFINED 0
-#define RR_REL_CAUSE_NOT_AUTHORIZED 1
-#define RR_REL_CAUSE_RA_FAILURE 2
-#define RR_REL_CAUSE_T3122 3
-#define RR_REL_CAUSE_TRY_LATER 4
-#define RR_REL_CAUSE_EMERGENCY_ONLY 5
+#define RR_REL_CAUSE_NORMAL 1
+#define RR_REL_CAUSE_NOT_AUTHORIZED 2
+#define RR_REL_CAUSE_RA_FAILURE 3
+#define RR_REL_CAUSE_T3122 4
+#define RR_REL_CAUSE_TRY_LATER 5
+#define RR_REL_CAUSE_EMERGENCY_ONLY 6
+#define RR_REL_CAUSE_LOST_SIGNAL 7
#define L3_ALLOC_SIZE 256
#define L3_ALLOC_HEADROOM 64