Skip to content
Success

#21560 (Apr 26, 2026, 2:23:57 AM)

Started 22 hr ago
Took 3 min 0 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-e1d build number 146
originally caused by:

This run spent:

  • 7.2 sec waiting;
  • 3 min 0 sec build duration;
  • 3 min 7 sec total from scheduled to completion.
Revision: 1097edd1885413b335a786e71f18a3ba1733b804
Repository: $GERRIT_REPO_URL
  • master
HDLC timeslots: fix Rx of maximum-sized frames

E1D protocol sets the maximum permitted size of an HDLC frame to
264 bytes of useful payload, not counting the 2 bytes of FCS.
This limit is fair enough, as it matches GSM TS 08.56, the primary
intended application.  However, osmo_isdnhdlc engine used internally
by the daemon requires an Rx buffer 2 bytes larger than the maximum
payload length, for temporary storage of FCS bytes: by the nature
of HDLC, a receiver has no way of identifying FCS bytes as such
until after they have been received and stored in the Rx buffer.

This bug was caught when bringing up OsmoBSC with Nokia Flexi
Multiradio BTS.  This BTS emits some long OML messages that get
broken into segments, with each not-last segment traveling over
HDLC as a maximum-sized frame - and these frames then get dropped
by osmo-e1d, causing further breakage downstream.

Change-Id: I479e8fe5118c8eb7d4e6b16b49047a3278bc9808
falcon at