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
|
timeslot 7
|
||||||
phys_chan_config TCH/F
|
phys_chan_config TCH/F
|
||||||
hopping enabled 0
|
hopping enabled 0
|
||||||
<% if @bts2_ip_address %>
|
<% if not @bts2_ip_address.nil? -%>
|
||||||
bts 2
|
bts 2
|
||||||
type sysmobts
|
type sysmobts
|
||||||
band GSM850
|
band GSM850
|
||||||
|
@ -288,8 +288,8 @@ network
|
||||||
timeslot 7
|
timeslot 7
|
||||||
phys_chan_config TCH/F
|
phys_chan_config TCH/F
|
||||||
hopping enabled 0
|
hopping enabled 0
|
||||||
<% end %>
|
<% end -%>
|
||||||
<% if @bts3_ip_address %>
|
<% if not @bts3_ip_address.nil? %>
|
||||||
bts 4
|
bts 4
|
||||||
type sysmobts
|
type sysmobts
|
||||||
band GSM850
|
band GSM850
|
||||||
|
@ -394,7 +394,7 @@ network
|
||||||
timeslot 7
|
timeslot 7
|
||||||
phys_chan_config TCH/F
|
phys_chan_config TCH/F
|
||||||
hopping enabled 0
|
hopping enabled 0
|
||||||
<% end %>
|
<% end -%>
|
||||||
mncc-int
|
mncc-int
|
||||||
default-codec tch-f fr
|
default-codec tch-f fr
|
||||||
default-codec tch-h hr
|
default-codec tch-h hr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue