aboutsummaryrefslogtreecommitdiffstats
path: root/selftest/template_test.ok
blob: d031c966f6e93fad96870a0ab1b1cdef66cb13db (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
- Testing: fill a config file with values
cnf Templates: DBG: rendering osmo-nitb.cfg.tmpl  [osmo-nitb.cfg.tmpl↪Templates]
! Configuration rendered by osmo-gsm-tester
password foo
!
log stderr
 logging filter all 1
 logging color 1
 logging print category 1
 logging print extended-timestamp 1
 logging level all debug
!
line vty
 no login
 bind val_ip_address
!
e1_input
 e1_line 0 driver ipa
 ipa bind val_ip_address
network
 network country code val_mcc
 mobile network code val_mnc
 short name val_short_name
 long name val_long_name
 auth policy val_auth_policy
 location updating reject cause 13
 encryption val_encryption
 neci 1
 rrlp mode none
 mm info 1
 handover 0
 handover window rxlev averaging 10
 handover window rxqual averaging 1
 handover window rxlev neighbor averaging 10
 handover power budget interval 6
 handover power budget hysteresis 3
 handover maximum distance 9999
 timer t3101 10
 timer t3103 0
 timer t3105 0
 timer t3107 0
 timer t3109 4
 timer t3111 0
 timer t3113 60
 timer t3115 0
 timer t3117 0
 timer t3119 0
 timer t3141 0
 bts 0
  type val_type_bts0
  band val_band_bts0
  cell_identity 0
  location_area_code val_bts.location_area_code_bts0
  training_sequence_code 7
  base_station_id_code val_bts.base_station_id_code_bts0
  ms max power 33
  cell reselection hysteresis 4
  rxlev access min 0
  channel allocator ascending
  rach tx integer 9
  rach max transmission 7
  ip.access unit_id val_bts.unit_id_bts0 0
  oml ip.access stream_id val_bts.stream_id_bts0 line 0
  gprs mode none
  trx 0
   rf_locked 0
   arfcn val_trx_arfcn_trx0
   nominal power 23
   max_power_red val_trx_max_power_red_trx0
   rsl e1 tei 0
   timeslot 0
    phys_chan_config val_phys_chan_config_0
   timeslot 1
    phys_chan_config val_phys_chan_config_1
   timeslot 2
    phys_chan_config val_phys_chan_config_2
   timeslot 3
    phys_chan_config val_phys_chan_config_3
  trx 1
   rf_locked 0
   arfcn val_trx_arfcn_trx1
   nominal power 23
   max_power_red val_trx_max_power_red_trx1
   rsl e1 tei 0
   timeslot 0
    phys_chan_config val_phys_chan_config_0
   timeslot 1
    phys_chan_config val_phys_chan_config_1
   timeslot 2
    phys_chan_config val_phys_chan_config_2
   timeslot 3
    phys_chan_config val_phys_chan_config_3
 bts 1
  type val_type_bts1
  band val_band_bts1
  cell_identity 0
  location_area_code val_bts.location_area_code_bts1
  training_sequence_code 7
  base_station_id_code val_bts.base_station_id_code_bts1
  ms max power 33
  cell reselection hysteresis 4
  rxlev access min 0
  channel allocator ascending
  rach tx integer 9
  rach max transmission 7
  ip.access unit_id val_bts.unit_id_bts1 0
  oml ip.access stream_id val_bts.stream_id_bts1 line 0
  gprs mode none
  trx 0
   rf_locked 0
   arfcn val_trx_arfcn_trx0
   nominal power 23
   max_power_red val_trx_max_power_red_trx0
   rsl e1 tei 0
   timeslot 0
    phys_chan_config val_phys_chan_config_0
   timeslot 1
    phys_chan_config val_phys_chan_config_1
   timeslot 2
    phys_chan_config val_phys_chan_config_2
   timeslot 3
    phys_chan_config val_phys_chan_config_3
  trx 1
   rf_locked 0
   arfcn val_trx_arfcn_trx1
   nominal power 23
   max_power_red val_trx_max_power_red_trx1
   rsl e1 tei 0
   timeslot 0
    phys_chan_config val_phys_chan_config_0
   timeslot 1
    phys_chan_config val_phys_chan_config_1
   timeslot 2
    phys_chan_config val_phys_chan_config_2
   timeslot 3
    phys_chan_config val_phys_chan_config_3
smpp
 local-tcp-ip val_ip_address 2775
 system-id test
 policy closed
 esme test
  password test
  default-route
ctrl
 bind val_ip_address

- Testing: expect to fail on invalid templates dir
sucess: setting non-existing templates dir raised RuntimeError