From 4f8da6dfd56a936151fd9d7c647152333c6def1a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 31 Jan 2017 15:34:26 +0100 Subject: gprs/sgsn: rename gprs->mm_state -> gmm_state GMM is the right term. MM state is already occupied. Change-Id: I9cfdcf921e4ebd14a5e7ce7489ec4ce5d1f5515f --- openbsc/include/openbsc/gprs_sgsn.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h index dc165d30e..f50de1115 100644 --- a/openbsc/include/openbsc/gprs_sgsn.h +++ b/openbsc/include/openbsc/gprs_sgsn.h @@ -36,9 +36,9 @@ enum gprs_pmm_state { PMM_DETACHED, PMM_CONNECTED, PMM_IDLE, - MM_IDLE = PMM_DETACHED, - MM_READY = PMM_CONNECTED, - MM_STANDBY = PMM_IDLE, + MM_IDLE, + MM_READY, + MM_STANDBY, }; enum gprs_mm_ctr { @@ -126,7 +126,7 @@ struct sgsn_mm_ctx { enum sgsn_ran_type ran_type; char imsi[GSM23003_IMSI_MAX_DIGITS+1]; - enum gprs_gmm_state mm_state; + enum gprs_gmm_state gmm_state; enum gprs_pmm_state pmm_state; /* Iu: page when in PMM-IDLE mode */ uint32_t p_tmsi; uint32_t p_tmsi_old; /* old P-TMSI before new is confirmed */ -- cgit v1.2.3