Added support for different ARFCNs in osmo-nitb.cfg
This commit is contained in:
parent
8c8d607435
commit
58a6d024ee
2 changed files with 4 additions and 2 deletions
|
@ -33,6 +33,8 @@ class rhizomatica_base_system {
|
|||
$pbxcode = hiera('rhizo::pbxcode')
|
||||
# network name
|
||||
$network_name = hiera('rhizo::network_name')
|
||||
$arfcn_1 = hiera('rhizo::arfcn_1')
|
||||
$arfcn_2 = hiera('rhizo::arfcn_2')
|
||||
|
||||
# VPN ip address
|
||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue