aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-05 18:41:04 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:48 +0100
commit52d42abdb7b75d41b9291ca266d5d71610b2088b (patch)
tree0f21f5e9318296b6202dd16649f21819c038364c /openbsc/include/openbsc/osmo_msc_data.h
parenta54732d19dd80549b34a291241f71fa9c6130e3f (diff)
bsc: Implement scanning and changing messages from the MSC
This will change the LAI of a LU accept message to the LAI used for the on-air network. It will also detect when to send a welcome ussd to the subscriber.
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 9f1ac432f..522f9efe6 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -61,6 +61,9 @@ struct osmo_msc_data {
/* rf ctl related bits */
char *ussd_grace_txt;
struct osmo_bsc_rf *rf_ctl;
+
+ /* ussd welcome text */
+ char *ussd_welcome_txt;
};
int osmo_bsc_msc_init(struct gsm_network *network);