aboutsummaryrefslogtreecommitdiffstats
path: root/bts/BTS_Tests.default
diff options
context:
space:
mode:
Diffstat (limited to 'bts/BTS_Tests.default')
-rw-r--r--bts/BTS_Tests.default58
1 files changed, 57 insertions, 1 deletions
diff --git a/bts/BTS_Tests.default b/bts/BTS_Tests.default
index 89b04e82..578aa367 100644
--- a/bts/BTS_Tests.default
+++ b/bts/BTS_Tests.default
@@ -29,6 +29,62 @@ mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
[MODULE_PARAMETERS]
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBTS";
-PCUIF_Types.mp_pcuif_version := 10;
+PCUIF_Types.mp_pcuif_version := 12;
+
+# Configuration for each individual transceiver
+BTS_Tests.mp_trx_pars := {
+ { # TRX0
+ arfcn := 871,
+ ts := {
+ { config := GSM_PCHAN_CCCH_SDCCH4 },
+ { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_TCHF_PDCH },
+ { config := GSM_PCHAN_TCHH_TCHF_PDCH },
+ { config := GSM_PCHAN_TCHH },
+ { config := GSM_PCHAN_SDCCH8 },
+ { config := GSM_PCHAN_PDCH }
+ }
+ },
+ { # TRX1
+ arfcn := 873,
+ ts := {
+ { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_SDCCH8 },
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_TCHH_TCHF_PDCH },
+ { config := GSM_PCHAN_TCHF_PDCH },
+ { config := GSM_PCHAN_SDCCH8 },
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_PDCH }
+ }
+ },
+ { # TRX2
+ arfcn := 875,
+ ts := {
+ { config := GSM_PCHAN_TCHH },
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_SDCCH8 },
+ { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_SDCCH8 },
+ { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_PDCH }
+ }
+ },
+ { # TRX3
+ arfcn := 877,
+ ts := {
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_TCHH },
+ { config := GSM_PCHAN_TCHH },
+ { config := GSM_PCHAN_SDCCH8 },
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_TCHF },
+ { config := GSM_PCHAN_PDCH },
+ { config := GSM_PCHAN_SDCCH8 }
+ }
+ }
+};
[EXECUTE]