Fix variable check in osmo-nitb.cfg template
This commit is contained in:
parent
3748abb091
commit
21c14e928e
1 changed files with 4 additions and 4 deletions
|
@ -183,7 +183,7 @@ network
|
|||
timeslot 7
|
||||
phys_chan_config TCH/F
|
||||
hopping enabled 0
|
||||
<% if @bts2_ip_address %>
|
||||
<% if not @bts2_ip_address.nil? -%>
|
||||
bts 2
|
||||
type sysmobts
|
||||
band GSM850
|
||||
|
@ -288,8 +288,8 @@ network
|
|||
timeslot 7
|
||||
phys_chan_config TCH/F
|
||||
hopping enabled 0
|
||||
<% end %>
|
||||
<% if @bts3_ip_address %>
|
||||
<% end -%>
|
||||
<% if not @bts3_ip_address.nil? %>
|
||||
bts 4
|
||||
type sysmobts
|
||||
band GSM850
|
||||
|
@ -394,7 +394,7 @@ network
|
|||
timeslot 7
|
||||
phys_chan_config TCH/F
|
||||
hopping enabled 0
|
||||
<% end %>
|
||||
<% end -%>
|
||||
mncc-int
|
||||
default-codec tch-f fr
|
||||
default-codec tch-h hr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue