Change in libosmocore[master]: gsm_08_08.h: Add constants for Channel Type in signalling mode

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
Sun Feb 17 13:35:24 UTC 2019


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

Change subject: gsm_08_08.h: Add constants for Channel Type in signalling mode
......................................................................

gsm_08_08.h: Add constants for Channel Type in signalling mode

This is from TS 08.08 3.2.2.11 directly. The choices for Data mode
and Speech mode were already present, but not for Signalling mode

Change-Id: I9e24841ea877a9a78dc4d2bd14cbf60c4bea79a6
Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
---
M include/osmocom/gsm/protocol/gsm_08_08.h
1 file changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Max: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h
index 721da33..67dc6ee 100644
--- a/include/osmocom/gsm/protocol/gsm_08_08.h
+++ b/include/osmocom/gsm/protocol/gsm_08_08.h
@@ -437,6 +437,20 @@
 	GSM0808_SPEECH_PERM_NO_CHANGE = 0x1f,
 };
 
+/* GSM 08.08 3.2.2.11 Channel Type */
+enum gsm0808_chan_rate_type_sign {
+	GSM0808_SIGN_ANY                 = 0x00,
+	GSM0808_SIGN_SDCCH               = 0x01,
+	GSM0808_SIGN_SDCCH_FULL_BM       = 0x02,
+	GSM0808_SIGN_SDCCH_HALF_LM       = 0x03,
+	GSM0808_SIGN_FULL_BM             = 0x08,
+	GSM0808_SIGN_HALF_LM             = 0x09,
+	GSM0808_SIGN_FULL_PREF           = 0x0a,
+	GSM0808_SIGN_HALF_PREF           = 0x0b,
+	GSM0808_SIGN_FULL_PREF_NO_CHANGE = 0x1a,
+	GSM0808_SIGN_HALF_PREF_NO_CHANGE = 0x1b,
+};
+
 /*! GSM 08.08 3.2.2.11 Channel Type
  *  (see also 3GPP TS 48.008, section 3.2.2.11) */
 enum gsm0808_permitted_speech {

-- 
To view, visit https://gerrit.osmocom.org/12905
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: I9e24841ea877a9a78dc4d2bd14cbf60c4bea79a6
Gerrit-Change-Number: 12905
Gerrit-PatchSet: 2
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190217/066dc032/attachment.htm>


More information about the gerrit-log mailing list