#######################################################################################
#######################################################################################
#GF16 MP1
#Migration from GF16 to GF16 MP1
#15.12.2016/L.Preuss
#######################################################################################

#######################################################################################
#######################################################################################
#General version checking

if ( objects_count "BCF/MRBTS/BTSSCC/BTSSCG/BTSNE" ) == 0 abort_file

for_objects "BCF/MRBTS/BTSSCC/BTSSCG/BTSNE"
	begin
		if not ( get_version $current_dist_name ) == "GF16"
			abort_file
	end
#######################################################################################


#######################################################################################
#######################################################################################
#parameters addition

for_objects "BCF/MRBTS/BTSSCC/BTSSCG/SYNC"
	begin
		if not ( param_exist $current_dist_name "topDomainNumber" ) add_param $current_dist_name "topDomainNumber" "0"
	end

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

#######################################################################################
#######################################################################################
#Version not changed for GF16 MP1 - remains as GF16	
#######################################################################################