neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32912 )
Change subject: remove obsolete context_map_check_released() call
......................................................................
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
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32912
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I4bf9a9de7861296ec38c3a37de0254ad9a41ef1b
Gerrit-Change-Number: 32912
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange