osmo-pcu/tests
Pau Espin f197f15b2d tbf_fsm: Move osmo_fsm_inst fi out of struct tbf_fsm_ctx
This is a preparatory step towards splitting tbf_fsm.c into tbf_ul_fsm.c
and tbf_dl_fsm.c.
In order to accomplish it, the struct tbf_fsm_ctx will also be
duplicated (and each one will contain a explicit ul_tbf/dl_tbf pointer).
Hence, a DL_TBF will have a struct tbf_dl_fsm_ctx and a UL_TBF will have
a struct tbf_ul_fsm_ctx, since those hold implementation specific
state. However, the FSM interface will be partly shared (events,
states), and hence we want to keep the "fi" pointer into the "tbf"
parent class so that it can be used regardless of the tbf direction
type.

Change-Id: I03e691ccf6a94431caa55653349158f5b85db017
2022-11-18 14:16:55 +01:00
..
alloc Improve MS logging 2022-11-03 18:12:06 +01:00
app_info Improve MS logging 2022-11-03 18:12:06 +01:00
bitcomp tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
codel tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
edge llc: Convert to C 2022-03-31 19:42:15 +02:00
emu Use ALPHA value received in SI13 from PCUIF 2021-02-22 12:29:12 +00:00
fn tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
llc tests/llc: Add test_llc_codel 2022-04-05 11:16:17 +00:00
llist llist: Add missing const qualifier in llist cast method 2015-08-24 12:23:50 +02:00
ms Improve MS logging 2022-11-03 18:12:06 +01:00
rlcmac tests/rlcmac: use ARRAY_SIZE macro 2022-08-06 02:51:46 +07:00
tbf tbf_fsm: Move osmo_fsm_inst fi out of struct tbf_fsm_ctx 2022-11-18 14:16:55 +01:00
types Improve MS logging 2022-11-03 18:12:06 +01:00
ulc Improve MS logging 2022-11-03 18:12:06 +01:00
Makefile.am {src,tests}/Makefile.am: $(COMMON_LA) is not definied 2022-08-09 16:05:35 +00:00
testsuite.at tests: Introduce unit tests for PDCH UL Controller 2021-03-15 19:35:43 +01:00