aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-12-14 18:49:06 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-12-16 12:08:07 +0100
commitff7c5810116efd096195d0c30947a0bd30e64164 (patch)
tree1159e85d3e79e57b66390269fa9cc0b7fedabd81 /tests/tbf
parent9935d0d21d6902999fcd4740e9c6b485f71d0e2f (diff)
Rename gprs_rlcmac_ts_alloc.cpp -> alloc_algo.cpp & create own .h file
First commit towards trying to have alloc algorithm as isolated as possible from others parts of the code trying to avoid state changes on data structures. Change name also because the alloc_algo not only allocated TS, but TFIs and USFs. Change-Id: I33a6c178c64a769f05d3880a69c38acb154afa62
Diffstat (limited to 'tests/tbf')
-rw-r--r--tests/tbf/TbfTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 80dfc2fa..47566f89 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -36,6 +36,7 @@
extern "C" {
#include "pcu_vty.h"
#include "coding_scheme.h"
+#include "alloc_algo.h"
#include <osmocom/core/application.h>
#include <osmocom/core/msgb.h>