From 7fb18ae56d444bc2d0570f312e8fd57fb3164ff0 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Fri, 6 Nov 2020 16:41:18 +0100 Subject: WIP: attenuate ch0 of eNB A at the start this can probably go away if both eNBs are configured correctly need to see Change-Id: I7f0371d3319ed5ad9c5c02bef272a0f90e5c91c1 --- sysmocom/suites/4g2enb/ping.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysmocom/suites/4g2enb/ping.py b/sysmocom/suites/4g2enb/ping.py index e80b5f1..75cae05 100755 --- a/sysmocom/suites/4g2enb/ping.py +++ b/sysmocom/suites/4g2enb/ping.py @@ -18,6 +18,9 @@ wait(epc.enb_is_connected, enbA) wait(epc.enb_is_connected, enbB) print('ENBs is connected to EPC') +rfemu_enbA = enbA.get_rfemu(0) +rfemu_enbA.set_attenuation(-10) + ue.connect(enbA) print('waiting for UE to attach...') wait(ue.is_registered) -- cgit v1.2.3