aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-04 18:43:44 +0100
committerMax <msuraev@sysmocom.de>2018-01-04 18:43:44 +0100
commitff2eedac0f8c839ecb213f23a8e8e7d045afba7b (patch)
tree23ef60682bc0053ca916e5da84b5e606a420ca7b /include/osmocom
parent5995281fd685eca0e7433b7467d37040febcbebc (diff)
Fix incorrect spec reference
RAI is defined in 3GPP TS 24.008 § 10.5.5.15 Change-Id: I484485d8c4c56b58dfecc1193bcdd48e61957422
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 01ab5998..93b8c59f 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1648,7 +1648,7 @@ enum gsm48_bcap_speech_ver {
#define GSM48_MID_TMSI_LEN (GSM48_TMSI_LEN + 2)
#define GSM48_MI_SIZE 32
-/* Chapter 10.4.4.15 */
+/* 3GPP TS 24.008 § 10.5.5.15 Routing area identification */
struct gsm48_ra_id {
uint8_t digits[3]; /* MCC + MNC BCD digits */
uint16_t lac; /* Location Area Code */