laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41695?usp=email )
Change subject: bts: fix pchan config in default mp_trx_pars[] ......................................................................
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(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
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 },