OSMO: Add a GSM Band configuration option.

This commit is contained in:
Keith Whyte 2018-02-23 13:51:38 +00:00
parent f16c57586c
commit c34519658e
3 changed files with 4 additions and 2 deletions

View file

@ -38,6 +38,7 @@ class rhizo_base {
$network_name = hiera('rhizo::network_name')
$auth_policy = hiera('rhizo::auth_policy')
$lac = hiera('rhizo::lac')
$gsm_band = hiera('rhizo::gsm_band', "GSM850")
#BTSs configuration
$bts_type = hiera('rhizo::bts_type')

View file

@ -15,6 +15,7 @@ class rhizo_base::openbsc {
$auth_policy = $rhizo_base::auth_policy
$lac = $rhizo_base::lac
$max_power_red = $rhizo_base::max_power_red
$gsm_band = $rhizo_base::gsm_band
$arfcn_A = $rhizo_base::arfcn_A
$arfcn_B = $rhizo_base::arfcn_B
$arfcn_C = $rhizo_base::arfcn_C