aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-15 16:47:08 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-15 16:47:59 +0100
commit33b964102511de8e2488bff75f229a4a1cae5b90 (patch)
tree0701d30d71c946524319a86fe0375e5d981a120e /openbsc/src/osmo-bsc/osmo_bsc_sccp.c
parent92ce02e64478597f05de6d445660a477083f10b1 (diff)
bsc: Use the right string for the notification
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_sccp.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
index aa8c79ca6..3dd0a5236 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
@@ -278,7 +278,7 @@ static void bsc_notify_msc_lost(struct osmo_bsc_sccp_con *con)
return;
/* send USSD notification */
- gsm0480_send_ussdNotify(conn, 1, conn->sccp_con->msc->ussd_welcome_txt);
+ gsm0480_send_ussdNotify(conn, 1, conn->sccp_con->msc->ussd_msc_lost_txt);
gsm0480_send_releaseComplete(conn);
}