Skip to content
Success

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

Started 7 hr 14 min ago
Took 1 min 4 sec on build5-deb12build-ansible

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

This run spent:

  • 9.7 sec waiting;
  • 1 min 4 sec build duration;
  • 1 min 14 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