Added max_power_red as a parameter.
This commit is contained in:
parent
ce14fe09b9
commit
55d1b4c1c8
2 changed files with 8 additions and 6 deletions
|
@ -47,6 +47,8 @@ class rhizomatica_base_system {
|
||||||
$arfcn_E = hiera('rhizo::arfcn_E', false)
|
$arfcn_E = hiera('rhizo::arfcn_E', false)
|
||||||
$arfcn_F = hiera('rhizo::arfcn_F', false)
|
$arfcn_F = hiera('rhizo::arfcn_F', false)
|
||||||
|
|
||||||
|
$max_power_red = hiera('rhizo::max_power_red')
|
||||||
|
|
||||||
# VPN ip address
|
# VPN ip address
|
||||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||||
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
||||||
|
|
|
@ -105,7 +105,7 @@ network
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_A %>
|
arfcn <%= @arfcn_A %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red <%= @max_power_red %>
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
timeslot 0
|
timeslot 0
|
||||||
phys_chan_config CCCH
|
phys_chan_config CCCH
|
||||||
|
@ -157,7 +157,7 @@ network
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_B %>
|
arfcn <%= @arfcn_B %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red <%= @max_power_red %>
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
timeslot 0
|
timeslot 0
|
||||||
phys_chan_config CCCH
|
phys_chan_config CCCH
|
||||||
|
@ -210,7 +210,7 @@ network
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_C %>
|
arfcn <%= @arfcn_C %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red <%= @max_power_red %>
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
timeslot 0
|
timeslot 0
|
||||||
phys_chan_config CCCH
|
phys_chan_config CCCH
|
||||||
|
@ -262,7 +262,7 @@ network
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_D %>
|
arfcn <%= @arfcn_D %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red <%= @max_power_red %>
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
timeslot 0
|
timeslot 0
|
||||||
phys_chan_config CCCH
|
phys_chan_config CCCH
|
||||||
|
@ -316,7 +316,7 @@ network
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_E %>
|
arfcn <%= @arfcn_E %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red <%= @max_power_red %>
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
timeslot 0
|
timeslot 0
|
||||||
phys_chan_config CCCH
|
phys_chan_config CCCH
|
||||||
|
@ -368,7 +368,7 @@ network
|
||||||
rf_locked 0
|
rf_locked 0
|
||||||
arfcn <%= @arfcn_F %>
|
arfcn <%= @arfcn_F %>
|
||||||
nominal power 37
|
nominal power 37
|
||||||
max_power_red 0
|
max_power_red <%= @max_power_red %>
|
||||||
rsl e1 tei 0
|
rsl e1 tei 0
|
||||||
timeslot 0
|
timeslot 0
|
||||||
phys_chan_config CCCH
|
phys_chan_config CCCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue