Skip to content
Success

#21296 (Mar 26, 2026, 9:44:22 PM)

Started 12 hr ago
Took 1 min 53 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bts build number 1121
originally caused by:

This run spent:

  • 1 min 42 sec waiting;
  • 1 min 53 sec build duration;
  • 3 min 35 sec total from scheduled to completion.
Revision: 2b550ca69721d53c9ddfb0024d013bbb9d26cc55
Repository: $GERRIT_REPO_URL
  • master
tx_power: get_pa_drive_level_mdBm(): assert on out-of-range ARFCN

The function previously returned `INT_MIN` as an error sentinel when
the ARFCN exceeded the calibration table size (1024 entries, covering
all valid GSM ARFCNs 0..1023).  None of the callers checked for this
value, so it would silently propagate through power calculations and
eventually be passed to `bts_model_change_power()`.

An out-of-range ARFCN indicates a serious misconfiguration;
replace the range check and `return INT_MIN` with an `OSMO_ASSERT`.

Change-Id: I70c54652e0b07d399363276bc60946aa8b195725
Vadim Yanitskiy at