Add sgsn ip to hiera
This commit is contained in:
parent
a6f5127f8f
commit
11f589dafc
2 changed files with 3 additions and 2 deletions
|
@ -140,7 +140,7 @@ network
|
|||
gprs nsvc 0 nsvci <%= @lac %>0
|
||||
gprs nsvc 0 local udp port 23<%= @lac %>
|
||||
gprs nsvc 0 remote udp port 23001
|
||||
gprs nsvc 0 remote ip <%= @ggsn_ip_address %>
|
||||
gprs nsvc 0 remote ip <%= @sgsn_ip_address %>
|
||||
<% else -%> gprs mode none
|
||||
<% end -%> no force-combined-si
|
||||
trx 0
|
||||
|
@ -248,7 +248,7 @@ network
|
|||
gprs nsvc 0 nsvci <%= @lac %>1
|
||||
gprs nsvc 0 local udp port 23<%= @lac %>
|
||||
gprs nsvc 0 remote udp port 23001
|
||||
gprs nsvc 0 remote ip <%= @ggsn_ip_address %>
|
||||
gprs nsvc 0 remote ip <%= @sgsn_ip_address %>
|
||||
<% else -%> gprs mode none
|
||||
<% end -%> no force-combined-si
|
||||
depends-on-bts 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue