Attention is currently required from: laforge. jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/30448 )
Change subject: Remove mISDN header from received channel data ......................................................................
Patch Set 2:
(2 comments)
File src/input/misdn.c:
https://gerrit.osmocom.org/c/libosmo-abis/+/30448/comment/a1f2ff52_a1b32ab1 PS1, Line 459: msgb_pull(msg, MISDN_HEADER_LEN);
same here
Done
File src/input/misdn.c:
https://gerrit.osmocom.org/c/libosmo-abis/+/30448/comment/de258335_a8620e88 PS2, Line 545: msgb_pull(msg, MISDN_HEADER_LEN); : msg->l2h = msg->data;
so tsx_read and ts_raw_read now use msg->l2h = msgb_pull... but here it's still separate. […]
Done