Commit 3ad59138 authored by garciay's avatar garciay
Browse files

Add TODO for SIP_Auth_Schm_Type

parent b0bf6a2f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -364,10 +364,10 @@ module LibDiameter_Types_Base_AVPs {
                     variant "length=32"
                  }
            type enumerated SIP_Auth_Schm_Type{
                DIGEST_E (0),
                DIGEST_AKAv1_MD5_E (1),
                NASS_BUNDLE_E (2),
                GIBA_E (3),
                DIGEST_E (0),  // RFC4740 Clause 9.5.1.  SIP-Authentication-Scheme AVP
                DIGEST_AKAv1_MD5_E (1), // TODO CHeck the value are correct
                NASS_BUNDLE_E (2), // TODO CHeck the value are correct
                GIBA_E (3), // TODO CHeck the value are correct
                UNKNOWN_E
            }
            with {