From 74b07b1fa85d05c703be02887ea2ac553e430e0d Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Thu, 11 Mar 2021 07:44:45 +0100 Subject: [PATCH] openbsc: Remove obsolete parameters --- modules/rhizo_base/manifests/openbsc.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/rhizo_base/manifests/openbsc.pp b/modules/rhizo_base/manifests/openbsc.pp index 64957cd..c38c414 100644 --- a/modules/rhizo_base/manifests/openbsc.pp +++ b/modules/rhizo_base/manifests/openbsc.pp @@ -22,14 +22,6 @@ class rhizo_base::openbsc { $gsm_band = $rhizo_base::gsm_band $mcc = $rhizo_base::mcc $mnc = $rhizo_base::mnc - $arfcn_A = $rhizo_base::arfcn_A - $arfcn_B = $rhizo_base::arfcn_B - $arfcn_C = $rhizo_base::arfcn_C - $arfcn_D = $rhizo_base::arfcn_D - $arfcn_E = $rhizo_base::arfcn_E - $arfcn_F = $rhizo_base::arfcn_F - $bts2_ip_address = $rhizo_base::bts2_ip_address - $bts3_ip_address = $rhizo_base::bts3_ip_address $smsc_password = $rhizo_base::smsc_password $smpp_password = $rhizo_base::smpp_password $mncc_codec = $rhizo_base::mncc_codec