Change in osmo-bsc[master]: AMR start-mode: send proper smod bits

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

neels gerrit-no-reply at lists.osmocom.org
Thu Nov 26 03:20:26 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21375 )


Change subject: AMR start-mode: send proper smod bits
......................................................................

AMR start-mode: send proper smod bits

So far, the smod bits reflecting the start mode never made it to the
MultiRate Config IE: gsm48_mr_cfg_from_gsm0808_sc_cfg() always sets them
to zero, and the mode filtering fails to carry the BTS set bits.

Change-Id: I49691df01745a7c485bf165e897872c35fc4b147
---
M src/osmo-bsc/lchan_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/75/21375/1

diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index 0ca7f2c..1903645 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -515,6 +515,7 @@
 	/* Set the ICMI according to the BTS. Above gsm48_mr_cfg_from_gsm0808_sc_cfg() always sets ICMI = 1, which
 	 * carried through all of the above rate intersections. */
 	mr_conf_filtered.icmi = mr_conf_bts->icmi;
+	mr_conf_filtered.smod = mr_conf_bts->smod;
 
 	/* Proceed with the generation of the multirate configuration IE
 	 * (MS and BTS) */

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I49691df01745a7c485bf165e897872c35fc4b147
Gerrit-Change-Number: 21375
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201126/4ff2311f/attachment.htm>


More information about the gerrit-log mailing list