osmo-gsm-tester/src/osmo_gsm_tester/templates/osmo-nitb.cfg.tmpl

86 lines
1.9 KiB
Cheetah

! Configuration rendered by osmo-gsm-tester
password foo
!
log stderr
logging filter all 1
logging color 0
logging print category 0
logging print extended-timestamp 1
logging level all debug
!
line vty
no login
bind ${nitb_iface.addr}
!
e1_input
e1_line 0 driver ipa
ipa bind ${nitb_iface.addr}
network
network country code ${nitb.net.mcc}
mobile network code ${nitb.net.mnc}
short name ${nitb.net.short_name}
long name ${nitb.net.long_name}
auth policy ${nitb.net.auth_policy}
location updating reject cause 13
encryption ${nitb.net.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
%for bts in nitb.net.bts_list:
bts ${loop.index}
type ${bts.type}
band ${bts.band}
cell_identity 0
location_area_code ${bts.location_area_code}
training_sequence_code 7
base_station_id_code ${bts.base_station_id_code}
ms max power 15
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 23
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
smpp
local-tcp-ip ${nitb_iface.addr} 2775
system-id test
policy closed
esme test
password test
default-route
ctrl
bind ${nitb_iface.addr}