Attention is currently required from: pespin. neels 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/41e863c1_79f7b23a PS1, Line 274: if (data && len && map && !map->is_ps && !release_context_map) {
So data is already checked above in line 267, which means this should have already been in place bef […]
Before this patch, we never called rua_to_scu() with NULL data. So i don't really agree but it's ok, i can separate.