diff options
author | Anders Svensson <[email protected]> | 2011-12-06 16:19:09 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-12-16 18:25:29 +0100 |
commit | 859d9471d15422debf974294223a33e15c728e46 (patch) | |
tree | 75459596d614401c418bd614ca6f3084ef71b199 /lib/diameter/test/diameter_codec_SUITE_data/avps.dia | |
parent | a2b669fdb9615705f4b91f0ccbb979048e8cce51 (diff) | |
download | otp-859d9471d15422debf974294223a33e15c728e46.tar.gz otp-859d9471d15422debf974294223a33e15c728e46.tar.bz2 otp-859d9471d15422debf974294223a33e15c728e46.zip |
Add codec testcase for decode of unknown AVPs
Diffstat (limited to 'lib/diameter/test/diameter_codec_SUITE_data/avps.dia')
-rw-r--r-- | lib/diameter/test/diameter_codec_SUITE_data/avps.dia | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/diameter/test/diameter_codec_SUITE_data/avps.dia b/lib/diameter/test/diameter_codec_SUITE_data/avps.dia new file mode 100644 index 0000000000..c9d80a37a9 --- /dev/null +++ b/lib/diameter/test/diameter_codec_SUITE_data/avps.dia @@ -0,0 +1,25 @@ +;; +;; %CopyrightBegin% +;; +;; Copyright Ericsson AB 2010-2011. All Rights Reserved. +;; +;; The contents of this file are subject to the Erlang Public License, +;; Version 1.1, (the "License"); you may not use this file except in +;; compliance with the License. You should have received a copy of the +;; Erlang Public License along with this software. If not, it can be +;; retrieved online at http://www.erlang.org/. +;; +;; Software distributed under the License is distributed on an "AS IS" +;; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +;; the License for the specific language governing rights and limitations +;; under the License. +;; +;; %CopyrightEnd% +;; + +@name diameter_test_avps + +@avp_types + + XXX 111 Unsigned32 M + YYY 222 Unsigned32 - |