Skip to content
Success

#27827 (Mar 29, 2026, 1:48:02 PM)

Started 1 day 15 hr ago
Took 5 sec on build4-deb12build-ansible

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

This run spent:

  • 6.7 sec waiting;
  • 5 sec build duration;
  • 11 sec total from scheduled to completion.
Revision: a158425c0c586dc7a80d2c076194869a64531e24
Repository: $GERRIT_REPO_URL
  • master
osmo-bts-trx: rx_rach_fn(): remove redundant fall-back

Condition `synch_seq != RACH_SYNCH_SEQ_TS0` is unlikely to be true,
given that no other synch. sequences are defined by 3GPP TS 45.002.
Even if this happens for whatever reason (e.g. a bug), assigning
`synch_seq` to `RACH_SYNCH_SEQ_TS0` is not needed, as `synch_seq`
is never read after the switch statement.  The logging message is
not useful either, since we already print the synch. seq. above.

Change-Id: I4cdc03dc6631ca17d13a3067ad03020e3e97eab1
Vadim Yanitskiy at