Attention is currently required from: osmith.
1 comment:
File src/osmo-bsc-nat/bsc_nat_fsm.c:
Patch Set #2, 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);
To view, visit change 27030. To unsubscribe, or for help writing mail filters, visit settings.