Commit 3fc8b4ab authored by pintar's avatar pintar
Browse files

type enumerated Experimental_Result_Type

    DIAMETER_UNREGISTERED_SERVICE_E introduced as (2003) insteda (2005), // due to TS 129 299 Clause 6.2.1.3
parent 4da55e47
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -444,8 +444,9 @@ module LibDiameter_Types_Base_AVPs {
            type enumerated Experimental_Result_Type{ // See http://diameter-protocol.blogspot.fr/2012/10/list-of-experimental-result-codes.html
                DIAMETER_FIRST_REGISTRATION_E (2001),
                DIAMETER_SUBSEQUENT_REGISTRATION_E (2002),
                DIAMETER_UNREGISTERED_SERVICE_E (2003), // due to TS 129 299 Clause 6.2.1.3
                DIAMETER_SUCCESS_SERVER_NAME_NOT_STORED_E (2004),
                DIAMETER_UNREGISTERED_SERVICE_E (2005), // RFC 4740 Diameter SIP Application Clause 10.1.1.  Success Result-Code AVP Values
                //DIAMETER_UNREGISTERED_SERVICE_E (2005), // deleted because belongs to Result-Code AVP and not Experimental Result Code see: RFC 4740 Diameter SIP Application Clause 10.1.1.  Success Result-Code AVP Values
                DIAMETER_AUTHENTICATION_DATA_UNAVAILABLE_E (4181),
                DIAMETER_ERROR_USER_UNKNOWN_E (5001),
                DIAMETER_ERROR_IDENTITIES_DONT_MATCH_E (5002),