aboutsummaryrefslogtreecommitdiffstats
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:49:01 +0100
commit3968e934fb8aa18a2ac43052e1e8e025e160d886 (patch)
tree0a432fd124c25ccdab45af5f7fb0e95192f0a2db
parent7c93219aa388f23882e274cb05ee1fa425177f81 (diff)
bsc: Use the right string for the notification
-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 febfcc453..88d74868e 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
@@ -277,7 +277,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);
}