Attention is currently required from: jolly, tnt.
pespin has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-e1d/+/41139?usp=email )
Change subject: Add Channel-Associated Signalling (CAS) support ......................................................................
Patch Set 3:
(2 comments)
File include/osmocom/e1d/proto_clnt.h:
https://gerrit.osmocom.org/c/osmo-e1d/+/41139/comment/6a907233_2071e31c?usp=... : PS3, Line 47: int osmo_e1dp_client_set_cas(struct osmo_e1dp_client *clnt, uint8_t intf, uint8_t line, uint8_t ts, Update TODO-RELEASE with an entry stating a new API is added.
File src/ctl.c:
https://gerrit.osmocom.org/c/osmo-e1d/+/41139/comment/f4ab51f8_056fea00?usp=... : PS3, Line 382: if (line->ts[16].mode == E1_TS_MODE_CAS && hdr->ts == 16) { maybe not important, but sounds safer first checking hdr->ts and then accessing line->ts.