fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/95/41695/1

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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41695?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7de4e2796ca91e90f9261be8355e97e60a9cc13f
Gerrit-Change-Number: 41695
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to