Loading ttcn/LibDiameter_Templates.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -644,7 +644,7 @@ module LibDiameter_Templates { template SIP_Authentication_Scheme_AVP m_sIPAuthenticationScheme_giga := { template SIP_Authentication_Scheme_AVP m_sIPAuthenticationScheme_giga := { aVP_Header := m_aVP_HeaderVid_Mbit1(c_sIP_Authentication_Scheme_AVP_Code, 4, c_vendId3gpp), aVP_Header := m_aVP_HeaderVid_Mbit1(c_sIP_Authentication_Scheme_AVP_Code, 4, c_vendId3gpp), aVP_Data := GIGA_E aVP_Data := GIBA_E } } } //end group DummyAVPHeaders } //end group DummyAVPHeaders Loading Loading @@ -2195,6 +2195,7 @@ module LibDiameter_Templates { failed := omit, //only TS129 229 failed := omit, //only TS129 229 proxy_Info := omit, proxy_Info := omit, route_Record := omit, route_Record := omit, server_Name := omit, //only TS129 229 aVP_Type := omit aVP_Type := omit } } Loading Loading @@ -2705,6 +2706,7 @@ module LibDiameter_Templates { failed := *, //only TS129 229 failed := *, //only TS129 229 proxy_Info := *, proxy_Info := *, route_Record := *, route_Record := *, server_Name := *, //only TS129 229 aVP_Type := * aVP_Type := * } } Loading ttcn/LibDiameter_TypesAndValues.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1480,6 +1480,7 @@ group BasicTypesAndConstants{ set of Failed_AVP failed optional, //only TS129 229 set of Failed_AVP failed optional, //only TS129 229 set of Proxy_Info_AVP proxy_Info optional, //RFC4740 & TS129 229 set of Proxy_Info_AVP proxy_Info optional, //RFC4740 & TS129 229 set of Route_Record_AVP route_Record optional, //RFC4740 & TS129 229 set of Route_Record_AVP route_Record optional, //RFC4740 & TS129 229 Server_Name_AVP server_Name optional, //only TS129 229 set of AVP_Type aVP_Type optional //RFC4740 & TS129 229 set of AVP_Type aVP_Type optional //RFC4740 & TS129 229 } } with { with { Loading ttcn/LibDiameter_Types_Base_AVPs.ttcn +9 −9 Original line number Original line Diff line number Diff line Loading @@ -367,7 +367,7 @@ module LibDiameter_Types_Base_AVPs { DIGEST_E (0), DIGEST_E (0), DIGEST_AKAv1_MD5_E (1), DIGEST_AKAv1_MD5_E (1), NASS_BUNDLE_E (2), NASS_BUNDLE_E (2), GIGA_E (3), GIBA_E (3), UNKNOWN_E UNKNOWN_E } } with { with { Loading Loading
ttcn/LibDiameter_Templates.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -644,7 +644,7 @@ module LibDiameter_Templates { template SIP_Authentication_Scheme_AVP m_sIPAuthenticationScheme_giga := { template SIP_Authentication_Scheme_AVP m_sIPAuthenticationScheme_giga := { aVP_Header := m_aVP_HeaderVid_Mbit1(c_sIP_Authentication_Scheme_AVP_Code, 4, c_vendId3gpp), aVP_Header := m_aVP_HeaderVid_Mbit1(c_sIP_Authentication_Scheme_AVP_Code, 4, c_vendId3gpp), aVP_Data := GIGA_E aVP_Data := GIBA_E } } } //end group DummyAVPHeaders } //end group DummyAVPHeaders Loading Loading @@ -2195,6 +2195,7 @@ module LibDiameter_Templates { failed := omit, //only TS129 229 failed := omit, //only TS129 229 proxy_Info := omit, proxy_Info := omit, route_Record := omit, route_Record := omit, server_Name := omit, //only TS129 229 aVP_Type := omit aVP_Type := omit } } Loading Loading @@ -2705,6 +2706,7 @@ module LibDiameter_Templates { failed := *, //only TS129 229 failed := *, //only TS129 229 proxy_Info := *, proxy_Info := *, route_Record := *, route_Record := *, server_Name := *, //only TS129 229 aVP_Type := * aVP_Type := * } } Loading
ttcn/LibDiameter_TypesAndValues.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1480,6 +1480,7 @@ group BasicTypesAndConstants{ set of Failed_AVP failed optional, //only TS129 229 set of Failed_AVP failed optional, //only TS129 229 set of Proxy_Info_AVP proxy_Info optional, //RFC4740 & TS129 229 set of Proxy_Info_AVP proxy_Info optional, //RFC4740 & TS129 229 set of Route_Record_AVP route_Record optional, //RFC4740 & TS129 229 set of Route_Record_AVP route_Record optional, //RFC4740 & TS129 229 Server_Name_AVP server_Name optional, //only TS129 229 set of AVP_Type aVP_Type optional //RFC4740 & TS129 229 set of AVP_Type aVP_Type optional //RFC4740 & TS129 229 } } with { with { Loading
ttcn/LibDiameter_Types_Base_AVPs.ttcn +9 −9 Original line number Original line Diff line number Diff line Loading @@ -367,7 +367,7 @@ module LibDiameter_Types_Base_AVPs { DIGEST_E (0), DIGEST_E (0), DIGEST_AKAv1_MD5_E (1), DIGEST_AKAv1_MD5_E (1), NASS_BUNDLE_E (2), NASS_BUNDLE_E (2), GIGA_E (3), GIBA_E (3), UNKNOWN_E UNKNOWN_E } } with { with { Loading