osmo-pcu/tests
Alexander Couzens 695ce77167 gprs_rlc_ts_alloc: ensure no rolling slots are allocated
When allocating multiple slots for a UE the following example
is not allowed 'UU----UU' for a UE class 12.
The time slot number can not roll over 7 and move to 0.
44.060 or 45.002 only specifies contigous however it was unclear
it this is an allowed pattern.

Only the example 45.002 B.3 in release 12 cleared this up.
It gives an example for a multi slot class 5 UE which has 7 possible
configuration this means the rolled over is not allowed.

Multislot class type 2 UE doesn't have this limitation.
Further if a UE supports 8 time slots this is not a limitation because
the window size (45.002 B.1) can include all time slots.

Releated: SYS#5073
Change-Id: I16019bdbe741b37b83b62749b840a3b7f4ddc6c7
2021-01-15 15:50:41 +00:00
..
alloc gprs_rlc_ts_alloc: ensure no rolling slots are allocated 2021-01-15 15:50:41 +00:00
app_info Convert GprsMS and helpers classes to C 2021-01-05 10:34:25 +00:00
bitcomp decompress_crbb: add length argument for search_runlen 2019-06-24 13:51:06 +00:00
codel Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere 2020-03-16 10:31:56 +00:00
edge Convert GprsMS and helpers classes to C 2021-01-05 10:34:25 +00:00
emu pcuif: Improve BTS-supported CS/MCS handling 2020-11-04 21:39:42 +01:00
fn use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:57:42 +02:00
llc Convert GprsMS and helpers classes to C 2021-01-05 10:34:25 +00:00
llist llist: Add missing const qualifier in llist cast method 2015-08-24 12:23:50 +02:00
ms Convert GprsMS and helpers classes to C 2021-01-05 10:34:25 +00:00
rlcmac csn1: Log CSN_VARIABLE_ARRAY values as hex 2020-11-24 11:24:11 +01:00
tbf tbf: remove 'software error' logs from tbf_free 2021-01-11 19:17:05 +01:00
types Convert GprsMS and helpers classes to C 2021-01-05 10:34:25 +00:00
Makefile.am tests/rlcmac: additionally match debug output of the CSN.1 codec 2020-02-17 02:30:58 +07:00
testsuite.at tests/rlcmac: additionally match debug output of the CSN.1 codec 2020-02-17 02:30:58 +07:00