Commit 2fffd09b authored by schmitting's avatar schmitting
Browse files

End of Spectra2 validation June 12, 2013

parent c8a7d408
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,8 +45,12 @@ module LibDiameter_Interface
      var UInt32 vc_recv_endid:=0; 
            
      var template (value) Session_Id_AVP vc_sessionId;
      // Origin Host of the test system
      var template (value) Origin_Host_AVP vc_originHost;
      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 template (value) Destination_Host_AVP vc_destinationHost;
+7 −2
Original line number Diff line number Diff line
@@ -502,6 +502,11 @@ module LibDiameter_Templates {
            	acct_Application_Id := omit
            }
            
            template Re_Auth_Request_Type_AVP m_re_Auth_Request_dummy := {
            	aVP_Header := m_aVP_Header(c_re_Auth_Request_Type_AVP_Code, 4),
            	aVP_Data := AUTHORIZE_ONLY_E
            }
            
        } //end group DummyAVPHeaders

        group SpecificAVPHeaders {
@@ -900,7 +905,7 @@ module LibDiameter_Templates {
				destination_Host := m_destinationHost_dummy,
				auth_Application_Id := m_authApplicationId_dummy,
				specific_action := omit,
				re_Auth_Request_Type := omit,
				re_Auth_Request_Type := m_re_Auth_Request_dummy,
				user_Name := omit,
				acc_nc_ident := omit,
				acc_nc_addr := omit,
@@ -1287,7 +1292,7 @@ module LibDiameter_Templates {
				destination_Host := ?,
				auth_Application_Id := ?,
				specific_action := *,
				re_Auth_Request_Type := *,
				re_Auth_Request_Type := ?,
				user_Name := *,
				acc_nc_ident := *,
				acc_nc_addr := *,
+1 −1
Original line number Diff line number Diff line
@@ -5233,7 +5233,7 @@ group BasicTypesAndConstants{
                    Destination_Host_AVP                destination_Host,                    //RFC3588 & TS 129 214 & TS 129 212
                    Auth_Application_Id_AVP                auth_Application_Id,                //RFC3588 & TS 129 214 & TS 129 212
                    Specific_Action_AVP                    specific_action optional,            // TS 129 214 required
                    Re_Auth_Request_Type_AVP             re_Auth_Request_Type optional,        //RFC3588req & TS 129 214NOT present & TS 129 212req
                    Re_Auth_Request_Type_AVP             re_Auth_Request_Type,                //RFC3588req & TS 129 214NOT present & TS 129 212req
                    User_Name_AVP                         user_Name optional,                    //RFC3588
                    set of Access_Network_Charging_Identifier_AVP acc_nc_ident optional,     // TS 129 214
                    Access_Network_Charging_Address_AVP     acc_nc_addr optional,             // TS 129 214