aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/rsl.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-04 14:05:20 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-04 14:05:20 +0100
commit4b45ae1636990a15934f77f37033cf8ed5804b57 (patch)
tree892d687a5c689fdb7813a3f94dd9a0926d80b892 /include/osmo-bts/rsl.h
Import all C and Header files from jolly/bts branch of osmocom-bb.git
The BTS code shall reside in a separate git repository, thus I'm importing the C and H files here.
Diffstat (limited to 'include/osmo-bts/rsl.h')
-rw-r--r--include/osmo-bts/rsl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h
new file mode 100644
index 00000000..3f9c2c9a
--- /dev/null
+++ b/include/osmo-bts/rsl.h
@@ -0,0 +1,12 @@
+#ifndef _RSL_H
+#define _RSL_H
+
+int down_rsl(struct osmobts_trx *trx, struct msgb *msg);
+int rsl_tx_rf_res(struct osmobts_trx *trx);
+int rsl_tx_chan_rqd(struct osmobts_trx *trx);
+int rsl_tx_est_ind(struct osmobts_lchan *lchan, uint8_t link_id, uint8_t *data, int len);
+int rsl_tx_rll(struct msgb *msg, struct osmol2_entity *l2_entity);
+int rsl_tx_ipac_dlcx_ind(struct osmobts_lchan *lchan, uint8_t cause);
+
+#endif // _RSL_H */
+