Fix nitb config template
This commit is contained in:
parent
e10bec7a95
commit
b561a84390
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
||||||
amr tch-h modes 4 5
|
amr tch-h modes 4 5
|
||||||
amr tch-h start-mode 1
|
amr tch-h start-mode 1
|
||||||
gprs mode <%= bts["gprs_m"] %>
|
gprs mode <%= bts["gprs_m"] %>
|
||||||
gprs 11bit_rach_support_for_egprs 0
|
gprs 11bit_rach_support_for_egprs 1
|
||||||
gprs routing area 21
|
gprs routing area 21
|
||||||
gprs network-control-order nc0
|
gprs network-control-order nc0
|
||||||
gprs cell bvci <%= index+2 %>
|
gprs cell bvci <%= index+2 %>
|
||||||
|
@ -86,10 +86,10 @@
|
||||||
phys_chan_config <%= @phys_chan %>
|
phys_chan_config <%= @phys_chan %>
|
||||||
hopping enabled 0
|
hopping enabled 0
|
||||||
timeslot 4
|
timeslot 4
|
||||||
phys_chan_config <%= @phys_chan %>
|
phys_chan_config TCH/F_TCH/H_PDCH
|
||||||
hopping enabled 0
|
hopping enabled 0
|
||||||
timeslot 5
|
timeslot 5
|
||||||
phys_chan_config <%= @phys_chan %>
|
phys_chan_config TCH/F_TCH/H_PDCH
|
||||||
hopping enabled 0
|
hopping enabled 0
|
||||||
timeslot 6
|
timeslot 6
|
||||||
phys_chan_config TCH/F_TCH/H_PDCH
|
phys_chan_config TCH/F_TCH/H_PDCH
|
||||||
|
|
|
@ -88,5 +88,5 @@ network
|
||||||
handover power budget hysteresis 3
|
handover power budget hysteresis 3
|
||||||
handover maximum distance 9999
|
handover maximum distance 9999
|
||||||
timer t3109 4
|
timer t3109 4
|
||||||
dyn_ts_allow_tch_f 0
|
dyn_ts_allow_tch_f <% if @mncc_codec == 'AMR' -%>0<% else -%>1<% end %>
|
||||||
subscriber-keep-in-ram 0
|
subscriber-keep-in-ram 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue