Skip to content
Success

#20190 (Feb 1, 2026, 12:41:35 PM)

Started 20 days ago
Took 3 min 39 sec on build5-deb12build-ansible

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

This run spent:

  • 6.7 sec waiting;
  • 3 min 39 sec build duration;
  • 3 min 46 sec total from scheduled to completion.
Revision: f1d51987fbdbbbd42cff4766e17e4fb294f50156
Repository: $GERRIT_REPO_URL
  • master
Add Channel-Associated Signalling (CAS) support

CAS frames are sent and received repeatedly. They consist of 16 frames
(octets) on time slot 16. This is a CAS multiframe. This multiframe
carries 30 individual CAS signaling channels.

Whenever a CAS frames changes, an event (E1DP_EVT_CAS) is forwarded to
the e1d client. The event includes one octet with the CAS information.

The e1d client requests to transmit a new CAS frame by sending a command
(E1DP_CMD_CAS). The command includes one octet with the CAS information.

The e1d client requests to receive current CAS frame of a given time
slot by setting a query flag in the E1DP_CMD_CAS command. This is useful
if the CAS signals changed before the application was started.

The lower 4 bits of each octet in the message represent the signaling
sub-channels: A, B, C and D. They are packed like this: 'xxxxABCD'

To enable cas support on an interface, set line attribute "cas" via VTY.

Change-Id: Ib4f5e6ef02c9b0d1eec2a86d9c48376112805972
Andreas Eversberg at