aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-21 11:34:00 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-22 12:55:47 +0000
commit12e3c81dd1cba50543a9b4b2e95f561252597854 (patch)
tree1251d4707e8441b11f6cf9377a45a9cfc16ea881
parent5444f133879bbf727fe38f5bced10ed7325b35d9 (diff)
cosmetic: remove old, already commented-out code
-rw-r--r--src/osmo-bsc/osmo_bsc_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bsc/osmo_bsc_api.c b/src/osmo-bsc/osmo_bsc_api.c
index 40c06dd50..7a42f3c17 100644
--- a/src/osmo-bsc/osmo_bsc_api.c
+++ b/src/osmo-bsc/osmo_bsc_api.c
@@ -259,7 +259,6 @@ static int complete_layer3(struct gsm_subscriber_connection *conn,
}
/* allocate resource for a new connection */
- //ret = bsc_create_new_connection(conn, msc, send_ping);
ret = osmo_bsc_sigtran_new_conn(conn, msc);
if (ret != BSC_CON_SUCCESS) {
@@ -283,7 +282,6 @@ static int complete_layer3(struct gsm_subscriber_connection *conn,
resp = gsm0808_create_layer3_2(msg, cgi_for_msc(conn->sccp.msc, conn_get_bts(conn)), NULL);
if (!resp) {
LOGP(DMSC, LOGL_DEBUG, "Failed to create layer3 message.\n");
- //osmo_bsc_sigtran_del_conn(conn);
return BSC_API_CONN_POL_REJECT;
}