Skip to content
Success

#27819 (Mar 27, 2026, 7:41:39 AM)

Started 5 hr 40 min ago
Took 2.6 sec on build4-deb12build-ansible

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

This run spent:

  • 9 sec waiting;
  • 2.6 sec build duration;
  • 11 sec total from scheduled to completion.
Revision: cc0d276bfeb6e779ee272c5ce70276d0fdb67a63
Repository: $GERRIT_REPO_URL
  • master
osmo-bts-trx: check sscanf() result in NOMTXPOWER/SETPOWER handlers

Both trx_ctrl_rx_rsp_nomtxpower() and trx_ctrl_rx_rsp_setpower() were
calling sscanf() without checking its return value.  On a parse failure
the local variable remained uninitialized and was passed directly to the
callback, resulting in a garbage power level.

Change-Id: I3dc399cfae70c450d53d66bb99f3832f160fca39
Vadim Yanitskiy at