diff options
author | Anders Svensson <[email protected]> | 2011-08-17 12:20:51 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-08-17 12:20:51 +0200 |
commit | 6448312a3d25fa4f212d58dbdf0474f3c9014165 (patch) | |
tree | 524ffe04d9f47de8970c741ecd21459d37f07c05 /lib/diameter/doc | |
parent | a7c0e439ee84d25ce18f65959be06315063a7de8 (diff) | |
download | otp-6448312a3d25fa4f212d58dbdf0474f3c9014165.tar.gz otp-6448312a3d25fa4f212d58dbdf0474f3c9014165.tar.bz2 otp-6448312a3d25fa4f212d58dbdf0474f3c9014165.zip |
Allow @enum when AVP is defined in an inherited dictionary.
3GPP standards (for one) extend the values allowed for RFC 3588
AVP's of type Enumerated. Previously, extending an AVP was only
possible by completely redefining the AVP.
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter_dict.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter_dict.xml b/lib/diameter/doc/src/diameter_dict.xml index a87f59bad5..cd62f43b44 100644 --- a/lib/diameter/doc/src/diameter_dict.xml +++ b/lib/diameter/doc/src/diameter_dict.xml @@ -370,7 +370,11 @@ Integer values can be prefixed with 0x to be interpreted as hexidecimal.</p> <p> -Can occur 0 or more times (with different values of Name).</p> +Can occur 0 or more times (with different values of Name). +The AVP in question can be defined in an inherited dictionary in order +to introduce additional values. +An AVP so extended must be referenced by in a <c>@messages</c> or +<c>@grouped</c> section.</p> <p> Example:</p> |