aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-21 09:27:52 +0100
committerHarald Welte <laforge@gnumonks.org>2015-09-06 14:47:32 +0200
commit5f53a55dde13a25e59a04ed4445e4ef94bd40d45 (patch)
tree5ace7994f357375f200e0d5bb248a118400d4ead /src/osmo-bts-trx/scheduler.h
parent10022fdba882853f57cc9a92c30e6dcf85e8c940 (diff)
TRX: Ciphering
Diffstat (limited to 'src/osmo-bts-trx/scheduler.h')
-rw-r--r--src/osmo-bts-trx/scheduler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/scheduler.h b/src/osmo-bts-trx/scheduler.h
index 28c72b53..ab185f3b 100644
--- a/src/osmo-bts-trx/scheduler.h
+++ b/src/osmo-bts-trx/scheduler.h
@@ -30,6 +30,10 @@ int trx_sched_set_lchan(struct trx_l1h *l1h, uint8_t chan_nr, uint8_t link_id,
int trx_sched_set_mode(struct trx_l1h *l1h, uint8_t chan_nr, uint8_t rsl_cmode,
uint8_t tch_mode);
+/* setting cipher on logical channels */
+int trx_sched_set_cipher(struct trx_l1h *l1h, uint8_t chan_nr, int downlink,
+ int algo, uint8_t *key, int key_len);
+
/* close all logical channels and reset timeslots */
void trx_sched_reset(struct trx_l1h *l1h);