aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-06-01 10:46:41 +0000
committerGerrit Code Review <gerrit@2a01:4f8:191:444b:0:0:2:12>2016-06-01 10:46:41 +0000
commite1197481e59b9ef8807057081da1f349975cfdb7 (patch)
tree64d1bbac784576454e3ce9688f518e24e73a4b97 /openbsc
parenta9ca72d907efc4a81075bb0d37fd975f0b512d85 (diff)
parent0f46f9ca5a70750599a0027dadec21355efa4105 (diff)
Merge "rename enum gprs_mm_state to gprs_gmm_state"
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index 898b7a514..5fbbf2845 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -23,7 +23,7 @@ struct gsm_subscriber;
enum gsm48_gsm_cause;
/* TS 04.08 4.1.3.3 GMM mobility management states on the network side */
-enum gprs_mm_state {
+enum gprs_gmm_state {
GMM_DEREGISTERED, /* 4.1.3.3.1.1 */
GMM_COMMON_PROC_INIT, /* 4.1.3.3.1.2 */
GMM_REGISTERED_NORMAL, /* 4.1.3.3.2.1 */
@@ -98,7 +98,7 @@ struct sgsn_mm_ctx {
struct llist_head list;
char imsi[GSM23003_IMSI_MAX_DIGITS+1];
- enum gprs_mm_state mm_state;
+ enum gprs_gmm_state mm_state;
uint32_t p_tmsi;
uint32_t p_tmsi_old; /* old P-TMSI before new is confirmed */
uint32_t p_tmsi_sig;