mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts.git
synced 2025-10-23 08:22:10 +00:00
osmo-bts-{trx,virtual}: do not advertise TCH/F14.4 NT
This mode is currently not supported. Change-Id: I8a068162400c8efb194f2a169a67ee6ea5f081ca Related: OS#6167
This commit is contained in:
@@ -196,8 +196,9 @@ int bts_model_trx_init(struct gsm_bts_trx *trx)
|
||||
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.
|
||||
|
@@ -99,8 +99,9 @@ int bts_model_trx_init(struct gsm_bts_trx *trx)
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user