From 91199a31377fe94a79376eca9232151a3f637bce Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 25 Jul 2019 12:59:30 +0200 Subject: resources.conf.prod: Use different ARFCN for sysmocell-5k Due to a bug in sysmocell-5K's TRX implementation, it may keep polluting the air transmitting after the BTS is disconnected. This could cause interferences with other tests. Correct fix would be to RF lock it after test finishes (through ccli), but let's simply use a different ARFCN for now. Related: OS#4129 Change-Id: I6d5555aa8740b262ee92110987189c076db44f76 --- example/resources.conf.prod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') diff --git a/example/resources.conf.prod b/example/resources.conf.prod index 8b498d0..b0a679e 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -69,6 +69,8 @@ bts: addr: 10.42.42.51 band: GSM-1800 ciphers: [a5_0, a5_1] + trx_list: + - arfcn: 878 osmo_trx: launch_trx: false clock_reference: external -- cgit v1.2.3