pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/39984?usp=email )
Change subject: Add function helper hnbgw_decode_ranap_ran_co() ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-hnbgw/context_map_sccp.c:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39984/comment/e5bcf503_35e16300?us... : PS1, 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().
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39984/comment/1711a4c0_46c0764a?us... : PS1, 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().