aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
blob: 1b21e639daa1a7804dd8f34bf80f43de2b2ce5c7 (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
! Configuration rendered by osmo-gsm-tester
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 ${bsc.ip_address.addr}
ctrl
 bind ${bsc.ip_address.addr}
e1_input
 e1_line 0 driver ipa
 ipa bind ${bsc.ip_address.addr}
cs7 instance 1
 point-code 0.0.2
 asp asp0 2905 0 m3ua
  remote-ip ${stp.ip_address.addr}
 as as0 m3ua
  asp asp0
  routing-key 2 0.0.2
 sccp-address bsc_local
  point-code 0.0.2
  routing-indicator PC
 sccp-address msc_remote
  point-code 0.0.1
  routing-indicator PC
network
 network country code ${bsc.net.mcc}
 mobile network code ${bsc.net.mnc}
 short name ${bsc.net.short_name}
 long name ${bsc.net.long_name}
 auth policy ${bsc.net.auth_policy}
 location updating reject cause 13
 encryption ${bsc.net.encryption}
 authentication ${bsc.net.authentication}
 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
%for bts in bsc.net.bts_list:
 bts ${loop.index}
  type ${bts.osmobsc_bts_type}
  band ${bts.band}
  cell_identity ${bts.cell_identity}
  location_area_code ${bts.location_area_code}
  training_sequence_code 7
  base_station_id_code ${bts.base_station_id_code}
  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 ${bts.ipa_unit_id} 0
  oml ip.access stream_id ${bts.stream_id} line 0
  gprs mode none
% for trx in bts.trx_list:
  trx ${loop.index}
   rf_locked 0
   arfcn ${trx.arfcn}
   nominal power ${trx.nominal_power}
   max_power_red ${trx.max_power_red}
   rsl e1 tei 0
%  for ts in trx.timeslot_list:
   timeslot ${loop.index}
    phys_chan_config ${ts.phys_chan_config}
%  endfor
% endfor
%endfor
msc
 token msc_token_23_42
 core-mobile-country-code ${bsc.net.mcc}
 core-mobile-network-code ${bsc.net.mnc}
 ip.access rtp-base 25000
 mgw remote-ip ${mgw.ip_address.addr}
 mgw remote-port 2427
 mgw endpoint-range 1 31
 timeout-ping 1800
 timeout-ping advanced
 timeout-pong 60
 codec-list hr3
 dest 151.80.237.229 5000 184
 amr-config 12_2k forbidden
 amr-config 10_2k forbidden
 amr-config 7_95k forbidden
 amr-config 7_40k forbidden
 amr-config 6_70k forbidden
 amr-config 5_90k allowed
 amr-config 5_15k forbidden
 amr-config 4_75k forbidden
 msc-addr msc_remote
 bsc-addr bsc_local