summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2010-04-04 19:42:43 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2010-04-04 19:42:43 +0200
commit5118bb887a72254433b8002e653db1b10a9ac6d4 (patch)
treeef00bae760e1a06287cd332da3988a2916588cb3 /src/shared/libosmocore/include
parent6be5c597f9fceb5f84c0f7c19b17f684dc847ff4 (diff)
Work on layer 3: finished Call Control layer
Diffstat (limited to 'src/shared/libosmocore/include')
-rw-r--r--src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h b/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
index 801b9b54..0e2cd8e2 100644
--- a/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
+++ b/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
@@ -685,6 +685,7 @@ enum chreq_type {
/* Chapter 5.1.2.2 */
#define GSM_CSTATE_NULL 0
#define GSM_CSTATE_INITIATED 1
+#define GSM_CSTATE_MM_CONNECTION_PEND 2 /* see 10.5.4.6 */
#define GSM_CSTATE_MO_CALL_PROC 3
#define GSM_CSTATE_CALL_DELIVERED 4
#define GSM_CSTATE_CALL_PRESENT 6