aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_04_80.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/gsm_04_80.h')
-rw-r--r--include/osmocom/msc/gsm_04_80.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/msc/gsm_04_80.h b/include/osmocom/msc/gsm_04_80.h
index 29b800bad..073794b06 100644
--- a/include/osmocom/msc/gsm_04_80.h
+++ b/include/osmocom/msc/gsm_04_80.h
@@ -10,4 +10,5 @@ int msc_send_ussd_reject(struct ran_conn *conn,
int msc_send_ussd_notify(struct ran_conn *conn, int level,
const char *text);
-int msc_send_ussd_release_complete(struct ran_conn *conn);
+int msc_send_ussd_release_complete(struct ran_conn *conn,
+ uint8_t transaction_id);