From ff2eedac0f8c839ecb213f23a8e8e7d045afba7b Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 Jan 2018 18:43:44 +0100 Subject: Fix incorrect spec reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RAI is defined in 3GPP TS 24.008 § 10.5.5.15 Change-Id: I484485d8c4c56b58dfecc1193bcdd48e61957422 --- include/osmocom/gsm/protocol/gsm_04_08.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom') 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 */ -- cgit v1.2.3