aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-03 11:37:10 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-12 23:42:47 +0200
commit5d9aad0ec3281d3e1f64698b1cda692950296d03 (patch)
tree49f664eaf04d5079f041016b0bf46814660ee520
parent7be5f799255ab6f53a257e0b08304c33d9c2025a (diff)
osmo-bsc: add missing comment
-rw-r--r--src/osmo-bsc/osmo_bsc_sigtran.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c
index 5741ad7d7..4431e2fec 100644
--- a/src/osmo-bsc/osmo_bsc_sigtran.c
+++ b/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;