aboutsummaryrefslogtreecommitdiffstats
path: root/tests/emu/pcu_emu.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 12:53:53 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 11:38:38 +0100
commita281495008082768be15b5aa63271cce1ee128e0 (patch)
treecf81a3f4629ef7b1616f98902bb622bf80115dde /tests/emu/pcu_emu.cpp
parent03de898d193e7e73c0cb700a2d00e2b6a913c458 (diff)
Move alpha,gamma fields from BTS to PCU
Diffstat (limited to 'tests/emu/pcu_emu.cpp')
-rw-r--r--tests/emu/pcu_emu.cpp2
1 files changed, 1 insertions, 1 deletions
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)