aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-26 18:38:36 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-26 18:49:02 +0800
commit6f926f0197953f86c2060a56ba8a6c1f00d88b64 (patch)
tree0f9190d694b5cf6fb7fa3d5233d3bead573d5990 /openbsc/include
parentc98d67d592c82603b436fb7a641f8dad8e7ad3d7 (diff)
bsc: Add a ussd_welcome_text variable and VTY command
Add a command to set the welcome text for the USSD.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index ec946aa3c..6988a8dc3 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -704,6 +704,7 @@ struct gsm_network {
int pong_timeout;
struct osmo_bsc_rf *rf;
char *ussd_grace_txt;
+ char *ussd_welcome_txt;
};
#define SMS_HDR_SIZE 128