osmo-pcu/tests/alloc
Jacob Erlbeck e0853cdf42 alloc: Allocate TFI per slot (algorithm A)
Currently the TFI are managed per TRX, thus only a maximum of 32 TBF
per direction and per TRX are possible simultaneously.

This commit modifies algorithm_a() to allow the sharing of TFI
between different PDCH. Since algorithm A only assigns a single slot
to each TBF, the TFI of each PDCH can be assigned independently.
This increases the maximum to 32 TBF per direction and per PDCH
concerning the TFI allocation.

Ticket: #1793
Sponsored-by: On-Waves ehf
2015-07-16 10:25:14 +02:00
..
AllocTest.cpp alloc: Allocate TFI per slot (algorithm A) 2015-07-16 10:25:14 +02:00
AllocTest.err alloc: Allocate TFI per slot (algorithm A) 2015-07-16 10:25:14 +02:00
AllocTest.ok alloc: Allocate TFI per slot (algorithm A) 2015-07-16 10:25:14 +02:00