Attention is currently required from: pespin.
Patch set 1:Code-Review +1
3 comments:
File src/osmo-hnbgw/context_map_sccp.c:
Patch Set #1, Line 199: static ranap_message *hnbgw_decode_ranap_ran_co(struct msgb *ranap_msg)
I don't get which part of this function is RAN (uplink) specific?
Done
Patch Set #1, Line 207: rc = ranap_ran_rx_co_decode(NULL, message, msgb_l2(ranap_msg), msgb_l2len(ranap_msg));
THis function is RAN specific. The CN side is using ranap_cn_rx_co_decode().
Done
Patch Set #1, Line 212: talloc_set_destructor(message, destruct_ranap_ran_rx_co_ies);
destruct_ranap_ran_rx_co_ies() too, which calls RAN specific ranap_ran_rx_co_free().
Done
To view, visit change 39984. To unsubscribe, or for help writing mail filters, visit settings.