Attention is currently required from: neels.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/31431 )
Change subject: context map: introduce RUA and SCCP FSMs to fix leaks ......................................................................
Patch Set 2:
(3 comments)
File include/osmocom/hnbgw/context_map.h:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3842): https://gerrit.osmocom.org/c/osmo-hnbgw/+/31431/comment/208a1a7e_8ff21503 PS2, Line 35: /* Something disruptive occured elsewhere than RUA, we want to clean up the RUA conn and be gone. */ 'occured' may be misspelled - perhaps 'occurred'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3842): https://gerrit.osmocom.org/c/osmo-hnbgw/+/31431/comment/7e5582fc_476f930c PS2, Line 58: /* Something disruptive occured elsewhere than SCCP, we want to clean up the SCCP conn and be gone. */ 'occured' may be misspelled - perhaps 'occurred'?
File src/osmo-hnbgw/hnbgw_vty.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3842): https://gerrit.osmocom.org/c/osmo-hnbgw/+/31431/comment/a5921446_3183c582 PS2, Line 212: state_count[map->is_ps? 1 : 0][context_map_get_state(map)]++; spaces required around that '?' (ctx:VxW)