Loading ttcn/LibDiameter_Steps.ttcn +10 −3 Original line number Diff line number Diff line Loading @@ -374,10 +374,18 @@ group GlobalSteps { } // end function f_AF_IUT_session_esthablishment /* * @desc This is a test step that init Diameter component * @param */ function f_Diameter_Init_Component( inout template DIAMETER_MSG p_diameterMSG) runs on DiameterComponent { } // end function f_Diameter_Init_Component /* * @desc This is a test step that assign common Diameter headers * @param */ function f_Set_Diameter_Headers( inout template DIAMETER_MSG p_diameterMSG) function f_Diameter_Set_Headers( inout template DIAMETER_MSG p_diameterMSG) runs on DiameterComponent { //insert length of message Loading Loading @@ -620,9 +628,8 @@ group GlobalSteps { p_diameterMSG.uNKNOWN_MSG.header.endid:=f_inc(vc_send_endid); vc_sendDiamMsg:=valueof(p_diameterMSG); } //p_diameterMSG.header.msglen := lengthof(encvalue(p_diameterMSG)); } // end function f_AF_IUT_session_esthablishment } // end function f_Diameter_Set_Headers }// end group GlobalSteps Loading Loading
ttcn/LibDiameter_Steps.ttcn +10 −3 Original line number Diff line number Diff line Loading @@ -374,10 +374,18 @@ group GlobalSteps { } // end function f_AF_IUT_session_esthablishment /* * @desc This is a test step that init Diameter component * @param */ function f_Diameter_Init_Component( inout template DIAMETER_MSG p_diameterMSG) runs on DiameterComponent { } // end function f_Diameter_Init_Component /* * @desc This is a test step that assign common Diameter headers * @param */ function f_Set_Diameter_Headers( inout template DIAMETER_MSG p_diameterMSG) function f_Diameter_Set_Headers( inout template DIAMETER_MSG p_diameterMSG) runs on DiameterComponent { //insert length of message Loading Loading @@ -620,9 +628,8 @@ group GlobalSteps { p_diameterMSG.uNKNOWN_MSG.header.endid:=f_inc(vc_send_endid); vc_sendDiamMsg:=valueof(p_diameterMSG); } //p_diameterMSG.header.msglen := lengthof(encvalue(p_diameterMSG)); } // end function f_AF_IUT_session_esthablishment } // end function f_Diameter_Set_Headers }// end group GlobalSteps Loading