blob: 578aa3676c45222405db76f123f02f919239aa73 [file] [log] [blame]
Harald Welte68e495b2018-02-25 00:05:57 +01001[LOGGING]
Alexander Couzens02496252018-06-12 13:34:12 +02002"BTS-Test-RSL-IPA".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
3"BTS-Test-RSL".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
4"IPA0-CTRL-IPA".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
Harald Welte68e495b2018-02-25 00:05:57 +01005mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
6
7[TESTPORT_PARAMETERS]
8*.BTSVTY.CTRL_MODE := "client"
9*.BTSVTY.CTRL_HOSTNAME := "127.0.0.1"
10*.BTSVTY.CTRL_PORTNUM := "4241"
11*.BTSVTY.CTRL_LOGIN_SKIPPED := "yes"
12*.BTSVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
13*.BTSVTY.CTRL_READMODE := "buffered"
14*.BTSVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
Stefan Sperling23b45972018-07-27 17:20:38 +020015*.BTSVTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
Harald Welte68e495b2018-02-25 00:05:57 +010016*.BTSVTY.PROMPT1 := "OsmoBTS> "
Harald Weltef50e3ae2018-09-10 10:27:56 +020017
18*.BSCVTY.CTRL_MODE := "client"
19*.BSCVTY.CTRL_HOSTNAME := "127.0.0.1"
20*.BSCVTY.CTRL_PORTNUM := "4242"
21*.BSCVTY.CTRL_LOGIN_SKIPPED := "yes"
22*.BSCVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
23*.BSCVTY.CTRL_READMODE := "buffered"
24*.BSCVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
25*.BSCVTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
26*.BSCVTY.PROMPT1 := "OsmoBSC> "
27
Harald Welte883340c2018-02-28 18:59:29 +010028*.PCU.socket_type := "SEQPACKET"
Harald Welte68e495b2018-02-25 00:05:57 +010029
30[MODULE_PARAMETERS]
Harald Welte8da48242018-02-27 20:41:32 +010031Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBTS";
Philipp Maiere0666ea2023-11-01 16:55:45 +010032PCUIF_Types.mp_pcuif_version := 12;
Harald Welte68e495b2018-02-25 00:05:57 +010033
Vadim Yanitskiy42d8bd52020-11-15 20:41:02 +070034# Configuration for each individual transceiver
35BTS_Tests.mp_trx_pars := {
36 { # TRX0
37 arfcn := 871,
38 ts := {
39 { config := GSM_PCHAN_CCCH_SDCCH4 },
40 { config := GSM_PCHAN_TCHF },
41 { config := GSM_PCHAN_TCHF },
42 { config := GSM_PCHAN_TCHF_PDCH },
43 { config := GSM_PCHAN_TCHH_TCHF_PDCH },
44 { config := GSM_PCHAN_TCHH },
45 { config := GSM_PCHAN_SDCCH8 },
46 { config := GSM_PCHAN_PDCH }
47 }
48 },
49 { # TRX1
50 arfcn := 873,
51 ts := {
52 { config := GSM_PCHAN_TCHF },
53 { config := GSM_PCHAN_SDCCH8 },
54 { config := GSM_PCHAN_PDCH },
55 { config := GSM_PCHAN_TCHH_TCHF_PDCH },
56 { config := GSM_PCHAN_TCHF_PDCH },
57 { config := GSM_PCHAN_SDCCH8 },
58 { config := GSM_PCHAN_PDCH },
59 { config := GSM_PCHAN_PDCH }
60 }
61 },
62 { # TRX2
63 arfcn := 875,
64 ts := {
65 { config := GSM_PCHAN_TCHH },
66 { config := GSM_PCHAN_PDCH },
67 { config := GSM_PCHAN_SDCCH8 },
68 { config := GSM_PCHAN_TCHF },
69 { config := GSM_PCHAN_SDCCH8 },
70 { config := GSM_PCHAN_TCHF },
71 { config := GSM_PCHAN_PDCH },
72 { config := GSM_PCHAN_PDCH }
73 }
74 },
75 { # TRX3
76 arfcn := 877,
77 ts := {
78 { config := GSM_PCHAN_PDCH },
79 { config := GSM_PCHAN_TCHH },
80 { config := GSM_PCHAN_TCHH },
81 { config := GSM_PCHAN_SDCCH8 },
82 { config := GSM_PCHAN_PDCH },
83 { config := GSM_PCHAN_TCHF },
84 { config := GSM_PCHAN_PDCH },
85 { config := GSM_PCHAN_SDCCH8 }
86 }
87 }
88};
89
Harald Welte68e495b2018-02-25 00:05:57 +010090[EXECUTE]