Change in libosmocore[master]: protocol/gsm_08_58.h: add RSL_CMOD_SP_{GSM4, GSM5, GSM6}

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Apr 19 03:02:48 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/23788 )


Change subject: protocol/gsm_08_58.h: add RSL_CMOD_SP_{GSM4,GSM5,GSM6}
......................................................................

protocol/gsm_08_58.h: add RSL_CMOD_SP_{GSM4,GSM5,GSM6}

The new values are present in 3GPP TS 48.058, V16.0.0 (2020-09):

 * RSL_CMOD_SP_GSM4 - OFR AMR-WB or OHR AMR-WB,
 * RSL_CMOD_SP_GSM5 - FR AMR-WB,
 * RSL_CMOD_SP_GSM6 - OHR AMR.

Change-Id: I40eca759380c8895d7923b2b4259d37a50978160
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/88/23788/1

diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index 6f974ce..f1d1dec 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -487,6 +487,9 @@
 #define RSL_CMOD_SP_GSM1	0x01
 #define RSL_CMOD_SP_GSM2	0x11
 #define RSL_CMOD_SP_GSM3	0x21
+#define RSL_CMOD_SP_GSM4	0x31
+#define RSL_CMOD_SP_GSM5	0x09
+#define RSL_CMOD_SP_GSM6	0x0d
 /* non-transparent data */
 #define RSL_CMOD_CSD_NT_43k5	0x74
 #define RSL_CMOD_CSD_NT_28k8	0x71

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I40eca759380c8895d7923b2b4259d37a50978160
Gerrit-Change-Number: 23788
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210419/4d04a2d7/attachment.htm>


More information about the gerrit-log mailing list