Loading ttcn/LibDiameter_TypesAndValues.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -52,8 +52,11 @@ group BasicTypesAndConstants{ const UInt32 c_applId3GPPSh := 16777217; //For 3GPPSh messages const UInt32 c_applIdRx := 16777236; //For Rx messages const UInt32 c_applIdGx := 16777238; //For Gx messages const UInt32 c_applIdS6a := 10415; //For S6a messages - See ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.1.8 Diameter Application Identifier const UInt32 c_applIdGxx := 16777266; //For Gxx messages const UInt32 c_applIdS6a:= 16777251; //For S6a messages- See ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.1.8 Diameter Application Identifier const UInt32 c_applIdS13:= 16777252; //For S6a messages- See ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.1.8 Diameter Application Identifier const UInt32 c_applIdS9:= 16777267; //For S9 messages } //end group ApplicationIdConstants group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP { const UInt32 c_vendId3gpp := 10415; //Vendor idFor 3GPP Loading Loading
ttcn/LibDiameter_TypesAndValues.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -52,8 +52,11 @@ group BasicTypesAndConstants{ const UInt32 c_applId3GPPSh := 16777217; //For 3GPPSh messages const UInt32 c_applIdRx := 16777236; //For Rx messages const UInt32 c_applIdGx := 16777238; //For Gx messages const UInt32 c_applIdS6a := 10415; //For S6a messages - See ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.1.8 Diameter Application Identifier const UInt32 c_applIdGxx := 16777266; //For Gxx messages const UInt32 c_applIdS6a:= 16777251; //For S6a messages- See ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.1.8 Diameter Application Identifier const UInt32 c_applIdS13:= 16777252; //For S6a messages- See ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.1.8 Diameter Application Identifier const UInt32 c_applIdS9:= 16777267; //For S9 messages } //end group ApplicationIdConstants group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP { const UInt32 c_vendId3gpp := 10415; //Vendor idFor 3GPP Loading