#################################################################################
# Supported filters:
#################################################################################
# - disk_space   : minimum free disk space on DUS Gen2 board in %
# - disk_space_c : minimum free disk space on CPP boards /c volume in MB
# - disk_space_d : minimum free disk space on CPP boards /d volume in MB
# - nr_ups       : maximum number of Upgrade Packages
# - nr_cvs       : maximum number of CVs/Backups
# - license_days : minimum number of days remaining before License expiry
# - supported_hw : the SW release against which to check whether the HW is supported
# - alarm_severities: the list of alarm severities that will fail the check (C=Critical, M=Major, m=minor, w=warning. Default: C,M except for RNC which has only C)
# - cell_mocs,connectivity_mocs,device_mocs: Any disabled MO instances with these MO classes will fail the respective checks "Cell status", "Connectivity status", "Device Status"
#################################################################################

#################################################################################
# Supported node types suffixes:
# Filters without a suffix apply to all node types
# If a filter is listed both with and without a suffix, then the HC will use in first priority the node-specific filter value , and if that is not found, will use the general value
# For instance, if the filters "nr_ups.rcs" and "nr_ups" are both set, then the filter "nr_ups.rcs" will be used for RCS nodes, while the filter "nr_ups" will be used for all other nodes.
#################################################################################
# - rcs: RCS nodes such as MSRBSv2, TCU04, or vRCS (vPP, vRC, etc)
# - rnc: RNC
# - rbs: WCDMA RBS Gen1 (DUW)
# - erbs: LTE ENB Gen1 (DUS G1)
#################################################################################


#Minimum free space for RCS nodes in % (discspace command)
disk_space=40

#Minimum free space on /c and /d volumes for CPP nodes in MB (hdVolumeXFreeSpace attribute)
disk_space_c.rnc=720
disk_space_d.rnc=250
disk_space_c.rbs=300
disk_space_d.rbs=200
disk_space_c.erbs=300
disk_space_d.erbs=200

#Maximum number of UpgradePackages and CV backups on RCS nodes
nr_ups.rcs=2
nr_cvs.rcs=20

#Maximum number of UpgradePackages and CV backups on CPP nodes
nr_ups=2
nr_cvs=41

#Minimum number of days remaining on the license
license_days=14

#Any alarms active with these severities will fail the check. Alarm with other severities will be listed as warning.
alarm_severities=C,M
alarm_severities.rnc=C

#Supported HW: to check if the HW is supported in the SW release to which the node will be upgraded to:
#Possible values: 18Q2, 18Q1, 17B, 17A, 16B, 16A, 15B, 15A
supported_hw.rnc=18Q2

#Check for MOs that are unlocked&disabled or disabled without administrativeState
#These lists are used in the checks "Connectivity", "Cell"
cell_mocs=RbsLocalCell,Sector,SectorEquipmentFunction,Trx,NodeBLocalCell,EUtranCellTDD,EUtranCellFDD,NbIotCell
cell_mocs.rnc=UtranCell,Fach,Rach,Pch,Hsdsch,Eul,EulFach
connectivity_mocs=NbapCommon,NbapDedicated,AbisIp,TermPointToMme,TermPointToENB
connectivity_mocs.rnc=M3uAssociation,Ranap,Rnsap,NodeSynch,TuSynchRef
device_mocs.rnc=DcDevice,PdrDevice,CcDevice

