aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_80.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 19:05:56 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 19:05:56 +0800
commitb02c89e292983def3656c64cdbd68f32953b210f (patch)
treecfbed480e10ebfeb0e044726fbcf0d13e94f0f97 /openbsc/include/openbsc/gsm_04_80.h
parent15ef17e70efc60190ed01609e3f1230d20e062bc (diff)
gsm_04_80: Add code to wrap a facility IE around.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_80.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index fbf9465d8..e0a7c3623 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -25,6 +25,8 @@ int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
struct msgb *gsm0480_create_notifySS(const char *text);
struct msgb *gsm0480_create_unstructuredSS_Notify(const char *text);
+
int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
+int gsm0480_wrap_facility(struct msgb *msg);
#endif