aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-01 19:22:25 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-25 16:12:56 +0000
commit46fbfceac6dfa6641d3e00c1a102622550bb7190 (patch)
tree7755f7ecf600d431e94b5a1ab41f730623140622 /src/gprs_rlcmac.h
parentfdd79e9828b79ef0fbd0b17b6188473cd43f388d (diff)
Add tests for find_multi_slots()
* make function public * add tests Change-Id: I4174703808335c19341cd5b5f4422496d958967f
Diffstat (limited to 'src/gprs_rlcmac.h')
-rw-r--r--src/gprs_rlcmac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h
index aa773fc5..64b6d6c8 100644
--- a/src/gprs_rlcmac.h
+++ b/src/gprs_rlcmac.h
@@ -62,6 +62,9 @@ struct gprs_rlcmac_cs {
uint8_t block_payload;
};
+/* TS allocation internal functions */
+int find_multi_slots(struct gprs_rlcmac_trx *trx, uint8_t mslot_class, uint8_t *ul_slots, uint8_t *dl_slots);
+
int gprs_rlcmac_received_lost(struct gprs_rlcmac_dl_tbf *tbf, uint16_t received,
uint16_t lost);