-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBTS_Tests.default
90 lines (84 loc) · 2.49 KB
/
BTS_Tests.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[LOGGING]
"BTS-Test-RSL-IPA".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
"BTS-Test-RSL".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
"IPA0-CTRL-IPA".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
[TESTPORT_PARAMETERS]
*.BTSVTY.CTRL_MODE := "client"
*.BTSVTY.CTRL_HOSTNAME := "127.0.0.1"
*.BTSVTY.CTRL_PORTNUM := "4241"
*.BTSVTY.CTRL_LOGIN_SKIPPED := "yes"
*.BTSVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
*.BTSVTY.CTRL_READMODE := "buffered"
*.BTSVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
*.BTSVTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
*.BTSVTY.PROMPT1 := "OsmoBTS> "
*.BSCVTY.CTRL_MODE := "client"
*.BSCVTY.CTRL_HOSTNAME := "127.0.0.1"
*.BSCVTY.CTRL_PORTNUM := "4242"
*.BSCVTY.CTRL_LOGIN_SKIPPED := "yes"
*.BSCVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
*.BSCVTY.CTRL_READMODE := "buffered"
*.BSCVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
*.BSCVTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
*.BSCVTY.PROMPT1 := "OsmoBSC> "
*.PCU.socket_type := "SEQPACKET"
[MODULE_PARAMETERS]
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBTS";
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]