aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-29 04:18:11 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-29 04:33:42 +0800
commitb5fa05ff416fc7244f6a22b2b0d62890fdea3184 (patch)
tree08d652caa6658be2b02ba2ab8cb1da9c97ba36e1 /openbsc/include
parent83f94497ce7d8e787667fd182e5a863fd256b316 (diff)
gsm_04_80: Allow to specify the alert pattern for the notification
Allow to specify the level (not the category) of the notification this provides an easy way to test it on the phones. Conflicts: openbsc/src/vty_interface_layer3.c
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index 98f8abf09..41e8e11c0 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -20,12 +20,12 @@ int gsm0480_send_ussd_reject(const struct msgb *msg,
const struct ussd_request *request);
struct msgb *gsm0480_create_notifySS(const char *text);
-struct msgb *gsm0480_create_unstructuredSS_Notify(const char *text);
+struct msgb *gsm0480_create_unstructuredSS_Notify(int alertLevel, const char *text);
int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
int gsm0480_wrap_facility(struct msgb *msg);
-int gsm0480_send_ussdNotify(struct gsm_lchan *lchan, const char *text);
+int gsm0480_send_ussdNotify(struct gsm_lchan *lchan, int level, const char *text);
int gsm0480_send_releaseComplete(struct gsm_lchan *lchan);
#endif