Loading ttcn/AtsImsIot/AtsImsIot_Functions.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
ttcn/AtsImsIot/AtsImsIot_Functions.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading