aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 11:37:10 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-07-03 11:37:10 +0200
commitfd4167ad32f05b2b1b91314ddc43864b17b23995 (patch)
treee808297d25e62a932d200a2ae0162dd66286657e
parent4e3818b1c1fd592b125ce3e625b5cbf445037631 (diff)
osmo-bsc: add missing comment
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_sigtran.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c b/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c
index 5741ad7d7..4431e2fec 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sigtran.c
@@ -349,6 +349,7 @@ int osmo_bsc_sigtran_del_conn(struct osmo_bsc_sccp_con *conn)
return 0;
}
+/* Send an USSD notification in case we loose the connection to the MSC */
static void bsc_notify_msc_lost(struct osmo_bsc_sccp_con *con)
{
struct gsm_subscriber_connection *conn = con->conn;