Hello Jenkins Builder, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bts/+/25734
to look at the new patch set (#4).
Change subject: gsm_lchan_interf_meas_calc_avg(): adapt to the ordering of
boundaries
......................................................................
gsm_lchan_interf_meas_calc_avg(): adapt to the ordering of boundaries
The ordering of interference level boundaries is not clearly defined
by 3GPP, so we should support both ascending and descending variants.
The idea is to always store the boundaries in ascending order, even
if the BSC sends them in descending order. Determine the ordering
in oml_rx_set_bts_attr(), and create a mapping between the array
indexes in bts->interference.boundary[] and the actual band values.
Change-Id: I88d841d8d835bde8392c7b606b28c9070b7adc6e
Related: SYS#5313
---
M include/osmo-bts/bts.h
M src/common/lchan.c
M src/common/oml.c
3 files changed, 14 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/34/25734/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25734
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I88d841d8d835bde8392c7b606b28c9070b7adc6e
Gerrit-Change-Number: 25734
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: newpatchset