Attention is currently required from: osmith. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27030 )
Change subject: bsc_nat_fsm: initial msc <> bsc msg forwarding ......................................................................
Patch Set 2:
(1 comment)
File src/osmo-bsc-nat/bsc_nat_fsm.c:
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27030/comment/34ed830b_be77c1d2 PS2, Line 139: msg = msgb_copy(oph->msg, NULL);
I've tried this at first, but it didn't work - after dumping the message needed and msg I figured th […]
oph->msg->l3h = oph->msg->l2h; msgb_pull_to_l3(oph->msg); osmo_sccp_tx_unitdata_msg(dest->scu, &dest->local_sccp_addr, &dest_called, oph->msg);