#######################################################################################
#######################################################################################
#NIDD_VER: WCDMA17A_1702_001_00
#WNBTS: WNBTS_WCDMA17A_1702_001
#Migration from WCDMA17_1701_001 to WCDMA17A_1702_001
#09.02.2017 / R.Biedka
#######################################################################################

#######################################################################################
#######################################################################################
#genereal version check

for_objects "MRBTS/WNBTS"
	begin
		if not ( get_version $current_dist_name ) == "WCDMA17_1701_001"
			abort_file
	end
#######################################################################################
for_objects "MRBTS/WNBTS/WNPMRNL"
begin
	if ( not param_exist $current_dist_name "mtCellThrWBTS" ) add_param $current_dist_name "mtCellThrWBTS" "60min"
	if ( not param_exist $current_dist_name "mtFSMLevelMon" ) add_param $current_dist_name "mtFSMLevelMon" "60min"
	if ( not param_exist $current_dist_name "mtFrameProtWBTS" ) add_param $current_dist_name "mtFrameProtWBTS" "60min"
	if ( not param_exist $current_dist_name "mtHSPASchedMon" ) add_param $current_dist_name "mtHSPASchedMon" "60min"
	if ( not param_exist $current_dist_name "mtHSPAWBTS" ) add_param $current_dist_name "mtHSPAWBTS" "60min"
	if ( not param_exist $current_dist_name "mtHSPAWBTSExt" ) add_param $current_dist_name "mtHSPAWBTSExt" "60min"
	if ( not param_exist $current_dist_name "mtOperSpecStat" ) add_param $current_dist_name "mtOperSpecStat" "60min"
	if ( not param_exist $current_dist_name "mtPICPoolWBTS" ) add_param $current_dist_name "mtPICPoolWBTS" "60min"
	if ( not param_exist $current_dist_name "mtSignLoadWBTS" ) add_param $current_dist_name "mtSignLoadWBTS" "60min"
	if ( not param_exist $current_dist_name "mtWBTSLevelMon" ) add_param $current_dist_name "mtWBTSLevelMon" "60min"
	if ( not param_exist $current_dist_name "mtWBTSR99Res" ) add_param $current_dist_name "mtWBTSR99Res" "60min"


end

#######################################################################################
#######################################################################################
#######################################################################################
#set proper version

for_objects "MRBTS/WNBTS"
	begin
		set_version $current_dist_name "WCDMA17A_1702_001"
		set_adaptation $current_dist_name "com.nokia.srbts.wcdma"
	end
	
for_objects "MRBTS/WNBTS/WNCEL"
	begin
		set_version $current_dist_name "WCDMA17A_1702_001"
		set_adaptation $current_dist_name "com.nokia.srbts.wcdma"
	end

for_objects "MRBTS/WNBTS/WNCELG"
	begin
		set_version $current_dist_name "WCDMA17A_1702_001"
		set_adaptation $current_dist_name "com.nokia.srbts.wcdma"
	end
	
for_objects "MRBTS/WNBTS/WNPMRNL"
	begin
		set_version $current_dist_name "WCDMA17A_1702_001"
		set_adaptation $current_dist_name "com.nokia.srbts.wcdma"
	end

#######################################################################################