pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/38709?usp=email )
Change subject: context_map_sccp: Fix assert hit due to missing ev handling ......................................................................
context_map_sccp: Fix assert hit due to missing ev handling
This was being triggered recently by HNBGW_Tests.TC_ranap_cs_mo_disconnect in osmo-ttcn3-hacks.git.
Change-Id: Idaad11eaa3c2e56de792f80bab1f1d8435ef9b68 (cherry picked from commit 0e987d7f3c714bea237beb8c72d70103cbf65031) --- M src/osmo-hnbgw/context_map_sccp.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: pespin: Looks good to me, approved; Verified laforge: Looks good to me, but someone else must approve
diff --git a/src/osmo-hnbgw/context_map_sccp.c b/src/osmo-hnbgw/context_map_sccp.c index 9b4837d..4a78337 100644 --- a/src/osmo-hnbgw/context_map_sccp.c +++ b/src/osmo-hnbgw/context_map_sccp.c @@ -452,6 +452,7 @@ handle_rx_sccp(fi, ranap_msg); return;
+ case MAP_SCCP_EV_RAN_LINK_LOST: case MAP_SCCP_EV_USER_ABORT: case MAP_SCCP_EV_CN_LINK_LOST: /* Stop waiting for RLSD, send RLSD now. */