From a281495008082768be15b5aa63271cce1ee128e0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Jan 2021 12:53:53 +0100 Subject: Move alpha,gamma fields from BTS to PCU Change-Id: I2fdd9c8a7393157183fff64084bb10e2a3b1dc63 --- tests/emu/pcu_emu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/emu/pcu_emu.cpp b/tests/emu/pcu_emu.cpp index 7534b841..96aacda0 100644 --- a/tests/emu/pcu_emu.cpp +++ b/tests/emu/pcu_emu.cpp @@ -72,13 +72,13 @@ static void init_main_bts() bts->n3101 = 10; bts->n3103 = 4; bts->n3105 = 8; - bts->alpha = 0; /* a = 0.0 */ } static void init_pcu(struct gprs_pcu *pcu) { if (!pcu->alloc_algorithm) pcu->alloc_algorithm = alloc_algorithm_b; + pcu->vty.alpha = 0; /* a = 0.0 */ } static void bvci_unblocked(struct gprs_bssgp_pcu *pcu) -- cgit v1.2.3