Fix!
This commit is contained in:
parent
58a6d024ee
commit
8dfb109ac3
2 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@ class rhizomatica_base_system {
|
||||||
$pbxcode = hiera('rhizo::pbxcode')
|
$pbxcode = hiera('rhizo::pbxcode')
|
||||||
# network name
|
# network name
|
||||||
$network_name = hiera('rhizo::network_name')
|
$network_name = hiera('rhizo::network_name')
|
||||||
$arfcn_1 = hiera('rhizo::arfcn_1')
|
$arfcn_A = hiera('rhizo::arfcn_A')
|
||||||
$arfcn_2 = hiera('rhizo::arfcn_2')
|
$arfcn_B = hiera('rhizo::arfcn_B')
|
||||||
|
|
||||||
# VPN ip address
|
# VPN ip address
|
||||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||||
|
|
|
@ -103,7 +103,7 @@ network
|
||||||
no force-combined-si
|
no force-combined-si
|
||||||
trx 0
|
trx 0
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_1 %>
|
arfcn <%= @arfcn_A %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red 0
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
|
@ -155,7 +155,7 @@ network
|
||||||
no force-combined-si
|
no force-combined-si
|
||||||
trx 0
|
trx 0
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_2 %>
|
arfcn <%= @arfcn_B %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red 0
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue