Loading ttcn/LibDiameter_TypesAndValues.ttcn +4 −3 Original line number Original line Diff line number Diff line Loading @@ -59,9 +59,10 @@ group BasicTypesAndConstants{ const UInt32 c_applIdS9:= 16777267; //For S9 messages const UInt32 c_applIdS9:= 16777267; //For S9 messages const UInt32 c_applIdCx:= 16777216; //For Cx messages const UInt32 c_applIdCx:= 16777216; //For Cx messages const UInt32 c_applIdDx:= 16777224; //For Dx messages const UInt32 c_applIdDx:= 16777224; //For Dx messages const UInt32 c_applIdRf:= 16777218; //For Rf messages const UInt32 c_applIdRfRo:= 16777218; //For Rf/Ro messages const UInt32 c_applIdRo:= 16777219; //For Ro messages const UInt32 c_applIdRf:= 16777218; //For Rf messages //TODO need to be deleted and above c_applIdRfRo shall be used // FIXME Unknown Application-Id for Ro const UInt32 c_applIdRo:= 16777218; //For Ro messages //TODO need to be deleted and above c_applIdRfRo shall be used } // End of group ApplicationIdConstants } // End of group ApplicationIdConstants group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP { group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP { Loading Loading
ttcn/LibDiameter_TypesAndValues.ttcn +4 −3 Original line number Original line Diff line number Diff line Loading @@ -59,9 +59,10 @@ group BasicTypesAndConstants{ const UInt32 c_applIdS9:= 16777267; //For S9 messages const UInt32 c_applIdS9:= 16777267; //For S9 messages const UInt32 c_applIdCx:= 16777216; //For Cx messages const UInt32 c_applIdCx:= 16777216; //For Cx messages const UInt32 c_applIdDx:= 16777224; //For Dx messages const UInt32 c_applIdDx:= 16777224; //For Dx messages const UInt32 c_applIdRf:= 16777218; //For Rf messages const UInt32 c_applIdRfRo:= 16777218; //For Rf/Ro messages const UInt32 c_applIdRo:= 16777219; //For Ro messages const UInt32 c_applIdRf:= 16777218; //For Rf messages //TODO need to be deleted and above c_applIdRfRo shall be used // FIXME Unknown Application-Id for Ro const UInt32 c_applIdRo:= 16777218; //For Ro messages //TODO need to be deleted and above c_applIdRfRo shall be used } // End of group ApplicationIdConstants } // End of group ApplicationIdConstants group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP { group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP { Loading