aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-04-04 05:30:16 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-04-09 18:57:33 +0000
commit12d221f8cc5ae02cce0a8a228dbc710a55a3a46a (patch)
tree09a4879764746be46ef52c86815d6feaaf4c3ef4 /include
parent01c0549af34ba859ab7ff859db25b6b34d0eb5bc (diff)
libmsc/gsm_04_80.c: drop unused 'in_msg' argument
It isn't used, so no need to pass it. Change-Id: I4248ebf8626d3f7f0bf273fd20cc4f64e979938b
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_04_80.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/osmocom/msc/gsm_04_80.h b/include/osmocom/msc/gsm_04_80.h
index 7da45a09c..dedf2438a 100644
--- a/include/osmocom/msc/gsm_04_80.h
+++ b/include/osmocom/msc/gsm_04_80.h
@@ -7,10 +7,9 @@
struct gsm_subscriber_connection;
int gsm0480_send_ussd_response(struct gsm_subscriber_connection *conn,
- const struct msgb *in_msg, const char* response_text,
+ const char* response_text,
const struct ss_request *req);
int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
- const struct msgb *msg,
const struct ss_request *request);
int msc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,