RFC Errata
RFC 6733, "Diameter Base Protocol", October 2012
Source of RFC: dime (ops)
Errata ID: 6833
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Kshitij Dutt
Date Reported: 2022-02-03
Section 2.4 says:
The following Application Id values are defined: Diameter common message 0 Diameter base accounting 3 Relay 0xffffffff
It should say:
The following Application Id values are defined: Diameter common message 0 Diameter base accounting 3 Relay 0xffffff
Notes:
I presume relay application ID should be 0xffffff decimal equivalent of which is 16777215.
Instead 0xffffffff decimal translates to 4294967295.
This is assumption.