From 621dc2fd010dbcde6c6a202d48d427afbf6a2e1a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 19 Oct 2013 20:11:46 +0200 Subject: sba: Move the sba code to a dedicated file Move the code around and then turn it into an object... --- src/gprs_rlcmac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gprs_rlcmac.h') diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h index c514b4e2..2232e976 100644 --- a/src/gprs_rlcmac.h +++ b/src/gprs_rlcmac.h @@ -100,6 +100,8 @@ int sba_alloc(struct gprs_rlcmac_bts *bts, uint8_t *_trx, uint8_t *_ts, uint32_t struct gprs_rlcmac_sba *sba_find(uint8_t trx, uint8_t ts, uint32_t fn); +uint32_t sched_sba(uint8_t trx, uint8_t ts, uint32_t fn, uint8_t block_nr); + /* TS 44.060 Section 10.4.7 Table 10.4.7.1: Payload Type field */ enum gprs_rlcmac_block_type { GPRS_RLCMAC_DATA_BLOCK = 0x0, -- cgit v1.2.3