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 submitted this change and it was merged. ( https://gerrit.osmocom.org/9352 )
Change subject: Add enum gsm48_progress_desc
......................................................................
Add enum gsm48_progress_desc
>From GSM 04.08
Section 10.5.4.21 / Table 10.5.127
Change-Id: I6574e8808aaf39fad8026290aa2cc657734e18b5
---
M include/osmocom/gsm/protocol/gsm_04_08.h
1 file changed, 12 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 0bb2dce..4c98ff2 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1372,6 +1372,18 @@
#define GSM48_IE_FOLLOW_ON_PROC 0xa1
#define GSM48_IE_CTS_PERMISSION 0xa2
+/* Section 10.5.4.21 / Table 10.5.127 */
+
+enum gsm48_progress_desc {
+ GSM48_PROGR_NOT_E2E = 0x00,
+ GSM48_PROGR_DEST_NOT_PLMN = 0x02,
+ GSM48_PROGR_ORIG_NOT_PLMN = 0x03,
+ GSM48_PROGR_RETURNED = 0x04,
+ GSM48_PROGR_IN_BAND_AVAIL = 0x08,
+ GSM48_PROGR_CALL_E2E = 0x20,
+ GSM48_PROGR_QUEUEING = 0x40,
+};
+
/* Section 10.5.4.23 / Table 10.5.130 */
enum gsm48_signal_val {
GSM48_SIGNAL_DIALTONE = 0x00,
--
To view, visit https://gerrit.osmocom.org/9352
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: I6574e8808aaf39fad8026290aa2cc657734e18b5
Gerrit-Change-Number: 9352
Gerrit-PatchSet: 2
Gerrit-Owner: Keith Whyte <keith at rhizomatica.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Keith Whyte <keith at rhizomatica.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180528/dfef800d/attachment.htm>