Skip to content
Success

#20734 (Mar 1, 2026, 9:16:10 PM)

Started 8 hr 43 min ago
Took 2 min 12 sec on build5-deb12build-ansible

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

This run spent:

  • 7.3 sec waiting;
  • 2 min 12 sec build duration;
  • 2 min 19 sec total from scheduled to completion.
Revision: 59ff5a7a48bd11ab6308bffd50fd7e30ceda7321
Repository: $GERRIT_REPO_URL
  • master
tch: fix RTP clock not ticking for unhandled payload types

When the payload type from the DSP is not handled by the switch
in l1if_tch_rx(), rmsg stays NULL and we return 0 without calling
add_l1sap_header(), silently dropping a 20ms RTP tick.

Always allocate an empty RTP frame when rmsg is NULL so the RTP
clock keeps ticking.

Related: OS#5974

Change-Id: I202522ea6f83d77872a2f84d9a2622b87e829a0c
Signed-off-by: Thorkell Thorkelsson <thorkellmanithorkelsson@gmail.com>
thorkellmanithorkelsson at