Use hiera vars in openbsc

This commit is contained in:
Monocots 2019-03-30 11:12:55 +00:00
parent 3fd686aa22
commit c39cdb1d45
3 changed files with 8 additions and 6 deletions

View file

@ -61,7 +61,8 @@ class rhizo_base {
$arfcn_F = hiera('rhizo::arfcn_F', false)
$bts3_name = hiera('rhizo::bts3_name', "${site_name}_3")
$max_power_red = hiera('rhizo::max_power_red')
$ms_max_power = hiera('rhizo::ms_max_power', '5')
$max_power_red = hiera('rhizo::max_power_red', '24')
$mncc_codec = hiera('rhizo::mncc_codec', 'GSM')
$inter_codec = hiera('rhizo::inter_codec', 'G729')