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:24:55 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 15:43:01 +0800
commit57c4decd1d8861dfdc664be240d084ffd7e3bbe8 (patch)
tree7b8e589dfbc42833b78b76daa2532ff8fed58f20 /openbsc/include/openbsc/gsm_04_11.h
parent0fbb3eca14053fe621cca197b266731b8b2ab7d0 (diff)
bsc_api: Pass the subscriber connection to the SMS...
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_11.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_04_11.h b/openbsc/include/openbsc/gsm_04_11.h
index a941696ec..61eaffd60 100644
--- a/openbsc/include/openbsc/gsm_04_11.h
+++ b/openbsc/include/openbsc/gsm_04_11.h
@@ -25,7 +25,7 @@ struct sms_deliver {
struct msgb;
-int gsm0411_rcv_sms(struct msgb *msg, u_int8_t link_id);
+int gsm0411_rcv_sms(struct gsm_subscriber_connection *conn, struct msgb *msg, u_int8_t link_id);
struct gsm_sms *sms_alloc(void);
void sms_free(struct gsm_sms *sms);