Skip to content
Success

#21306 (Mar 29, 2026, 1:47:42 PM)

Started 1 day 21 hr ago
Took 3 min 41 sec on build5-deb12build-ansible

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

This run spent:

  • 5.1 sec waiting;
  • 3 min 41 sec build duration;
  • 3 min 47 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