aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorSergey Kostanbaev <sergey.kostanbaev@gmail.com>2015-10-30 15:14:49 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:54 +0300
commit012c9203e46a359f0178b45e0bc936bcd044ad00 (patch)
treeaa9d1e5e17c62d72c197da23e580fac762b6bc0b /openbsc/include
parent5087f994fdf2457f6b20af90823cb2f668d8c5d5 (diff)
ussd: handle UCS-2 coding
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index 959eb7bff..68de65a0f 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -8,8 +8,14 @@
struct gsm_subscriber_connection;
int gsm0480_send_ussd_response(struct gsm_subscriber_connection *conn,
- const struct msgb *in_msg, const char* response_text,
- const struct ussd_request *req, uint8_t code, uint8_t ctype, uint8_t mtype);
+ const struct msgb *in_msg,
+ int response_text_len,
+ uint8_t response_lang,
+ const char* response_text,
+ const struct ussd_request *req,
+ uint8_t code,
+ uint8_t ctype,
+ uint8_t mtype);
int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
const struct msgb *msg,
const struct ussd_request *request);