From 0fbb3eca14053fe621cca197b266731b8b2ab7d0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 16 Jun 2010 14:19:31 +0800 Subject: bsc_api: Remove the _lchan and make the method static.. --- openbsc/include/openbsc/gsm_04_11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbsc/include/openbsc/gsm_04_11.h') 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); -- cgit v1.2.3