##########################################
## SCFD file version: 0.3               ##
## Release: FLF/FLC19_1812_002          ##
## LTE version: FLF19_RADIO_1812_002    ##
## LTE version: FLC19_RADIO_1812_002    ##
##########################################







###########
# COMMON: #
###########
 
####################################################################################################################
# CRL24910 UL TCP Power Boost
####################################################################################################################
#OM_LTE_SFS_RNL.22285
#For all LNCEL objects with parameter cellTechnology set to 'FDD' or 'TDD':
#if parameter actTcpServiceDiff is set to 'true', then
#- parameter actTcpUlPowerBoost shall be set to 'false'

dependence_add_param minor LNCEL actTcpServiceDiff true actTcpUlPowerBoost false



####################################################################################################################
# CRL25106 Adaptive Vocoder PRB/TBS for TTIB
####################################################################################################################
#OM_LTE_SFS_RNL.22358
#For each LNCEL instance do the following:
#- set LNCEL-actTtibAdaptUlMinTbs to its default value ('false').

add_param minor LNCEL actTtibAdaptUlMinTbs false



####################################################################################################################
# CRL26380 Data Split CA Selection
####################################################################################################################
add_param minor CAGENB caScellSchedWtFactMinCqi 6
add_param minor LNCEL actCaScellSchedWeightFactor false



####################################################################################################################
# CRL26641 RLF Triggered HO with target CRNTI
####################################################################################################################
add_param minor LNBTS actRLFbasedRCRTargetCRNTI false



####################################################################################################################
# CRL26644 CQI Poll Timer change for Sprint
####################################################################################################################
#OM_LTE_SFS_RNL.22137
#In Release 19, parameter cqiAperPollT shall be an operator configurable parameter on cell level.
#If in previous release LNBTS-supportedCellTechnology was set to 'FDD' then parameter LNCEL_FDD-cqiAperPollT shall be set to value '3' in all existing LNCEL_FDD instances.
#If in previoius release LNBTS-supportedCellTechnology was set to 'TDD':
#   If the PLMN-ID belongs to Sprint, i.e. if the PLMN-ID is equal to 310-120 
#   (i.e. LNBTS-mcc is equal to '310' and LNBTS-mnc is equal to '120' and LNBTS-mncLength is '3') then
#         parameter LNCEL_TDD-cqiAperPollT shall be set to value '40' in all existing LNCEL_TDD instances
#   else
#         parameter LNCEL_TDD-cqiAperPollT shall be set to value '10' in all existing LNCEL_TDD instances

add_param minor LNBTS isSprint false
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS isSprint = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} mcc == CONST 310 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} mnc == CONST 120 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} mncLength == CONST 3 ? CONST "true" :

add_param minor LNCEL_FDD cqiAperPollT 3
add_param minor LNCEL_TDD cqiAperPollT 10
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL/LNCEL_TDD cqiAperPollT = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} isSprint == CONST "true" ? CONST 40 :



####################################################################################################################
# CRL27113 Operator Configurable reportAmount for HO Measurements
####################################################################################################################
#OM_LTE_SFS_RNL.22306
#If (PLMN-ID belongs to SPRINT, i.e., in case 
#	( LNBTS-mcc is equal to '310' and LNBTS-mnc is equal to '120' and LNBTS-mncLength is '3' )
#AND LNCEL-actNbrForNonGbrBearers is 'false' in each existing LNCEL instance
#then the following parameters
#	LNCEL-a3ReportAmount
#	LNCEL-a5ReportAmount
#	LNHOIF-a3ReportAmountRsrpInterFreq
#	LNHOIF-a3ReportAmountRsrqInterFreq
#	LNHOIF-a5ReportAmountRsrpInterFreq
#	LNHOIF-a5ReportAmountRsrqInterFreq
#	need to be initalized according to the following rules:
#	For each existing LNCEL instance:
#	If the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '000'
#	then set the parameters to value 'infinity'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '001'
#	then set the parameters to value 'r1'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '010'
#	then set the parameters to value 'r2'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '011'
#	then set the parameters to value 'r4'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '100'
#	then set the parameters to value 'r8'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '101'
#	then set the parameters to value 'r16'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '110'
#	then set the parameters to value 'r32'
#	Else if the 3 least significant bits of LNBTS-qciTab9-nbrDl are set to '111'
#	then set the parameters to value 'r64'
#	After the initialization of the new parameters is executed for each existing LNCEL:
#		set the 3 least significant bits of parameter LNBTS-qciTab9-nbrDl to value '000'.
#		If now the value of parameter LNBTS-qciTab9-nbrDl would become '0', then
#		set the parameter to 'empty'/remove the parameter.
#ELSE
#	- set the following parameters to their default value 'infinity':
#		LNCEL-a3ReportAmount
#		LNCEL-a5ReportAmount
#		LNHOIF-a3ReportAmountRsrpInterFreq
#		LNHOIF-a3ReportAmountRsrqInterFreq
#		LNHOIF-a5ReportAmountRsrpInterFreq
#		LNHOIF-a5ReportAmountRsrqInterFreq

#v0.3 wrong a3ReportAmount value
copy_param_to_array_param_relative minor MRBTS/LNBTS/LNCEL actNbrForNonGbrBearers MRBTS-${MRBTS}/LNBTS-${LNBTS} tempList
add_param minor LNBTS tempFlag true
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS tempFlag = LISTVALUE MRBTS-${MRBTS}/LNBTS-${LNBTS} tempList 0 == CONST "true" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS tempFlag = LISTVALUE MRBTS-${MRBTS}/LNBTS-${LNBTS} tempList 1 == CONST "true" ? CONST "false" :
del_list minor LNBTS tempList

add_param minor LNCEL tempFlag false
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} isSprint == CONST "true" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} tempFlag == CONST "true" ? CONST "true" :
del_param minor LNBTS isSprint
del_param minor LNBTS tempFlag
#v0.3 end

add_param minor LNBTS nbrDlLast3bits 0
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS nbrDlLast3bits = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl / CONST 8 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS nbrDlLast3bits = CONST 0 == CONST 0 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits * CONST 8 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS nbrDlLast3bits = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits :

add_param minor LNCEL tempValue infinity
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 1 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r1" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r2" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r4" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 4 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r8" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 5 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r16" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 6 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r32" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempValue = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 7 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? CONST "r64" :

copy_param_relative minor MRBTS/LNBTS/LNCEL MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempValue a3ReportAmount
copy_param_relative minor MRBTS/LNBTS/LNCEL MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempValue a5ReportAmount

add_param minor LNHOIF tempValue infinity
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL/LNHOIF tempValue = CONST 0 == CONST 0 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempValue :
copy_param_relative minor MRBTS/LNBTS/LNCEL/LNHOIF MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNHOIF-${LNHOIF} tempValue a3ReportAmountRsrpInterFreq
copy_param_relative minor MRBTS/LNBTS/LNCEL/LNHOIF MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNHOIF-${LNHOIF} tempValue a3ReportAmountRsrqInterFreq
copy_param_relative minor MRBTS/LNBTS/LNCEL/LNHOIF MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNHOIF-${LNHOIF} tempValue a5ReportAmountRsrpInterFreq
copy_param_relative minor MRBTS/LNBTS/LNCEL/LNHOIF MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNHOIF-${LNHOIF} tempValue a5ReportAmountRsrqInterFreq

del_param minor LNCEL tempValue
del_param minor LNHOIF tempValue

dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 1 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 1 :
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 2 :
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 3 :
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 4 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 4 :
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 5 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 5 :
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 6 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 6 :
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} nbrDlLast3bits == CONST 7 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} tempFlag == CONST "true" ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl - CONST 7 :
dependence_del_target_relative minor LISTPARAM MRBTS/LNBTS qciTab9 0 nbrDl ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} qciTab9 0 nbrDl == CONST 0

del_param minor LNBTS nbrDlLast3bits
del_param minor LNCEL tempFlag



####################################################################################################################
# LTE3561 Cat-M1: Coverage Extension with CEModeB (10 MHz) - AoM parameters – Late Object Model Parameter adjustments
####################################################################################################################
add_param minor PMRNL mtCatmIntegrity disabled
add_param minor PMRNL mtCatmUsage disabled



####################################################################################################################
# LTE4036-Q NB-IoT Non-anchor carrier - Late Object Model Parameters adjustment
####################################################################################################################
add_param minor PMRNL mtNbIotPowerQuality disabled
add_param minor PMRNL mtNbIotUsage disabled



####################################################################################################################
# LTE5109 Cat-M1: Separate A1, A2 &amp; A3 HO Thresholds from WB LTE-CFAM
####################################################################################################################
#OM_LTE_SFS_RNL.22295
#The following new mandatory parameter must be initialized with its default value according to NIDD in all CATMCEL instances of the Macro eNB, the FlexiZone micro eNB or the FlexiZone Access Point:
#CATMCEL-actCatMSpecMeas
#v0.2 wrong value 6 --> false
add_param minor CATMCEL actCatMSpecMeas false
#v0.2 end


####################################################################################################################
# PR397570: [FL00][TL00][LTE2996] Follow-up pronto for PR371299 to add consistency checks to NIDD in xL19
####################################################################################################################
#OM_LTE_SFS_RNL.21936
#Migration of the acBar...AutoMin and acBar...AutoMax structured parameters (under work)
#For each ACBPR instance execute following steps:
#1. deleted
#2. If ACBPR-acBarSigAutoMin is configured then check if ACBPR-acBarSigAutoMax is configured in the same ACBPR instance. 
#- If acBarSigAutoMax is configured, keep the configuration of this ACBPR instance as it was defined in release 18SP. 
#- If acBarSigAutoMax is not configured, then configure acBarSigAutoMax in this ACBPR instance with its member parameters: probFac, barTime and barAC.
#acBarSigAutoMax-probFac shall be set to the same value as acBarSigAutoMin-probFac in the same ACBPR instance.
#acBarSigAutoMax-barTime shall be set to the same value as acBarSigAutoMin-barTime in the same ACBPR instance.
#acBarSigAutoMax-barAC shall be set to its default value ‘0’ for AC 11-15.
#3. If ACBPR-acBarOcAutoMin is configured then check if ACBPR-acBarOcAutoMax is configured in the same ACBPR instance. 
#- If acBarOcAutoMax is configured, keep the configuration of this ACBPR instance as it was defined in release 18SP. 
#- If acBarOcAutoMax is not configured, then configure acBarOcAutoMax in this ACBPR instance with its member parameters: probFac, barTime and barAC.
#acBarOcAutoMax-probFac shall be set to the same value as acBarOcAutoMin-probFac in the same ACBPR instance.
#acBarOcAutoMax-barTime shall be set to the same value as acBarOcAutoMin-barTime in the same ACBPR instance.
#acBarOcAutoMax-barAC shall be set to its default value ‘0’ for AC 11-15.
#4. If ACBPR-acBarMMTelVoiceOcAutoMin is configured then check if ACBPR-acBarMMTelVoiceOcAutoMax is configured in the same ACBPR instance. 
#- If acBarMMTelVoiceOcAutoMax is configured, keep the configuration of this ACBPR instance as it was defined in release 18SP. 
#- If acBarMMTelVoiceOcAutoMax is not configured, then configure acBarMMTelVoiceOcAutoMax in this ACBPR instance with its member parameters: probFac, barTime and barAC.
#acBarMMTelVoiceOcAutoMax-probFac shall be set to the same value as acBarMMTelVoiceOcAutoMin-probFac in the same ACBPR instance.
#acBarMMTelVoiceOcAutoMax-barTime shall be set to the same value as acBarMMTelVoiceOcAutoMin-barTime in the same ACBPR instance.
#acBarMMTelVoiceOcAutoMax-barAC shall be set to its default value ‘0’ for AC 11-15.
#5. If ACBPR-acBarMMTelVideoOcAutoMin is configured then check if ACBPR-acBarMMTelVideoOcAutoMax is configured in the same ACBPR instance. 
#- If acBarMMTelVideoOcAutoMax is configured, keep the configuration of this ACBPR instance as it was defined in release 18SP. 
#- If acBarMMTelVideoOcAutoMax is not configured, then configure acBarMMTelVideoOcAutoMax in this ACBPR instance with its member parameters: probFac, barTime and barAC.
#acBarMMTelVideoOcAutoMax-probFac shall be set to the same value as acBarMMTelVideoOcAutoMin-probFac in the same ACBPR instance.
#acBarMMTelVideoOcAutoMax-barTime shall be set to the same value as acBarMMTelVideoOcAutoMin-barTime in the same ACBPR instance.
#acBarMMTelVideoOcAutoMax-barAC shall be set to its default value ‘0’ for AC 11-15.
#6. If ACBPR-acBarCsfbOcAutoMin is configured then check if ACBPR-acBarCsfbOcAutoMax is configured in the same ACBPR instance. 
#- If acBarCsfbOcAutoMax is configured, keep the configuration of this ACBPR instance as it was defined in release 18SP. 
#- If acBarCsfbOcAutoMax is not configured, then configure acBarCsfbOcAutoMax in this ACBPR instance with its member parameters: probFac, barTime and barAC.
#acBarCsfbOcAutoMax-probFac shall be set to the same value as acBarCsfbOcAutoMin-probFac in the same ACBPR instance.
#acBarCsfbOcAutoMax-barTime shall be set to the same value as acBarCsfbOcAutoMin-barTime in the same ACBPR instance.
#acBarCsfbOcAutoMax-barAC shall be set to its default value ‘0’ for AC 11-15.
#Rationale: new consistency checks were introduced with PR397570 to force the operator to configure the acBar...AutoMax structure with its members if in the same ACBPR instance the acBar...AutoMin structure is configured and the ACBPR instance is referenced by an LNCEL instance.
#To fulfill these consistency checks, during migration the values of the parameters in acBar...AutoMax shall be set to the same values as the matching parameters in acBar...AutoMin (probFac, barTime) and to the default value (barAC).

add_list minor ACBPR tempList
add_list_item minor ACBPR tempList
add_list_param minor ACBPR tempList 0 probFac tempValue
add_list_param minor ACBPR tempList 0 barTime tempValue
add_list_param minor ACBPR tempList 0 barAC 0
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 probFac = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarSigAutoMin 0 probFac : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 barTime = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarSigAutoMin 0 barTime : 
dependence_del_target_relative minor LIST MRBTS/LNBTS/ACBPR tempList ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} tempList 0 probFac == CONST "tempValue"
rename_list minor ACBPR tempList acBarSigAutoMax
del_list minor ACBPR tempList

add_list minor ACBPR tempList
add_list_item minor ACBPR tempList
add_list_param minor ACBPR tempList 0 probFac tempValue
add_list_param minor ACBPR tempList 0 barTime tempValue
add_list_param minor ACBPR tempList 0 barAC 0
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 probFac = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarOcAutoMin 0 probFac : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 barTime = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarOcAutoMin 0 barTime : 
dependence_del_target_relative minor LIST MRBTS/LNBTS/ACBPR tempList ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} tempList 0 probFac == CONST "tempValue"
rename_list minor ACBPR tempList acBarOcAutoMax
del_list minor ACBPR tempList

add_list minor ACBPR tempList
add_list_item minor ACBPR tempList
add_list_param minor ACBPR tempList 0 probFac tempValue
add_list_param minor ACBPR tempList 0 barTime tempValue
add_list_param minor ACBPR tempList 0 barAC 0
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 probFac = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarMMTelVoiceOcAutoMin 0 probFac : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 barTime = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarMMTelVoiceOcAutoMin 0 barTime : 
dependence_del_target_relative minor LIST MRBTS/LNBTS/ACBPR tempList ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} tempList 0 probFac == CONST "tempValue"
rename_list minor ACBPR tempList acBarMMTelVoiceOcAutoMax
del_list minor ACBPR tempList

add_list minor ACBPR tempList
add_list_item minor ACBPR tempList
add_list_param minor ACBPR tempList 0 probFac tempValue
add_list_param minor ACBPR tempList 0 barTime tempValue
add_list_param minor ACBPR tempList 0 barAC 0
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 probFac = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarMMTelVideoOcAutoMin 0 probFac : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 barTime = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarMMTelVideoOcAutoMin 0 barTime : 
dependence_del_target_relative minor LIST MRBTS/LNBTS/ACBPR tempList ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} tempList 0 probFac == CONST "tempValue"
rename_list minor ACBPR tempList acBarMMTelVideoOcAutoMax
del_list minor ACBPR tempList

add_list minor ACBPR tempList
add_list_item minor ACBPR tempList
add_list_param minor ACBPR tempList 0 probFac tempValue
add_list_param minor ACBPR tempList 0 barTime tempValue
add_list_param minor ACBPR tempList 0 barAC 0
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 probFac = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarCsfbOcAutoMin 0 probFac : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/ACBPR tempList 0 barTime = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} acBarCsfbOcAutoMin 0 barTime : 
dependence_del_target_relative minor LIST MRBTS/LNBTS/ACBPR tempList ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/ACBPR-${ACBPR} tempList 0 probFac == CONST "tempValue"
rename_list minor ACBPR tempList acBarCsfbOcAutoMax
del_list minor ACBPR tempList






###########
# FDD:    #
###########

####################################################################################################################
# CAS-187856-L4T1: [ATT_FL18A_D3_RLab] No SIB3 scheduling on CAT-M
####################################################################################################################
#OM_LTE_SFS_RNL.22414
#condition1: LNCEL_FDD-actCatM is enabled
#condition2: SIB-sibSchedulingList is not existed OR (SIB-sibSchedulingList is existed AND sibType4 is not configured in SIB-sibSchedulingList)
#condition3: SIB-sibSchedulingList is not existed OR (SIB-sibSchedulingList is existed AND sibType5 is not configured in SIB-sibSchedulingList) OR no CATMIRFIM instance is configured
#if all above conditions are fulfilled, eNB shall perform migration rules as below:
#    if CATMPR-sib3sib4PeriodicityCatM is not equal to 5120ms, then set CATMPR-sib3sib4PeriodicityCatM to 5120ms,
#    if CATMPR-siRepPatternCatM is equal to every2ndRF, then set CATMPR-siRepPatternCatM to every4thRF,
#    if sibType16 is configured in SIB-sibSchedulingList and LNBTS-actUTCBroadcast is set to 'true':
#        num_si = 3
#    else:
#        num_si = 2
#    if CATMPR-sib2PeriodicityCatM < num_si*CATMPR-siWindowLenCatM, then set CATMPR-sib2PeriodicityCatM to the smallest valid value that is not less than num_si*CATMPR-siWindowLenCatM.
#    if CATMPR-sib16PeriodicityCatM < num_si*CATMPR-siWindowLenCatM, then set CATMPR-sib16PeriodicityCatM to the smallest valid value that is not less than num_si*CATMPR-siWindowLenCatM.
#Note: CATMPR MOI, SIB MOI, CATMIRFIM MOI and actCatM are associated to one identical LNCEL.

add_param minor LNCEL tempFlag true
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNCEL_FDD-0 actCatM == CONST "false" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 0 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 1 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 2 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 3 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 4 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 5 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 6 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 7 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 8 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 9 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 10 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 11 siMessageSibType == CONST "SIB4" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 12 siMessageSibType == CONST "SIB4" ? CONST "false" :

copy_param_relative minor MRBTS/LNBTS/LNCEL/CATMCEL/CATMIRFIM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut dlCarFrqEut
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 0 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 1 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 2 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 3 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 4 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 5 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 6 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 7 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 8 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 9 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 10 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 11 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempFlag = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 12 siMessageSibType == CONST "SIB5" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} dlCarFrqEut != CONST "anyValue" ? CONST "false" :
del_param minor LNCEL dlCarFrqEut

add_param minor LNCEL num_si 2
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 0 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 1 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 2 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 3 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 4 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 5 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 6 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 7 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 8 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 9 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 10 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 11 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL num_si = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/SIB-0 sibSchedulingList 12 siMessageSibType == CONST "SIB16" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS} actUTCBroadcast == CONST "true" ? CONST 3 :

copy_param_relative minor MRBTS/LNBTS/LNCEL/LNCEL_FDD MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} catMProfId catMProfId
dependence_move_param_based_on_keyparam_value minor MRBTS/LNBTS/LNCEL catMProfId tempFlag MRBTS/LNBTS/CATMPR tempFlag
dependence_move_param_based_on_keyparam_value minor MRBTS/LNBTS/LNCEL catMProfId num_si MRBTS/LNBTS/CATMPR num_si
del_param minor LNCEL catMProfId
del_param minor LNCEL tempFlag
del_param minor LNCEL num_si

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR sib3sib4PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempFlag == CONST "true" ? CONST "5120ms" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR siRepPatternCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} siRepPatternCatM == CONST "every2ndRF" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempFlag == CONST "true" ? CONST "every4thRF" :

copy_param_relative minor MRBTS/LNBTS/CATMPR MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} siWindowLenCatM tempSiWindowLenCatM
regex_replace minor PARAM MRBTS-*/LNBTS-*/CATMPR-* tempSiWindowLenCatM REPLACE "ms" ALL ""
copy_param_relative minor MRBTS/LNBTS/CATMPR MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} sib2PeriodicityCatM tempSib2PeriodicityCatM
regex_replace minor PARAM MRBTS-*/LNBTS-*/CATMPR-* tempSib2PeriodicityCatM REPLACE "ms" ALL ""
copy_param_relative minor MRBTS/LNBTS/CATMPR MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} sib16PeriodicityCatM tempSib16PeriodicityCatM
regex_replace minor PARAM MRBTS-*/LNBTS-*/CATMPR-* tempSib16PeriodicityCatM REPLACE "ms" ALL ""

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR tempSib2PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib2PeriodicityCatM < PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} num_si * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSiWindowLenCatM ? CONST 160 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR tempSib2PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib2PeriodicityCatM < PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} num_si * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSiWindowLenCatM ? CONST 320 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR tempSib2PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib2PeriodicityCatM < PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} num_si * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSiWindowLenCatM ? CONST 640 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR tempSib16PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib16PeriodicityCatM < PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} num_si * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSiWindowLenCatM ? CONST 160 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR tempSib16PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib16PeriodicityCatM < PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} num_si * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSiWindowLenCatM ? CONST 320 :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR tempSib16PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib16PeriodicityCatM < PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} num_si * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSiWindowLenCatM ? CONST 640 :

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR sib2PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempFlag == CONST "true" ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib2PeriodicityCatM JOIN CONST "ms" :
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/CATMPR sib16PeriodicityCatM = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempFlag == CONST "true" ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/CATMPR-${CATMPR} tempSib16PeriodicityCatM JOIN CONST "ms" :

del_param minor CATMPR tempSiWindowLenCatM
del_param minor CATMPR tempSib2PeriodicityCatM
del_param minor CATMPR tempSib16PeriodicityCatM
del_param minor CATMPR tempFlag
del_param minor CATMPR num_si



####################################################################################################################
# LTE5164 Cat-M1: VoLTE scheduling during WB Congestion
####################################################################################################################
#OM_LTE_SFS_RNL.22273
#If LTE3128/LTE3582/LTE3597 is enabled in the cell (actCatM is set to 'true' and catMProfId refer to one entry of MOC CATMPR, one instance CATMCEL is created):
#The new mandatory parameter CATMCEL- actSchedBypassCatM is introduced to replace the legacy one CATMCEL- actSchedBypCatM:
#(1) if actSchedBypCatM is set to 'false', then in the same Managed Object Instance MO (LNCEL) parameter actSchedBypassCatM shall be set to 'disabled';
#(2) if actSchedBypCatM is set to 'true', then in the same Managed Object Instance MO (LNCEL) parameter actSchedBypassCatM shall be set to 'bypassAllCatM'.
#Parameter CATMCEL- actSchedBypCatM shall be deleted.

rename_param minor CATMCEL actSchedBypCatM actSchedBypassCatM
mod_param minor CATMCEL actSchedBypassCatM false disabled
mod_param minor CATMCEL actSchedBypassCatM true bypassAllCatM



####################################################################################################################
# CAS-169617-K1F6: [ATT_FL18A_D2_RLab] Nb-IoT. Too long delay to pass NAS authentication to core causes Attach failures/outage
####################################################################################################################
#OM_LTE_SFS_RNL.22333
#For each NBIOTPR profile check 
#macProfNBNorCov-logicalChanSrProhibitTimerNB
#macProfNBRobCov-logicalChanSrProhibitTimerNB
#macProfNBExtCov-logicalChanSrProhibitTimerNB
#cssProfNBNorCov-npdcchMaxNumRepRa
#cssProfNBRobCov-npdcchMaxNumRepRa
#cssProfNBExtCov-npdcchMaxNumRepRa
#cssProfNBNorCov-npdcchStartSfRa
#cssProfNBRobCov-npdcchStartSfRa
#cssProfNBExtCov-npdcchStartSfRa
#NBIOTPR-srbInactivityTimerNB
#Parameters and their relationship if 
#-	For any LNCEL instance, macProfNBNorCov-logicalChanSrProhibitTimerNB * cssProfNBNorCov-npdcchMaxNumRepRa * cssProfNBNorCov-npdcchStartSfRa < srbInactivityTimerNB*1000
#-	For any LNCEL instance with 'numCoverageLevels' >=2 then macProfNBRobCov-logicalChanSrProhibitTimerNB * cssProfNBRobCov-npdcchMaxNumRepRa * cssProfNBRobCov-npdcchStartSfRa < srbInactivityTimerNB*1000
#-	For any LNCEL instance with 'numCoverageLevels' =3 then macProfNBExtCov-logicalChanSrProhibitTimerNB * cssProfNBExtCov-npdcchMaxNumRepRa * cssProfNBExtCov-npdcchStartSfRa <  srbInactivityTimerNB*1000
#not valide then adjust 
#1. Increase srbInactivityTimerNB from current configuration to 70s to find the most small value to fullfill above conditions
#2. if (1) has set to 70s but above conditions still not valide,
#	then decrease logicalChanSrProhibitTimerNB from current configuration value to pp8 to find the largest value to fullfill above conditions
#3. if (1)(2) has reache the 70s and pp8, but above conditions still not valide,
#	then decrease each coverage level corresponding npdcchStartSfRa from current value to 1.5r to find the larget value to fullfill above conditions.
#FZM specific: max possible value is 60s

add_param minor NBIOTPR tempLogicalChanSrProhibitTimerNB 0
add_param minor NBIOTPR tempNpdcchMaxRepRa 0
add_param minor NBIOTPR tempNnpdcchStartSfRa 0
add_param minor NBIOTPR tempSrbInactivityTimerNB 0
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} macProfNBNorCov 0 logicalChanSrProhibitTimerNB : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNpdcchMaxRepRa = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBNorCov 0 npdcchMaxNumRepRa : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBNorCov 0 npdcchStartSfRa : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = CONST 0 == CONST 0 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} srbInactivityTimerNB : 
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNnpdcchStartSfRa REPLACE "v" ALL ""
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNnpdcchStartSfRa REPLACE "1dot5" ALL "2"
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNpdcchMaxRepRa REPLACE "r" ALL ""
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempLogicalChanSrProhibitTimerNB REPLACE "pp" ALL ""

#-	For any LNCEL instance, macProfNBNorCov-logicalChanSrProhibitTimerNB * cssProfNBNorCov-npdcchMaxNumRepRa * cssProfNBNorCov-npdcchStartSfRa < srbInactivityTimerNB*1000
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 2048 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 1024 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 1024 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 512 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 512 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 128 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 128 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 32 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 32 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 8 : 

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 64 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 48 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 48 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 32 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 32 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 16 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 16 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 8 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 8 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 4 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 4 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 2 : 

dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR macProfNBNorCov 0 logicalChanSrProhibitTimerNB = CONST 0 == CONST 0 ? CONST "pp" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR cssProfNBNorCov 0 npdcchMaxNumRepRa = CONST 0 == CONST 0 ? CONST "r" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR cssProfNBNorCov 0 npdcchStartSfRa = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBNorCov 0 npdcchStartSfRa != CONST "v1dot5" ? CONST "v" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa : 


#-	For any LNCEL instance with 'numCoverageLevels' >=2 then macProfNBRobCov-logicalChanSrProhibitTimerNB * cssProfNBRobCov-npdcchMaxNumRepRa * cssProfNBRobCov-npdcchStartSfRa < srbInactivityTimerNB*1000
copy_param_relative minor MRBTS/LNBTS/LNCEL/NBIOT_FDD MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/NBIOT_FDD-${NBIOT_FDD} numCoverageLevels tempNumCoverageLevels
dependence_move_param_based_on_keyparam_value minor MRBTS/LNBTS/LNCEL/NBIOT_FDD nbIoTProfId tempNumCoverageLevels MRBTS/LNBTS/NBIOTPR tempNumCoverageLevels
del_param minor NBIOT_FDD tempNumCoverageLevels

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} macProfNBRobCov 0 logicalChanSrProhibitTimerNB : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNpdcchMaxRepRa = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBRobCov 0 npdcchMaxNumRepRa : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBRobCov 0 npdcchStartSfRa : 
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNnpdcchStartSfRa REPLACE "v" ALL ""
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNnpdcchStartSfRa REPLACE "1dot5" ALL "2"
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNpdcchMaxRepRa REPLACE "r" ALL ""
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempLogicalChanSrProhibitTimerNB REPLACE "pp" ALL ""

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 2048 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 1024 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 1024 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 512 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 512 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 128 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 128 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 32 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 32 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 8 : 

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 64 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 48 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 48 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 32 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 32 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 16 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 16 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 8 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 8 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 4 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels >= CONST 2 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 4 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 2 : 

dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR macProfNBRobCov 0 logicalChanSrProhibitTimerNB = CONST 0 == CONST 0 ? CONST "pp" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR cssProfNBRobCov 0 npdcchMaxNumRepRa = CONST 0 == CONST 0 ? CONST "r" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR cssProfNBRobCov 0 npdcchStartSfRa = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBRobCov 0 npdcchStartSfRa != CONST "v1dot5" ? CONST "v" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa : 


#-	For any LNCEL instance with 'numCoverageLevels' =3 then macProfNBExtCov-logicalChanSrProhibitTimerNB * cssProfNBExtCov-npdcchMaxNumRepRa * cssProfNBExtCov-npdcchStartSfRa <  srbInactivityTimerNB*1000
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} macProfNBExtCov 0 logicalChanSrProhibitTimerNB : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNpdcchMaxRepRa = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBExtCov 0 npdcchMaxNumRepRa : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = CONST 0 == CONST 0 ? LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBExtCov 0 npdcchStartSfRa : 
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNnpdcchStartSfRa REPLACE "v" ALL ""
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNnpdcchStartSfRa REPLACE "1dot5" ALL "2"
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempNpdcchMaxRepRa REPLACE "r" ALL ""
regex_replace minor PARAM MRBTS-*/LNBTS-*/NBIOTPR-* tempLogicalChanSrProhibitTimerNB REPLACE "pp" ALL ""

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempSrbInactivityTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB < CONST 60 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB + CONST 1 : 

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 2048 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 1024 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 1024 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 512 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 512 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 128 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 128 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 32 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempLogicalChanSrProhibitTimerNB = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB == CONST 32 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 8 : 

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 64 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 48 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 48 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 32 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 32 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 16 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 16 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 8 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 8 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 4 : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR tempNnpdcchStartSfRa = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNumCoverageLevels == CONST 3 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa == CONST 4 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa * PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa >= PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB * CONST 1000 ? CONST 2 : 

dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR macProfNBExtCov 0 logicalChanSrProhibitTimerNB = CONST 0 == CONST 0 ? CONST "pp" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempLogicalChanSrProhibitTimerNB : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR cssProfNBExtCov 0 npdcchMaxNumRepRa = CONST 0 == CONST 0 ? CONST "r" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNpdcchMaxRepRa : 
dependence_mod_param_conditional_expression_relative minor LISTPARAM MRBTS/LNBTS/NBIOTPR cssProfNBExtCov 0 npdcchStartSfRa = LISTPARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} cssProfNBExtCov 0 npdcchStartSfRa != CONST "v1dot5" ? CONST "v" JOIN PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempNnpdcchStartSfRa : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/NBIOTPR srbInactivityTimerNB = CONST 0 == CONST 0 ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/NBIOTPR-${NBIOTPR} tempSrbInactivityTimerNB : 

del_param minor NBIOTPR tempLogicalChanSrProhibitTimerNB
del_param minor NBIOTPR tempNpdcchMaxRepRa
del_param minor NBIOTPR tempNnpdcchStartSfRa
del_param minor NBIOTPR tempSrbInactivityTimerNB
del_param minor NBIOTPR tempNumCoverageLevels



####################################################################################################################
# CAS-177932-L7T5 Verizon FL18A FOA [KPI]: Increase in PUCCH Compression/Expansions with L18A upgrade causing VoIP FER Spikes
####################################################################################################################
#OM_LTE_SFS_RNL.22347
#In each instance of LNCEL, where LNCEL/LNCEL_FDD/APUCCH_FDD-actLbPucchReg is 'true':
#LNCEL/LNCEL_FDD/APUCCH_FDD-pucchArRateEvalWinLength shall be initialized with its default value.

dependence_add_param minor APUCCH_FDD actLbPucchReg true pucchArRateEvalWinLength 0



####################################################################################################################
# PR394428: [SoftBank][FLF18A][RF][GENERIC][Hangzhou_CST]validation rules has problem with LTE3744 and LTE4209
####################################################################################################################
#LTE3744 was introduced in RL18 (FDD FZM) and RL18SP (TDD FZM and cFZC).
#We should provide a correction in:
#1.	18SP MP3.0 (validator)
#2.	18A (validator)
#3.	19 (NIDD + validator)
#Since in RL18 (FDD) and 18SP pre MP3.0 customer may have incorrect configuration (prachHsFlag=true and prachConfIndex = (19...24) or (51...56))
#we need to update migration rules to avoid error after upgrade to one of the above releases.
#I propose to add following rule in 18SP MP3.0, 18A and 19 migration:
#If prachConfIndex is within range (19..24) or (51..56) then prachHsFlag should be set to false.
#If prachHsFlag is set to 'false’ the hsScenario must not be specified, i.e. no value is allowed to be set.

dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL/LNCEL_FDD prachHsFlag = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNCEL_FDD-0 prachConfIndex >= CONST 19 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNCEL_FDD-0 prachConfIndex <= CONST 24 ? CONST "false" : 
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL/LNCEL_FDD prachHsFlag = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNCEL_FDD-0 prachConfIndex >= CONST 51 && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNCEL_FDD-0 prachConfIndex <= CONST 56 ? CONST "false" : 
dependence_del_target_relative minor PARAM MRBTS/LNBTS/LNCEL hsScenario ? PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL}/LNCEL_FDD-0 prachHsFlag == CONST "false"




#history:
add_log minor "Conversion from FLF/FLC19_RADIO_1812_001 to FLF/FLC19_RADIO_1812_002"