aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fn/FnTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fn/FnTest.cpp')
-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);