From 2e91fee1ad5c69f9336716b57979eb7557251778 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 2 Sep 2019 13:55:21 +0200 Subject: enum gprs_gmm_state: Fix spec reference Change-Id: I62121e46e5091e5b559397aa01f107ddc23e2c18 --- include/osmocom/sgsn/gprs_sgsn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3