aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-19 00:37:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-20 19:01:27 +0100
commit61a1f996801cf682a4f4c508dea2b83aa6d4ddbf (patch)
tree76c1b6316e7eccca1db50d5567f0a02e9e859a22 /src
parent4fd0a84cf8959e84ae306510c25178f88acd2b88 (diff)
misc: Forward declare l1if_set_ciphering to avoid a compiler warning
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index 05cc3166..26f17629 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -82,4 +82,9 @@ int l1if_tch_rx(struct gsm_lchan *lchan, struct msgb *l1p_msg);
int l1if_tch_fill(struct gsm_lchan *lchan, uint8_t *l1_buffer);
struct msgb *gen_empty_tch_msg(struct gsm_lchan *lchan);
+/* ciphering */
+int l1if_set_ciphering(struct femtol1_hdl *fl1h,
+ struct gsm_lchan *lchan,
+ int dir_downlink);
+
#endif /* _FEMTO_L1_H */