neels has uploaded this change for review.
remove obsolete context_map_check_released() call
When in map_rua_fsm_cleanup(), we are always already deallocating the
context map, i.e. neither RUA nor SCCP are active anymore. No need to
call context_map_check_released() again.
Change-Id: I4bf9a9de7861296ec38c3a37de0254ad9a41ef1b
---
M src/osmo-hnbgw/context_map_rua.c
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/12/32912/1
diff --git a/src/osmo-hnbgw/context_map_rua.c b/src/osmo-hnbgw/context_map_rua.c
index bc012f3..5a715c4 100644
--- a/src/osmo-hnbgw/context_map_rua.c
+++ b/src/osmo-hnbgw/context_map_rua.c
@@ -314,7 +314,6 @@
{
struct hnbgw_context_map *map = fi->priv;
map->rua_fi = NULL;
- context_map_check_released(map);
}
#define S(x) (1 << (x))
To view, visit change 32912. To unsubscribe, or for help writing mail filters, visit settings.