fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/36709?usp=email )


Change subject: osmo-bts-{trx,virtual}: do not advertise TCH/F14.4 NT
......................................................................

osmo-bts-{trx,virtual}: do not advertise TCH/F14.4 NT

This mode is currently not supported.

Change-Id: I8a068162400c8efb194f2a169a67ee6ea5f081ca
Related: OS#6167
---
M src/osmo-bts-trx/main.c
M src/osmo-bts-virtual/main.c
2 files changed, 16 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/09/36709/1

diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index 9809e6c..ddc4428 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -196,8 +196,9 @@
        trx->support.chan_modes = NM_IPAC_MASK_CHANM_SPEECH
                                | NM_IPAC_MASK_CHANM_CSD_NT
                                | NM_IPAC_MASK_CHANM_CSD_T;
-       /* TODO: NM_IPAC_F_CHANM_CSD_T_14k4 (see OS#6167) */
+       /* TODO: missing rate adaptation for TCH/F14.4 (see OS#6167) */
        trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_T_14k4;
+       trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_NT_14k4;

        /* The nominal value for each TRX is later overwritten through VTY cmd
         * 'nominal-tx-power' if present, otherwise through TRXC cmd NOMTXPOWER.
diff --git a/src/osmo-bts-virtual/main.c b/src/osmo-bts-virtual/main.c
index 367d923..82becc3 100644
--- a/src/osmo-bts-virtual/main.c
+++ b/src/osmo-bts-virtual/main.c
@@ -99,8 +99,9 @@
        trx->support.chan_modes = NM_IPAC_MASK_CHANM_SPEECH
                                | NM_IPAC_MASK_CHANM_CSD_NT
                                | NM_IPAC_MASK_CHANM_CSD_T;
-       /* TODO: NM_IPAC_F_CHANM_CSD_T_14k4 (see OS#6167) */
+       /* TODO: missing rate adaptation for TCH/F14.4 (see OS#6167) */
        trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_T_14k4;
+       trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_NT_14k4;

        return 0;
 }

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/36709?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I8a068162400c8efb194f2a169a67ee6ea5f081ca
Gerrit-Change-Number: 36709
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to