aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-01-14 20:28:56 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-01-14 20:46:03 +0100
commit6ad50aaebdc2d89518f77766cfe128c0e3d13a53 (patch)
treeb52137e850d0e7c54c5cab183fc592e7fc1be888
parentf8963f9d4e06a37c96cc0fed91f2b3f731382594 (diff)
comments: update/fix three 3GPP spec references
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h2
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08_gprs.h2
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_08.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 86b5f6f8..234fa793 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1821,7 +1821,7 @@ enum gsm48_cause_loc {
GSM48_CAUSE_LOC_NET_BEYOND = 0x0a,
};
-/* Section 10.5.2.31 RR Cause / Table 10.5.70 */
+/* 3GPP TS 44.018 10.5.2.31 RR Cause / Table 10.5.70 */
enum gsm48_rr_cause {
GSM48_RR_CAUSE_NORMAL = 0x00,
GSM48_RR_CAUSE_ABNORMAL_UNSPEC = 0x01,
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index 2ec0aa73..86c5b016 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
@@ -238,7 +238,7 @@ enum gsm48_gmm_cause {
extern const struct value_string *gsm48_gmm_cause_names;
-/* Chapter 10.4.6.6 / Table 10.5.157 */
+/* 3GPP TS 24.008 10.5.6.6 / Table 10.5.157 */
enum gsm48_gsm_cause {
GSM_CAUSE_OPER_DET_BARR = 0x08,
GSM_CAUSE_MBMS_CAP_INSUF = 0x18,
diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h
index 5e93abe2..33f3a6f2 100644
--- a/include/osmocom/gsm/protocol/gsm_08_08.h
+++ b/include/osmocom/gsm/protocol/gsm_08_08.h
@@ -322,7 +322,7 @@ enum GSM0808_SIGNALLING_FIELD_ELEMENT_CODING {
GSM0808_FE_IE_IRAT_MEASUREMENT_CONFIGURATION_EXTENDED_E_ARFCNS = 0x11, /*< 3.2.3.18 */
};
-/* GSM 08.08 3.2.2.5 Cause */
+/* 3GPP TS 48.008 3.2.2.5 Cause */
enum gsm0808_cause {
GSM0808_CAUSE_RADIO_INTERFACE_MESSAGE_FAILURE = 0,
GSM0808_CAUSE_RADIO_INTERFACE_FAILURE = 1,