aboutsummaryrefslogtreecommitdiffstats
path: root/src/mslot_class.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-02-19 18:00:38 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-21 12:08:38 +0000
commit77988d469d5cd0d876188a829b93890049cc6830 (patch)
tree564a721822836bb8bed4a467a03fa59ecc1b492a /src/mslot_class.h
parent847ed9f8cd4fd95776052c8d1934813f0ea2c813 (diff)
Simplify TS alloc: move slot assignment
Move into separate functions: * move timeslot reservation * move UL timeslot assignment * move DL timeslot assignment Change-Id: I64cf78c5cfc78664766f9769dd5cde632dab92b0 Related: OS#2282
Diffstat (limited to 'src/mslot_class.h')
-rw-r--r--src/mslot_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mslot_class.h b/src/mslot_class.h
index 97b865b0..445455f4 100644
--- a/src/mslot_class.h
+++ b/src/mslot_class.h
@@ -56,3 +56,4 @@ void mslot_fill_rx_mask(uint8_t mslot_class, uint8_t num_tx, uint8_t *rx_mask);
int8_t find_free_usf(uint8_t usf_map);
int8_t find_free_tfi(uint32_t tfi_map);
void masked_override_with(char *buf, uint8_t mask, char set_char);
+void ts_format(char *buf, uint8_t dl_mask, uint8_t ul_mask);