Change in libosmocore[master]: Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat May 26 10:22:10 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9303 )

Change subject: Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11
......................................................................

Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11

Change-Id: I3d9c8e117ad19f70a3273650d7c0f8280d7bdb9a
---
M include/osmocom/gsm/protocol/gsm_04_08.h
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 68ba650..0bb2dce 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1387,6 +1387,14 @@
 	GSM48_SIGNAL_ALERT_OFF	= 0x4f,
 };
 
+/* Section 10.5.4.11 / Table 10.5.122 */
+enum gsm48_cause_coding {
+	GSM48_CAUSE_CODING_CCITT_Q931	= 0x00,
+	GSM48_CAUSE_CODING_RESERVED	= 0x01,
+	GSM48_CAUSE_CODING_NATIONAL	= 0x02,
+	GSM48_CAUSE_CODING_GSM		= 0x03,
+};
+
 enum gsm48_cause_loc {
 	GSM48_CAUSE_LOC_USER		= 0x00,
 	GSM48_CAUSE_LOC_PRN_S_LU	= 0x01,

-- 
To view, visit https://gerrit.osmocom.org/9303
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3d9c8e117ad19f70a3273650d7c0f8280d7bdb9a
Gerrit-Change-Number: 9303
Gerrit-PatchSet: 4
Gerrit-Owner: Keith Whyte <keith at rhizomatica.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180526/56cff307/attachment.htm>


More information about the gerrit-log mailing list