laforge submitted this change.
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.