aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 14:19:31 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 15:42:59 +0800
commit0fbb3eca14053fe621cca197b266731b8b2ab7d0 (patch)
tree8da36ff0822a5a98c915bed08b5ea5ed484dab6d /openbsc/include/openbsc/gsm_04_11.h
parent4f8340939e631d0254c523e86e7b8be44d1dcf2c (diff)
bsc_api: Remove the _lchan and make the method static..
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_11.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_11.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_04_11.h b/openbsc/include/openbsc/gsm_04_11.h
index 95ff5ef78..a941696ec 100644
--- a/openbsc/include/openbsc/gsm_04_11.h
+++ b/openbsc/include/openbsc/gsm_04_11.h
@@ -27,8 +27,6 @@ struct msgb;
int gsm0411_rcv_sms(struct msgb *msg, u_int8_t link_id);
-int gsm411_send_sms_lchan(struct gsm_subscriber_connection *conn, struct gsm_sms *sms);
-
struct gsm_sms *sms_alloc(void);
void sms_free(struct gsm_sms *sms);