aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 13:16:52 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 13:16:52 +0800
commitf6fb3efcba25a4c9b984152c46605fb313e3c523 (patch)
tree5bc14e7611c3473390ea559168c51843d54e27a6 /openbsc/include/openbsc/gsm_04_08.h
parentecd99338261a102c2513fc57808157f9de65b633 (diff)
bsc_api: Switch gsm_04_08.c to use the clear request of the API.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_08.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_08.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_08.h b/openbsc/include/openbsc/gsm_04_08.h
index 142e2453b..cea377bd3 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -11,6 +11,7 @@ struct gsm_bts;
struct gsm_subscriber;
struct gsm_network;
struct gsm_trans;
+struct gsm_subscriber_connection;
#define GSM48_ALLOC_SIZE 1024
#define GSM48_ALLOC_HEADROOM 128
@@ -23,6 +24,7 @@ static inline struct msgb *gsm48_msgb_alloc(void)
/* config options controlling the behaviour of the lower leves */
void gsm0408_allow_everyone(int allow);
+void gsm0408_clear_request(struct gsm_subscriber_connection *conn, uint32_t cause);
int gsm0408_rcvmsg(struct msgb *msg, u_int8_t link_id);
enum gsm_chan_t get_ctype_by_chreq(struct gsm_bts *bts, u_int8_t ra, int neci);