aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 17:14:14 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-20 12:36:21 +0100
commitd1049dc8cc3a150140569b711b7bbf11336211e7 (patch)
tree5b588a6f36dc21975cd004f9fe5db35efa716485 /tests/fn
parente91c4c72b17a1d77e23e4c1514db40307ff66a48 (diff)
Allow multiple bts objects in PCU
This patch doesn't really tests whether osmo-pcu can work on a multi-bts environment, but it prepares the data structures to be able to do so at any later point in time. Change-Id: I6b10913f46c19d438c4e250a436a7446694b725a
Diffstat (limited to 'tests/fn')
-rw-r--r--tests/fn/FnTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fn/FnTest.cpp b/tests/fn/FnTest.cpp
index dd30b34d..4281fc3b 100644
--- a/tests/fn/FnTest.cpp
+++ b/tests/fn/FnTest.cpp
@@ -53,7 +53,7 @@ static void set_fn(struct gprs_rlcmac_bts * bts, uint32_t fn)
static void run_test()
{
- struct gprs_rlcmac_bts *bts = bts_alloc(the_pcu);
+ struct gprs_rlcmac_bts *bts = bts_alloc(the_pcu, 0);
uint32_t fn;
printf("RFN_MODULUS=%i\n",RFN_MODULUS);