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/.
Keith Whyte gerrit-no-reply at lists.osmocom.orgKeith Whyte has uploaded this change for review. ( https://gerrit.osmocom.org/9303
Change subject: Add gsm48_cause_coding
......................................................................
Add gsm48_cause_coding
Change-Id: I3d9c8e117ad19f70a3273650d7c0f8280d7bdb9a
---
M include/osmocom/gsm/protocol/gsm_04_08.h
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/03/9303/1
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 68ba650..c54aa4f 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1399,6 +1399,13 @@
GSM48_CAUSE_LOC_NET_BEYOND = 0x0a,
};
+enum gsm48_cause_coding {
+ GSM48_CAUSE_CODING_CCITT_Q931 = 0x00,
+ GSM48_CAUSE_CODING_RESERVED = 0x01,
+ GSM48_CAUSE_CODING_NATIONAL = 0x02,
+ GSM48_CAUSE_CODING_GSMPLMNS = 0x03,
+};
+
/* Section 10.5.2.31 RR Cause / Table 10.5.70 */
enum gsm48_rr_cause {
GSM48_RR_CAUSE_NORMAL = 0x00,
--
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: newchange
Gerrit-Change-Id: I3d9c8e117ad19f70a3273650d7c0f8280d7bdb9a
Gerrit-Change-Number: 9303
Gerrit-PatchSet: 1
Gerrit-Owner: Keith Whyte <keith at rhizomatica.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180525/2020ba0e/attachment.htm>