Review at  https://gerrit.osmocom.org/2811

gsm0808: update permitted speech constants

3GPP TS 48.008 specifies two new half rate speech modes and two
new full rate speech modes. This patch adds the matching constants
to enum gsm0808_permitted_speech

Change-Id: Id426f7dbffe46450d0cf6df20236a9e68f065f8d
---
M include/osmocom/gsm/protocol/gsm_08_08.h
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/11/2811/1

diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h 
b/include/osmocom/gsm/protocol/gsm_08_08.h
index e5e7e1e..7e93a56 100644
--- a/include/osmocom/gsm/protocol/gsm_08_08.h
+++ b/include/osmocom/gsm/protocol/gsm_08_08.h
@@ -396,9 +396,13 @@
        GSM0808_PERM_FR1        = 0x01,
        GSM0808_PERM_FR2        = 0x11,
        GSM0808_PERM_FR3        = 0x21,
+       GSM0808_PERM_FR4        = 0x41,
+       GSM0808_PERM_FR5        = 0x42,
        GSM0808_PERM_HR1        = GSM0808_PERM_FR1 | 0x4,
        GSM0808_PERM_HR2        = GSM0808_PERM_FR2 | 0x4,
        GSM0808_PERM_HR3        = GSM0808_PERM_FR3 | 0x4,
+       GSM0808_PERM_HR4        = 0x46,
+       GSM0808_PERM_HR6        = 0x45,
 };
 
 /* GSM 08.08 3.2.2.44 Chosen Encryption Algorithm */

-- 
To view, visit https://gerrit.osmocom.org/2811
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id426f7dbffe46450d0cf6df20236a9e68f065f8d
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: dexter <[email protected]>

Reply via email to