Attention is currently required from: neels. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/28230 )
Change subject: add option to send SCCP CR without payload ......................................................................
Patch Set 3:
(1 comment)
File src/osmo-hnbgw/hnbgw_rua.c:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/28230/comment/677c0f84_7260cada PS1, Line 274: if (data && len && map && !map->is_ps && !release_context_map) {
Because ranap_cn_rx_co_decode() crashes when there is no payload data.
So data is already checked above in line 267, which means this should have already been in place before your current patch. Please submit a different patch for this fix, agree?