aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-06-22 12:42:47 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-06-22 12:42:47 +0000
commit94d90dc979886802301a36123b3a287366aa654a (patch)
tree18e5816cd6a583cd5b6b6ad3fc699649c3f043e7 /diameter
parentb4fe7f972ac9060754b23d7d172f794b9a73674c (diff)
NASREQ AVP 4 (NAS-IP-Address) is of type OctetString, not IPAddress
(according to RFC 4005). svn path=/trunk/; revision=22162
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index af9cb93275..4e6da2cc4e 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -497,7 +497,7 @@
<type type-name="OctetString"/>
</avp>
<avp name="NAS-IP-Address" code="4" mandatory="may">
- <type type-name="IPAddress"/>
+ <type type-name="OctetString"/>
</avp>
<avp name="NAS-Port" code="5" mandatory="may">
<type type-name="Integer32"/>