Loading ttcn/LibDiameter_Types_Base_AVPs.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
ttcn/LibDiameter_Types_Base_AVPs.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading