Loading ttcn/LibDiameter_Interface.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,8 @@ module LibDiameter_Interface var UInt32 vc_recv_hopid:=0; var UInt32 vc_recv_hopid:=0; var UInt32 vc_recv_endid:=0; var UInt32 vc_recv_endid:=0; var UInt32 vc_recv_cC_Request_Number:= 0; var template (value) Session_Id_AVP vc_sessionId; var template (value) Session_Id_AVP vc_sessionId; var template (value) Session_Id_AVP vc_sessionId2; var template (value) Session_Id_AVP vc_sessionId2; // Origin Host of the test system // Origin Host of the test system Loading ttcn/LibDiameter_Steps.ttcn +4 −3 Original line number Original line Diff line number Diff line Loading @@ -237,6 +237,7 @@ group AwaitingMessage { vc_sessionId := vc_recvDiamMsg.cCR_MSG.session_Id; vc_sessionId := vc_recvDiamMsg.cCR_MSG.session_Id; vc_recv_hopid := vc_recvDiamMsg.cCR_MSG.header.hopid; vc_recv_hopid := vc_recvDiamMsg.cCR_MSG.header.hopid; vc_recv_endid := vc_recvDiamMsg.cCR_MSG.header.endid; vc_recv_endid := vc_recvDiamMsg.cCR_MSG.header.endid; vc_recv_cC_Request_Number := vc_recvDiamMsg.cCR_MSG.cCR_Body.cC_Request_Number.aVP_Data; } } function f_awaiting_CCA(template (present)CCA_MSG p_CCA) runs on DiameterComponent function f_awaiting_CCA(template (present)CCA_MSG p_CCA) runs on DiameterComponent Loading Loading
ttcn/LibDiameter_Interface.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,8 @@ module LibDiameter_Interface var UInt32 vc_recv_hopid:=0; var UInt32 vc_recv_hopid:=0; var UInt32 vc_recv_endid:=0; var UInt32 vc_recv_endid:=0; var UInt32 vc_recv_cC_Request_Number:= 0; var template (value) Session_Id_AVP vc_sessionId; var template (value) Session_Id_AVP vc_sessionId; var template (value) Session_Id_AVP vc_sessionId2; var template (value) Session_Id_AVP vc_sessionId2; // Origin Host of the test system // Origin Host of the test system Loading
ttcn/LibDiameter_Steps.ttcn +4 −3 Original line number Original line Diff line number Diff line Loading @@ -237,6 +237,7 @@ group AwaitingMessage { vc_sessionId := vc_recvDiamMsg.cCR_MSG.session_Id; vc_sessionId := vc_recvDiamMsg.cCR_MSG.session_Id; vc_recv_hopid := vc_recvDiamMsg.cCR_MSG.header.hopid; vc_recv_hopid := vc_recvDiamMsg.cCR_MSG.header.hopid; vc_recv_endid := vc_recvDiamMsg.cCR_MSG.header.endid; vc_recv_endid := vc_recvDiamMsg.cCR_MSG.header.endid; vc_recv_cC_Request_Number := vc_recvDiamMsg.cCR_MSG.cCR_Body.cC_Request_Number.aVP_Data; } } function f_awaiting_CCA(template (present)CCA_MSG p_CCA) runs on DiameterComponent function f_awaiting_CCA(template (present)CCA_MSG p_CCA) runs on DiameterComponent Loading