pespin has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/09/38709/1

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. */

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/38709?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: pespin/rel-1.5.0
Gerrit-Change-Id: Idaad11eaa3c2e56de792f80bab1f1d8435ef9b68
Gerrit-Change-Number: 38709
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to