From 7d5bb26fdcb402e46fc301468ed903e4c4023bf0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 29 Aug 2010 22:44:10 +0800 Subject: nat: Remove the code that is wrongly placed.. i refers to the MSC side of endpoints and not the BSC.. --- openbsc/src/nat/bsc_mgcp_utils.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/openbsc/src/nat/bsc_mgcp_utils.c b/openbsc/src/nat/bsc_mgcp_utils.c index 2dcd25022..12124aff2 100644 --- a/openbsc/src/nat/bsc_mgcp_utils.c +++ b/openbsc/src/nat/bsc_mgcp_utils.c @@ -133,15 +133,6 @@ static void bsc_mgcp_free_endpoint(struct bsc_nat *nat, int i) nat->bsc_endpoints[i].transaction_id = NULL; } - /* Free the endpoint status, so we can allocate it again */ - if (nat->bsc_endpoints[i].bsc) { - struct bsc_connection *bsc = nat->bsc_endpoints[i].bsc; - if (bsc->endpoint_status[i] != 1) - LOGP(DNAT, LOGL_ERROR, "Endpoint %d should be allocated\n", i); - - bsc->endpoint_status[i] = 0; - } - nat->bsc_endpoints[i].transaction_state = 0; nat->bsc_endpoints[i].bsc = NULL; } -- cgit v1.2.3