####################################
## SCFD file version: 0.2         ##
## PDDB version: TL16_1504_003    ##
####################################

#General checking for rule file execution
check_version minor TL16A

#check_param minor LNCEL actVoipCovBoost

###########
# COMMON: #
###########

################################################################################################
#  LTE2210 
################################################################################################
# LNCEL.actEicic : actEicic is set to 'true', eIcicCioAdaptAlgo has to be configured  - default 1
# LNCEL.actEicic : actEicic is set to 'true', eIcicPartnerCacAbsTarget has to be configured - default 10
# LNCEL.actEicic : actEicic is set to 'true', eIcicPartnerCacTarget has to be configured - default 20
# LNCEL.actEicic : actEicic is set to 'true', multCioAdaptExecEicic has to be configured - default 5

#v0.2, pronto PR043135: changed eIcicCioAdaptAlgo value from 1 to adaptive.
dependence_add_param minor LNCEL actEicic "true" eIcicCioAdaptAlgo adaptive
dependence_add_param minor LNCEL actEicic "true" eIcicPartnerCacAbsTarget 10
dependence_add_param minor LNCEL actEicic "true" eIcicPartnerCacTarget 20
dependence_add_param minor LNCEL actEicic "true" multCioAdaptExecEicic 5

# LNCEL.eIcicMaxCre is mandatory, if (actEicic is 'true') AND (cellType is 'large'). - default 10
add_param minor LNCEL tempactEicic "unknown"
dependence_mod_param_conditional_expression_relative minor PARAM MRBTS/LNBTS/LNCEL tempactEicic = PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} actEicic == CONST "true" && PARAM MRBTS-${MRBTS}/LNBTS-${LNBTS}/LNCEL-${LNCEL} cellType == CONST "large" ? CONST "true" : CONST "false"
dependence_add_param minor LNCEL tempactEicic true eIcicMaxCre 10
del_param minor LNCEL tempactEicic


################################################################################################
#  LTE2063
################################################################################################

del_param minor MRBTS altitudeConf
del_param minor MRBTS latitudeConf
del_param minor MRBTS locationMode
del_param minor MRBTS longitudeConf

###########
# TDD #
###########

################################################################################################
#  LTE2105-B TDD Uplink carrier aggregation - 2 CC - Scell SRS configuration and Channel Aware scheduling for UL CA
################################################################################################

add_param minor LNBTS actULCAggr false


#version
set_version major TL16

#history:
add_log minor "Conversion from TL16 FB15.04 (002) to T16 FB15.04 (003)"