laforge submitted this change.

View Change

Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
bts: fix pchan config in default mp_trx_pars[]

The timeslot 3 of transceiver 2 is configured to PDCH in osmo-bsc.cfg,
so the pchan config must be GSM_PCHAN_PDCH, not GSM_PCHAN_TCHF.

Change-Id: I7de4e2796ca91e90f9261be8355e97e60a9cc13f
Fixes: 42d8bd501 ("BTS_Tests: re-organize configuration of TRX/TS params")
---
M bts/BTS_Tests.default
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bts/BTS_Tests.default b/bts/BTS_Tests.default
index 578aa36..9f89ed5 100644
--- a/bts/BTS_Tests.default
+++ b/bts/BTS_Tests.default
@@ -65,7 +65,7 @@
{ config := GSM_PCHAN_TCHH },
{ config := GSM_PCHAN_PDCH },
{ config := GSM_PCHAN_SDCCH8 },
- { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_PDCH },
{ config := GSM_PCHAN_SDCCH8 },
{ config := GSM_PCHAN_TCHF },
{ config := GSM_PCHAN_PDCH },

To view, visit change 41695. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7de4e2796ca91e90f9261be8355e97e60a9cc13f
Gerrit-Change-Number: 41695
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>