aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_80.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 03:31:50 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 03:31:50 +0800
commit68d26796ca2b01ff7b7704c952b5f43bf9989d7b (patch)
tree61271f11e7e38de99d1a1581f9e58b5a39b79b1a /openbsc/include/openbsc/gsm_04_80.h
parente6373b7f632487cc0cedd42d6b5d1bc9ef71cbfc (diff)
gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSY
We need to release the USSD unit, otherwise it is staying blocked and will stop to function (even across LUs on my a1200). This code should encode the transaction and the direction depending on the network state but this is omitted right now.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_80.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index 8215ca736..0d61dbd07 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -30,5 +30,6 @@ 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_subscriber_connection *conn, const char *text);
+int gsm0480_send_releaseComplete(struct gsm_subscriber_connection *conn);
#endif