Commit d4ef9e7b authored by juvancic's avatar juvancic
Browse files

modification of functions/parameters due to splited monitor components per protocol

parent ea1099d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2781,7 +2781,8 @@ module AtsImsIot_Functions {
        
	}// end group
 	
 	function f_setInterfaceNameOnComponent(charstring p_name) runs on ImsInterfaceMonitor{
 	//function f_setInterfaceNameOnComponent(charstring p_name) runs on ImsInterfaceMonitor{
	function f_setInterfaceNameOnComponent(charstring p_name) runs on InterfaceMonitor{
 		vc_interfaceName := p_name;
 	}