aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-02 13:55:21 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-02 14:03:04 +0200
commit2e91fee1ad5c69f9336716b57979eb7557251778 (patch)
treefa248b56f83504a0ae2e7a9e16894ea5efa15750
parent33ebedc3d595da143bbeb2dd6a476ee0134d9858 (diff)
enum gprs_gmm_state: Fix spec reference
-rw-r--r--include/osmocom/sgsn/gprs_sgsn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h
index 8e8b762f1..20e0e06a6 100644
--- a/include/osmocom/sgsn/gprs_sgsn.h
+++ b/include/osmocom/sgsn/gprs_sgsn.h
@@ -23,7 +23,7 @@ struct gprs_subscr;
enum gsm48_gsm_cause;
-/* TS 04.08 4.1.3.3 GMM mobility management states on the network side */
+/* 3GPP TS 24.008 ยง 4.1.3.3 GMM mobility management states on the network side */
enum gprs_gmm_state {
GMM_DEREGISTERED, /* 4.1.3.3.1.1 */
GMM_COMMON_PROC_INIT, /* 4.1.3.3.1.2 */