Loading ttcn/LibDiameter_Interface.ttcn +9 −4 Original line number Diff line number Diff line Loading @@ -37,7 +37,9 @@ module LibDiameter_Interface //global variables var charstring vc_ETS_address := ""; //defined in init var charstring vc_ETS_address2 := ""; //defined in init var integer vc_ETS_port := 3868; //defined in init var integer vc_ETS_port2 := 3869; //defined in init var charstring vc_SUT_address := ""; //defined in init var integer vc_SUT_port := 3868; //defined in init var integer vc_ETS_conn := 0; //used if LLP primitives are in use Loading @@ -52,13 +54,16 @@ module LibDiameter_Interface var UInt32 vc_recv_endid:=0; var template (value) Session_Id_AVP vc_sessionId; var template (value) Session_Id_AVP vc_sessionId2; // Origin Host of the test system var template (value) Origin_Host_AVP vc_originHost; var template (value) Origin_Host_AVP vc_originHost2; var template (value) Origin_Realm_AVP vc_originRealm; // Origin Host of the IUT var template (value) Origin_Host_AVP vc_originHost_IUT; var template (value) Origin_Realm_AVP vc_originRealm_IUT; var Address vc_hostIPAddress; //Address of CER for hostIPAddress AVP var Address vc_hostIPAddress2; //Address of CER for hostIPAddress AVP var template (value) Destination_Host_AVP vc_destinationHost; var template (value) Destination_Realm_AVP vc_destinationRealm; Loading Loading
ttcn/LibDiameter_Interface.ttcn +9 −4 Original line number Diff line number Diff line Loading @@ -37,7 +37,9 @@ module LibDiameter_Interface //global variables var charstring vc_ETS_address := ""; //defined in init var charstring vc_ETS_address2 := ""; //defined in init var integer vc_ETS_port := 3868; //defined in init var integer vc_ETS_port2 := 3869; //defined in init var charstring vc_SUT_address := ""; //defined in init var integer vc_SUT_port := 3868; //defined in init var integer vc_ETS_conn := 0; //used if LLP primitives are in use Loading @@ -52,13 +54,16 @@ module LibDiameter_Interface var UInt32 vc_recv_endid:=0; var template (value) Session_Id_AVP vc_sessionId; var template (value) Session_Id_AVP vc_sessionId2; // Origin Host of the test system var template (value) Origin_Host_AVP vc_originHost; var template (value) Origin_Host_AVP vc_originHost2; var template (value) Origin_Realm_AVP vc_originRealm; // Origin Host of the IUT var template (value) Origin_Host_AVP vc_originHost_IUT; var template (value) Origin_Realm_AVP vc_originRealm_IUT; var Address vc_hostIPAddress; //Address of CER for hostIPAddress AVP var Address vc_hostIPAddress2; //Address of CER for hostIPAddress AVP var template (value) Destination_Host_AVP vc_destinationHost; var template (value) Destination_Realm_AVP vc_destinationRealm; Loading