From 1ef041ff1e390adcd0f97075f1ed52177b7ed3e0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 9 Apr 2010 07:52:12 +0200 Subject: gsm48: introduce MM_CONNECTION_PEND state --- include/osmocore/protocol/gsm_04_08.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h index 801b9b54..47b98b29 100644 --- a/include/osmocore/protocol/gsm_04_08.h +++ b/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 -- cgit v1.2.3