diff options
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 2 |
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 */ |