annotate extensions/dict_dcca_3gpp/dict_dcca_3gpp.c @ 1431:217575573669

rename 3GPP MBMSGW-Address to MBMS-GW-Address 3GPP TS 32.299 V11.8.0 (2013-07) corrected table 7.2 to have a hyphen instead of space in the row for MBMS-GW-Address. Clause 7.2.98 already used the correct name. Generated name renamed from MBMSGW-Address.
author Luke Mewburn <luke@mewburn.net>
date Wed, 19 Feb 2020 16:32:00 +1100
parents 2af8fe326a8c
children 4bd30996ad7f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
1 /*********************************************************************************************************
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
2 * Software License Agreement (BSD License) *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
3 * Author: Thomas Klausner <tk@giga.or.at> *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
4 * *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
5 * Copyright (c) 2013, Thomas Klausner *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
6 * All rights reserved. *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
7 * *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
8 * Written under contract by nfotex IT GmbH, http://nfotex.com/ *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
9 * *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10 * Redistribution and use of this software in source and binary forms, with or without modification, are *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
11 * permitted provided that the following conditions are met: *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
12 * *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
13 * * Redistributions of source code must retain the above *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
14 * copyright notice, this list of conditions and the *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
15 * following disclaimer. *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
16 * *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
17 * * Redistributions in binary form must reproduce the above *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
18 * copyright notice, this list of conditions and the *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
19 * following disclaimer in the documentation and/or other *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
20 * materials provided with the distribution. *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
21 * *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
23 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
24 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
25 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
28 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
30 *********************************************************************************************************/
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
31
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
32 /*
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
33 * Dictionary definitions for objects specified for DCCA by 3GPP.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
34 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
35 * This extensions contains a lot of AVPs from various 3GPP standards
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
36 * documents, and some rules for the grouped AVPs described therein.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
37 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
38 * This extension does not contain ALL AVPs described by 3GPP, but
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
39 * quite a big number of them.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
40 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
41 * When extending the AVPs, please edit dict_dcca_3gpp.org instead and
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
42 * create pastable code with contrib/tools/org_to_fd.pl.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
43 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
44 * Some points of consideration:
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
45 * 1. This dictionary could be split up per document.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
46 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
47 * + pro: you can only load the AVPs/Rules you're interested in ->
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
48 * smaller memory size
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
49 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
50 * - con: the documents use AVPs from each other A LOT, so setting the
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
51 * dependencies correctly will be annoying
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
52 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
53 * - con: you need to load all of them as extensions
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
54 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
55 * 2. This dictionary contains ONE AVP in the "3GPP2" vendor space,
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
56 * since I found it wasteful to write a separate dictionary just for
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
57 * one AVP. Also, it is defined in a 3GPP document.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
58 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
59 * 3. While there are quite a number of rules here already, many more
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
60 * are missing. I've only added rules for those grouped AVPs or
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
61 * commands in which I was concretely interested so far; many more
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
62 * will need to be added to make this complete.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
63 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
64 * That being said, I hope this will be useful for you.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
65 *
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
66 */
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
67
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
68
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
69 /*
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
70 * Some comments on the 3GPP Standards documents themselves:
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
71 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
72 * 1. It would be good if 29.061 was reviewed to check for each AVP if
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
73 * it is Mandatory or not. The data currently in the document does not
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
74 * match what was in the previous version of the freeDiameter
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
75 * extension (the one that existedbefore I rewrote it) or what I saw
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
76 * so far. IIRC, even the table and the document contradict each
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
77 * other. The AVP table is also missing an entry for
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
78 * "External-Identifier", 28.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
79 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
80 * 2. 29.140 has conflicting AVP names with other documents:
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
81 * - Sequence-Number is also in 32.329
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
82 * - Recipient-Address is also in 32.299
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
83 * - Status is also in 32.299
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
84 *
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
85 * 3. 29.229 has name conflict with 29.329 about User-Data (different
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
86 * AVP code 702, instead of 606) -- the weird thing is, the latter
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
87 * uses some AVPs from the former, but not this one.
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
88 */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
89 #include <freeDiameter/extension.h>
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
90
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
91
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
92 /* The content of this file follows the same structure as dict_base_proto.c */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
93
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
94 #define CHECK_dict_new( _type, _data, _parent, _ref ) \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
95 CHECK_FCT( fd_dict_new( fd_g_config->cnf_dict, (_type), (_data), (_parent), (_ref)) );
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
96
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
97 #define CHECK_dict_search( _type, _criteria, _what, _result ) \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
98 CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, (_type), (_criteria), (_what), (_result), ENOENT) );
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
99
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
100 struct local_rules_definition {
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
101 struct dict_avp_request avp_vendor_plus_name;
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
102 enum rule_position position;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
103 int min;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
104 int max;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
105 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
106
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
107 #define RULE_ORDER( _position ) ((((_position) == RULE_FIXED_HEAD) || ((_position) == RULE_FIXED_TAIL)) ? 1 : 0 )
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
108
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
109 /* Attention! This version of the macro uses AVP_BY_NAME_AND_VENDOR, in contrast to most other copies! */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
110 #define PARSE_loc_rules( _rulearray, _parent) { \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
111 int __ar; \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
112 for (__ar=0; __ar < sizeof(_rulearray) / sizeof((_rulearray)[0]); __ar++) { \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
113 struct dict_rule_data __data = { NULL, \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
114 (_rulearray)[__ar].position, \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
115 0, \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
116 (_rulearray)[__ar].min, \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
117 (_rulearray)[__ar].max}; \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
118 __data.rule_order = RULE_ORDER(__data.rule_position); \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
119 CHECK_FCT( fd_dict_search( \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
120 fd_g_config->cnf_dict, \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
121 DICT_AVP, \
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
122 AVP_BY_NAME_AND_VENDOR, \
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
123 &(_rulearray)[__ar].avp_vendor_plus_name, \
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
124 &__data.rule_avp, 0 ) ); \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
125 if ( !__data.rule_avp ) { \
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
126 TRACE_DEBUG(INFO, "AVP Not found: '%s'", (_rulearray)[__ar].avp_vendor_plus_name.avp_name); \
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
127 return ENOENT; \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
128 } \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
129 CHECK_FCT_DO( fd_dict_new( fd_g_config->cnf_dict, DICT_RULE, &__data, _parent, NULL), \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
130 { \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
131 TRACE_DEBUG(INFO, "Error on rule with AVP '%s'", \
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
132 (_rulearray)[__ar].avp_vendor_plus_name.avp_name); \
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
133 return EINVAL; \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
134 } ); \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
135 } \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
136 }
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
137
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
138 #define enumval_def_u32( _val_, _str_ ) \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
139 { _str_, { .u32 = _val_ }}
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
140
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
141 #define enumval_def_os( _len_, _val_, _str_ ) \
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
142 { _str_, { .os = { .data = (unsigned char *)_val_, .len = _len_ }}}
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
143
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
144
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
145 static int dict_dcca_3gpp_entry(char * conffile)
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
146 {
1426
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
147 struct dict_object * vendor = NULL;
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
148
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
149 /* Applications section */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
150 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
151 /* Create the vendors */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
152 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
153 struct dict_vendor_data vendor_data = { 10415, "3GPP" };
1426
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
154 CHECK_FCT(fd_dict_new(fd_g_config->cnf_dict, DICT_VENDOR, &vendor_data, NULL, &vendor));
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
155 }
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
156 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
157 struct dict_vendor_data vendor_data = { 5535, "3GPP2" };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
158 CHECK_FCT(fd_dict_new(fd_g_config->cnf_dict, DICT_VENDOR, &vendor_data, NULL, NULL));
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
159 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
160
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
161 }
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
162
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
163
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
164 struct dict_object * Address_type;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
165 struct dict_object * DiameterIdentity_type;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
166 struct dict_object * DiameterURI_type;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
167 struct dict_object * IPFilterRule_type;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
168 struct dict_object * Time_type;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
169 struct dict_object * UTF8String_type;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
170
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
171 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "Address", &Address_type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
172 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "DiameterIdentity", &DiameterIdentity_type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
173 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "DiameterURI", &DiameterURI_type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
174 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "IPFilterRule", &IPFilterRule_type);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
175 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "Time", &Time_type);
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
176 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "UTF8String", &UTF8String_type);
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
177
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
178 /* The following is created automatically. Do not modify. */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
179 /* Changes will be lost during the next update. Modify the source org file instead. */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
180
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
181 /* 3GPP 29.061-c00 (12.0.0 2012.12.20) */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
182 /* 3GPP 29.061 is not very clear and self-inconsistent about M */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
183 /* for this reason, other sources are assumed more trustworthy */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
184 /* M inconsistently specified */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
185 /* 3GPP-IMSI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
186 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
187 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
188 1, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
189 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
190 "3GPP-IMSI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
191 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
192 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
193 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
194 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
195 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
196 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
197
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
198 /* 29.061 says OctetString; dumps say UInt32; manually changed */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
199 /* 29.061 says MUST NOT M; dumps say MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
200 /* 3GPP-Charging-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
201 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
202 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
203 2, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
204 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
205 "3GPP-Charging-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
206 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
207 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
208 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
209 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
210 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
211 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
212
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
213 /* 29.061 says MUST NOT M; dumps say MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
214 /* 3GPP-PDP-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
215 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
216 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
217 3, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
218 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
219 "3GPP-PDP-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
220 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
221 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
222 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
223 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
224 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
225 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/3GPP-PDP-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
226 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
227 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
228 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
229
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
230 /* 3GPP-CG-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
231 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
232 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
233 4, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
234 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
235 "3GPP-CG-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
236 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
237 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
238 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
239 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
240 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
241 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
242
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
243 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
244 /* 3GPP-GPRS-Negotiated-QoS-Profile */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
245 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
246 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
247 5, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
248 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
249 "3GPP-GPRS-Negotiated-QoS-Profile", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
250 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
251 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
252 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
253 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
254 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
255 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
256
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
257 /* M inconsistently specified; old contrib/3gg says MUST NOT */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
258 /* 3GPP-SGSN-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
259 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
260 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
261 6, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
262 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
263 "3GPP-SGSN-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
264 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
265 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
266 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
267 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
268 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
269 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
270
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
271 /* 3GPP-GGSN-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
272 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
273 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
274 7, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
275 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
276 "3GPP-GGSN-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
277 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
278 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
279 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
280 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
281 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
282 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
283
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
284 /* 29.061 says MUST NOT M; dumps say MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
285 /* 3GPP-IMSI-MCC-MNC */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
286 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
287 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
288 8, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
289 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
290 "3GPP-IMSI-MCC-MNC", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
291 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
292 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
293 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
294 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
295 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
296 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
297
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
298 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
299 /* 3GPP-GGSN-MCC-MNC */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
300 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
301 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
302 9, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
303 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
304 "3GPP-GGSN-MCC-MNC", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
305 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
306 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
307 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
308 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
309 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
310 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
311
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
312 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
313 /* 3GPP-NSAPI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
314 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
315 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
316 10, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
317 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
318 "3GPP-NSAPI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
319 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
320 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
321 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
322 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
323 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
324 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
325
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
326 /* added manually, missing in AVP table */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
327 /* 3GPP-Session-Stop-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
328 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
329 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
330 11, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
331 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
332 "3GPP-Session-Stop-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
333 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
334 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
335 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
336 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
337 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
338 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
339
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
340 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
341 /* 3GPP-Selection-Mode */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
342 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
343 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
344 12, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
345 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
346 "3GPP-Selection-Mode", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
347 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
348 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
349 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
350 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
351 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
352 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
353
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
354 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
355 /* 3GPP-Charging-Characteristics */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
356 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
357 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
358 13, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
359 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
360 "3GPP-Charging-Characteristics", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
361 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
362 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
363 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
364 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
365 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
366 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
367
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
368 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
369 /* 3GPP-CG-IPv6-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
370 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
371 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
372 14, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
373 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
374 "3GPP-CG-IPv6-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
375 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
376 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
377 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
378 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
379 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
380 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
381
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
382 /* M inconsistently specified */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
383 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
384 /* 3GPP-SGSN-IPv6-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
385 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
386 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
387 15, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
388 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
389 "3GPP-SGSN-IPv6-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
390 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
391 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
392 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
393 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
394 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
395 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
396
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
397 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
398 /* 3GPP-GGSN-IPv6-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
399 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
400 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
401 16, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
402 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
403 "3GPP-GGSN-IPv6-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
404 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
405 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
406 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
407 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
408 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
409 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
410
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
411 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
412 /* 3GPP-IPv6-DNS-Servers */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
413 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
414 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
415 17, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
416 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
417 "3GPP-IPv6-DNS-Servers", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
418 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
419 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
420 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
421 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
422 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
423 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
424
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
425 /* 29.061 says MUST NOT M; old contrib/3gpp says MUST */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
426 /* 3GPP-SGSN-MCC-MNC */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
427 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
428 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
429 18, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
430 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
431 "3GPP-SGSN-MCC-MNC", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
432 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
433 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
434 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
435 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
436 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
437 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
438
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
439 /* M inconsistently specified */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
440 /* 3GPP-IMEISV */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
441 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
442 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
443 20, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
444 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
445 "3GPP-IMEISV", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
446 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
447 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
448 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
449 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
450 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
451 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
452
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
453 /* M inconsistently specified */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
454 /* 3GPP-RAT-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
455 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
456 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
457 21, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
458 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
459 "3GPP-RAT-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
460 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
461 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
462 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
463 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
464 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
465 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
466
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
467 /* M inconsistently specified */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
468 /* 3GPP-User-Location-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
469 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
470 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
471 22, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
472 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
473 "3GPP-User-Location-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
474 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
475 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
476 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
477 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
478 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
479 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
480
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
481 /* M inconsistently specified */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
482 /* 3GPP-MS-TimeZone */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
483 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
484 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
485 23, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
486 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
487 "3GPP-MS-TimeZone", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
488 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
489 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
490 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
491 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
492 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
493 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
494
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
495 /* 3GPP-CAMEL-Charging-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
496 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
497 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
498 24, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
499 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
500 "3GPP-CAMEL-Charging-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
501 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
502 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
503 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
504 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
505 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
506 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
507
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
508 /* 3GPP-Packet-Filter */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
509 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
510 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
511 25, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
512 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
513 "3GPP-Packet-Filter", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
514 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
515 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
516 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
517 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
518 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
519 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
520
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
521 /* 3GPP-Negotiated-DSCP */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
522 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
523 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
524 26, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
525 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
526 "3GPP-Negotiated-DSCP", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
527 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
528 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
529 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
530 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
531 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
532 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
533
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
534 /* 3GPP-Allocate-IP-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
535 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
536 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
537 27, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
538 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
539 "3GPP-Allocate-IP-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
540 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
541 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
542 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
543 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
544 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
545 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
546
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
547 /* added manually, missing in AVP table */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
548 /* External-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
549 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
550 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
551 28, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
552 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
553 "External-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
554 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
555 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
556 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
557 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
558 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
559 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
560
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
561 /* TMGI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
562 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
563 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
564 900, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
565 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
566 "TMGI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
567 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
568 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
569 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
570 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
571 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
572 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
573
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
574 /* Required-MBMS-Bearer-Capabilities */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
575 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
576 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
577 901, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
578 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
579 "Required-MBMS-Bearer-Capabilities", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
580 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
581 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
582 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
583 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
584 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
585 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
586
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
587 /* MBMS-StartStop-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
588 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
589 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
590 902, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
591 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
592 "MBMS-StartStop-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
593 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
594 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
595 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
596 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
597 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
598 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-StartStop-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
599 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
600 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
601 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
602
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
603 /* MBMS-Service-Area */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
604 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
605 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
606 903, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
607 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
608 "MBMS-Service-Area", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
609 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
610 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
611 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
612 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
613 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
614 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
615
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
616 /* MBMS-Session-Duration */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
617 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
618 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
619 904, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
620 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
621 "MBMS-Session-Duration", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
622 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
623 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
624 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
625 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
626 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
627 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
628
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
629 /* Alternative-APN */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
630 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
631 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
632 905, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
633 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
634 "Alternative-APN", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
635 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
636 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
637 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
638 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
639 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
640 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
641
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
642 /* MBMS-Service-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
643 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
644 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
645 906, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
646 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
647 "MBMS-Service-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
648 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
649 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
650 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
651 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
652 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
653 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-Service-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
654 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
655 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
656 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
657
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
658 /* MBMS-2G-3G-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
659 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
660 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
661 907, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
662 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
663 "MBMS-2G-3G-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
664 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
665 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
666 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
667 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
668 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
669 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-2G-3G-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
670 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
671 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
672 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
673
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
674 /* MBMS-Session-Identity */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
675 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
676 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
677 908, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
678 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
679 "MBMS-Session-Identity", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
680 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
681 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
682 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
683 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
684 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
685 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
686
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
687 /* RAI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
688 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
689 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
690 909, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
691 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
692 "RAI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
693 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
694 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
695 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
696 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
697 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
698 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
699
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
700 /* Additional-MBMS-Trace-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
701 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
702 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
703 910, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
704 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
705 "Additional-MBMS-Trace-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
706 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
707 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
708 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
709 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
710 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
711 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
712
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
713 /* MBMS-Time-To-Data-Transfer */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
714 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
715 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
716 911, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
717 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
718 "MBMS-Time-To-Data-Transfer", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
719 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
720 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
721 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
722 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
723 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
724 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
725
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
726 /* MBMS-Session-Repetition-Number */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
727 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
728 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
729 912, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
730 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
731 "MBMS-Session-Repetition-Number", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
732 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
733 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
734 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
735 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
736 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
737 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
738
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
739 /* MBMS-Required-QoS */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
740 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
741 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
742 913, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
743 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
744 "MBMS-Required-QoS", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
745 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
746 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
747 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
748 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
749 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
750 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
751
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
752 /* MBMS-Counting-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
753 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
754 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
755 914, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
756 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
757 "MBMS-Counting-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
758 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
759 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
760 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
761 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
762 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
763 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-Counting-Information)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
764 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
765 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
766 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
767
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
768 /* MBMS-User-Data-Mode-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
769 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
770 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
771 915, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
772 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
773 "MBMS-User-Data-Mode-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
774 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
775 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
776 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
777 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
778 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
779 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-User-Data-Mode-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
780 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
781 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
782 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
783
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
784 /* MBMS-GGSN-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
785 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
786 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
787 916, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
788 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
789 "MBMS-GGSN-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
790 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
791 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
792 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
793 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
794 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
795 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
796
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
797 /* MBMS-GGSN-IPv6-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
798 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
799 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
800 917, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
801 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
802 "MBMS-GGSN-IPv6-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
803 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
804 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
805 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
806 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
807 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
808 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
809
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
810 /* MBMS-BMSC-SSM-IP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
811 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
812 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
813 918, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
814 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
815 "MBMS-BMSC-SSM-IP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
816 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
817 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
818 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
819 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
820 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
821 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
822
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
823 /* MBMS-BMSC-SSM-IPv6-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
824 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
825 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
826 919, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
827 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
828 "MBMS-BMSC-SSM-IPv6-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
829 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
830 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
831 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
832 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
833 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
834 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
835
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
836 /* MBMS-Flow-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
837 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
838 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
839 920, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
840 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
841 "MBMS-Flow-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
842 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
843 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
844 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
845 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
846 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
847 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
848
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
849 /* CN-IP-Multicast-Distribution */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
850 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
851 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
852 921, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
853 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
854 "CN-IP-Multicast-Distribution", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
855 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
856 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
857 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
858 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
859 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
860 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/CN-IP-Multicast-Distribution)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
861 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
862 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
863 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
864
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
865 /* MBMS-HC-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
866 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
867 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
868 922, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
869 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
870 "MBMS-HC-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
871 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
872 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
873 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
874 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
875 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
876 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-HC-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
877 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
878 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
879 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
880
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
881 /* 3GPP 29.140-700 (7.0.0 2007.07.05) */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
882 /* Served-User-Identity */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
883 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
884 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
885 1100, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
886 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
887 "Served-User-Identity", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
888 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
889 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
890 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
891 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
892 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
893 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
894
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
895 /* reuses: MSISDN */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
896 /* VASP-ID */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
897 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
898 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
899 1101, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
900 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
901 "VASP-ID", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
902 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
903 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
904 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
905 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
906 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
907 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
908
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
909 /* VAS-ID */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
910 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
911 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
912 1102, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
913 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
914 "VAS-ID", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
915 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
916 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
917 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
918 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
919 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
920 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
921
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
922 /* Trigger-Event */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
923 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
924 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
925 1103, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
926 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
927 "Trigger-Event", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
928 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
929 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
930 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
931 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
932 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
933 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Trigger-Event)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
934 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
935 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
936 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
937
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
938 /* reuses: 3GPP-IMSI */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
939 /* Sender-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
940 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
941 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
942 1104, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
943 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
944 "Sender-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
945 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
946 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
947 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
948 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
949 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
950 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
951
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
952 /* Initial-Recipient-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
953 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
954 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
955 1105, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
956 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
957 "Initial-Recipient-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
958 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
959 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
960 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
961 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
962 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
963 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
964
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
965 /* Result-Recipient-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
966 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
967 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
968 1106, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
969 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
970 "Result-Recipient-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
971 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
972 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
973 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
974 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
975 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
976 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
977
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
978 /* conflicts with one in (more common) 32.329 */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
979 /* Sequence-Number-29.140 */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
980 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
981 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
982 1107, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
983 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
984 "Sequence-Number-29.140", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
985 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
986 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
987 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
988 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
989 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
990 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
991
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
992 /* conflicts with one in (more common) 32.299 */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
993 /* Recipient-Address-29.140 */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
994 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
995 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
996 1108, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
997 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
998 "Recipient-Address-29.140", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
999 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1000 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1001 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1002 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1003 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1004 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1005
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1006 /* Routeing-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1007 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1008 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1009 1109, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1010 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1011 "Routeing-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1012 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1013 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1014 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1015 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1016 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1017 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1018
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1019 /* Originating-Interface */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1020 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1021 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1022 1110, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1023 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1024 "Originating-Interface", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1025 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1026 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1027 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1028 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1029 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1030 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Originating-Interface)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1031 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1032 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1033 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1034
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1035 /* Delivery-Report */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1036 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1037 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1038 1111, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1039 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1040 "Delivery-Report", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1041 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1042 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1043 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1044 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1045 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1046 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Delivery-Report)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1047 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1048 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1049 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1050
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1051 /* Read-Reply */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1052 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1053 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1054 1112, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1055 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1056 "Read-Reply", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1057 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1058 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1059 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1060 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1061 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1062 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Read-Reply)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1063 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1064 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1065 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1066
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1067 /* Sender-Visibility */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1068 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1069 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1070 1113, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1071 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1072 "Sender-Visibility", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1073 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1074 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1075 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1076 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1077 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1078 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Sender-Visibility)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1079 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1080 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1081 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1082
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1083 /* Service-Key */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1084 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1085 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1086 1114, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1087 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1088 "Service-Key", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1089 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1090 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1091 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1092 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1093 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1094 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1095
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1096 /* Billing-Information */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1097 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1098 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1099 1115, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1100 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1101 "Billing-Information", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1102 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1103 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1104 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1105 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1106 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1107 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1108
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1109 /* conflicts with one in (more common) 32.299 */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1110 /* Status-29.140 */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1111 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1112 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1113 1116, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1114 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1115 "Status-29.140", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1116 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1117 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1118 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1119 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1120 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1121 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1122
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1123 /* Status-Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1124 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1125 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1126 1117, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1127 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1128 "Status-Code", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1129 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1130 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1131 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1132 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1133 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1134 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1135
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1136 /* Status-Text */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1137 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1138 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1139 1118, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1140 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1141 "Status-Text", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1142 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1143 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1144 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1145 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1146 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1147 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1148
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1149 /* Routeing-Address-Resolution */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1150 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1151 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1152 1119, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1153 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1154 "Routeing-Address-Resolution", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1155 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1156 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1157 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1158 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1159 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1160 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Routeing-Address-Resolution)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1161 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1162 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1163 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1164
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1165 /* 3GPP 29.173-c00 (12.0.0 2013.03.13) */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1166 /* LMSI */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1167 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1168 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1169 2400, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1170 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1171 "LMSI", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1172 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1173 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1174 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1175 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1176 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1177 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1178
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1179 /* Serving-Node */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1180 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1181 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1182 2401, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1183 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1184 "Serving-Node", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1185 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1186 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1187 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1188 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1189 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1190 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1191
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1192 /* MME-Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1193 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1194 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1195 2402, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1196 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1197 "MME-Name", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1198 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1199 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1200 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1201 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1202 CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1203 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1204
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1205 /* MSC-Number */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1206 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1207 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1208 2403, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1209 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1210 "MSC-Number", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1211 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1212 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1213 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1214 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1215 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1216 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1217
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1218 /* LCS-Capabilities-Sets */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1219 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1220 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1221 2404, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1222 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1223 "LCS-Capabilities-Sets", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1224 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1225 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1226 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1227 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1228 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1229 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1230
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1231 /* GMLC-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1232 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1233 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1234 2405, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1235 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1236 "GMLC-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1237 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1238 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1239 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1240 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1241 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1242 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1243
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1244 /* Additional-Serving-Node */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1245 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1246 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1247 2406, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1248 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1249 "Additional-Serving-Node", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1250 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1251 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1252 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1253 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1254 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1255 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1256
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1257 /* PPR-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1258 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1259 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1260 2407, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1261 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1262 "PPR-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1263 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1264 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1265 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1266 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1267 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1268 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1269
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1270 /* MME-Realm */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1271 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1272 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1273 2408, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1274 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1275 "MME-Realm", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1276 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1277 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1278 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1279 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1280 CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1281 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1282
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1283 /* SGSN-Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1284 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1285 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1286 2409, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1287 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1288 "SGSN-Name", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1289 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1290 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1291 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1292 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1293 CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1294 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1295
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1296 /* SGSN-Realm */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1297 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1298 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1299 2410, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1300 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1301 "SGSN-Realm", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1302 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1303 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1304 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1305 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1306 CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1307 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1308
1226
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1309 /* 3GPP 29.210-670 (6.7.0 2006-12-18) */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1310 /* PDP-Session-Operation */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1311 {
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1312 struct dict_avp_data data = {
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1313 1015, /* Code */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1314 10415, /* Vendor */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1315 "PDP-Session-Operation", /* Name */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1316 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1317 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1318 AVP_TYPE_INTEGER32 /* base type of data */
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1319 };
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1320 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1321 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PDP-Session-Operation)", NULL, NULL, NULL };
1226
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1322 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1323 CHECK_dict_new(DICT_AVP, &data, type, NULL);
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1324 };
e59d76289e18 Add one AVP from 3GPP 29.210.
Thomas Klausner <tk@giga.or.at>
parents: 1146
diff changeset
1325
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1326 /* 3GPP 29.212-c00 (12.0.0 2013.03.15) */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
1327 /* Gx-specific */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1328 /* ADC-Revalidation-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1329 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1330 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1331 2801, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1332 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1333 "ADC-Revalidation-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1334 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1335 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1336 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1337 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1338 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1339 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1340
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1341 /* ADC-Rule-Install */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1342 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1343 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1344 1092, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1345 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1346 "ADC-Rule-Install", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1347 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1348 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1349 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1350 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1351 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1352 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1353
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1354 /* ADC-Rule-Remove */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1355 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1356 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1357 1093, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1358 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1359 "ADC-Rule-Remove", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1360 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1361 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1362 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1363 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1364 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1365 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1366
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1367 /* ADC-Rule-Definition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1368 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1369 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1370 1094, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1371 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1372 "ADC-Rule-Definition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1373 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1374 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1375 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1376 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1377 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1378 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1379
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1380 /* ADC-Rule-Base-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1381 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1382 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1383 1095, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1384 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1385 "ADC-Rule-Base-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1386 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1387 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1388 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1389 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1390 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1391 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1392
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1393 /* ADC-Rule-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1394 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1395 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1396 1096, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1397 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1398 "ADC-Rule-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1399 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1400 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1401 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1402 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1403 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1404 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1405
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1406 /* ADC-Rule-Report */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1407 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1408 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1409 1097, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1410 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1411 "ADC-Rule-Report", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1412 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1413 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1414 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1415 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1416 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1417 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1418
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1419 /* Application-Detection-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1420 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1421 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1422 1098, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1423 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1424 "Application-Detection-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1425 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1426 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1427 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1428 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1429 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1430 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1431
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1432 /* Access-Network-Charging-Identifier-Gx */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1433 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1434 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1435 1022, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1436 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1437 "Access-Network-Charging-Identifier-Gx", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1438 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1439 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1440 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1441 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1442 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1443 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1444
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1445 /* Allocation-Retention-Priority */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1446 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1447 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1448 1034, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1449 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1450 "Allocation-Retention-Priority", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1451 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1452 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1453 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1454 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1455 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1456 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1457
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1458 /* AN-GW-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1459 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1460 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1461 1050, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1462 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1463 "AN-GW-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1464 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1465 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1466 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1467 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1468 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1469 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1470
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1471 /* APN-Aggregate-Max-Bitrate-DL */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1472 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1473 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1474 1040, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1475 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1476 "APN-Aggregate-Max-Bitrate-DL", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1477 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1478 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1479 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1480 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1481 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1482 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1483
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1484 /* APN-Aggregate-Max-Bitrate-UL */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1485 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1486 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1487 1041, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1488 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1489 "APN-Aggregate-Max-Bitrate-UL", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1490 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1491 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1492 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1493 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1494 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1495 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1496
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1497 /* Bearer-Control-Mode */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1498 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1499 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1500 1023, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1501 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1502 "Bearer-Control-Mode", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1503 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1504 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1505 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1506 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1507 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1508 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Bearer-Control-Mode)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1509 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1510 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1511 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1512
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1513 /* Bearer-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1514 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1515 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1516 1020, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1517 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1518 "Bearer-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1519 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1520 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1521 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1522 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1523 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1524 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1525
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1526 /* Bearer-Operation */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1527 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1528 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1529 1021, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1530 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1531 "Bearer-Operation", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1532 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1533 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1534 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1535 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1536 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1537 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Bearer-Operation)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1538 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1539 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1540 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1541
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1542 /* Bearer-Usage */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1543 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1544 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1545 1000, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1546 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1547 "Bearer-Usage", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1548 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1549 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1550 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1551 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1552 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1553 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Bearer-Usage)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1554 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1555 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1556 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1557
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1558 /* Charging-Rule-Install */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1559 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1560 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1561 1001, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1562 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1563 "Charging-Rule-Install", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1564 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1565 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1566 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1567 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1568 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1569 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1570
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1571 /* Charging-Rule-Remove */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1572 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1573 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1574 1002, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1575 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1576 "Charging-Rule-Remove", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1577 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1578 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1579 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1580 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1581 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1582 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1583
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1584 /* Charging-Rule-Definition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1585 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1586 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1587 1003, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1588 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1589 "Charging-Rule-Definition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1590 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1591 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1592 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1593 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1594 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1595 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1596
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1597 /* Charging-Rule-Base-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1598 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1599 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1600 1004, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1601 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1602 "Charging-Rule-Base-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1603 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1604 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1605 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1606 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1607 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1608 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1609
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1610 /* Charging-Rule-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1611 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1612 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1613 1005, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1614 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1615 "Charging-Rule-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1616 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1617 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1618 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1619 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1620 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1621 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1622
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1623 /* Charging-Rule-Report */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1624 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1625 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1626 1018, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1627 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1628 "Charging-Rule-Report", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1629 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1630 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1631 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1632 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1633 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1634 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1635
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1636 /* Charging-Correlation-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1637 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1638 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1639 1073, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1640 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1641 "Charging-Correlation-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1642 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1643 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1644 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1645 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1646 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1647 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Charging-Correlation-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1648 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1649 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1650 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1651
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1652 /* CoA-IP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1653 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1654 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1655 1035, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1656 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1657 "CoA-IP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1658 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1659 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1660 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1661 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1662 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1663 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1664
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1665 /* CoA-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1666 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1667 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1668 1039, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1669 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1670 "CoA-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1671 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1672 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1673 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1674 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1675 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1676 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1677
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1678 /* CSG-Information-Reporting */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1679 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1680 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1681 1071, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1682 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1683 "CSG-Information-Reporting", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1684 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1685 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1686 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1687 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1688 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1689 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/CSG-Information-Reporting)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1690 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1691 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1692 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1693
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1694 /* Default-EPS-Bearer-QoS */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1695 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1696 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1697 1049, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1698 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1699 "Default-EPS-Bearer-QoS", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1700 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1701 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1702 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1703 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1704 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1705 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1706
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1707 /* Event-Report-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1708 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1709 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1710 1033, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1711 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1712 "Event-Report-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1713 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1714 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1715 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1716 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1717 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1718 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1719
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1720 /* Event-Trigger */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1721 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1722 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1723 1006, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1724 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1725 "Event-Trigger", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1726 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1727 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1728 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1729 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1730 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1731 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Event-Trigger)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1732 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1733 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1734 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1735
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1736 /* Flow-Direction */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1737 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1738 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1739 1080, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1740 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1741 "Flow-Direction", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1742 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1743 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1744 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1745 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1746 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1747 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Flow-Direction)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1748 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1749 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1750 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1751
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1752 /* Flow-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1753 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1754 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1755 1058, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1756 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1757 "Flow-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1758 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1759 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1760 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1761 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1762 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1763 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1764
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1765 /* Flow-Label */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1766 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1767 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1768 1057, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1769 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1770 "Flow-Label", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1771 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1772 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1773 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1774 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1775 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1776 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1777
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1778 /* IP-CAN-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1779 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1780 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1781 1027, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1782 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1783 "IP-CAN-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1784 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1785 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1786 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1787 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1788 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1789 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/IP-CAN-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1790 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1791 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1792 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1793
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1794 /* Guaranteed-Bitrate-DL */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1795 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1796 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1797 1025, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1798 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1799 "Guaranteed-Bitrate-DL", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1800 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1801 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1802 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1803 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1804 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1805 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1806
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1807 /* Guaranteed-Bitrate-UL */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1808 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1809 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1810 1026, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1811 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1812 "Guaranteed-Bitrate-UL", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1813 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1814 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1815 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1816 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1817 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1818 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1819
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1820 /* HeNB-Local-IP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1821 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1822 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1823 2804, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1824 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1825 "HeNB-Local-IP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1826 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1827 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1828 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1829 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1830 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1831 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1832
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1833 /* Metering-Method */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1834 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1835 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1836 1007, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1837 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1838 "Metering-Method", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1839 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1840 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1841 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1842 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1843 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1844 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Metering-Method)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1845 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1846 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1847 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1848
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1849 /* Monitoring-Key */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1850 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1851 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1852 1066, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1853 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1854 "Monitoring-Key", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1855 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1856 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1857 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1858 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1859 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1860 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1861
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1862 /* Mute-Notification */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1863 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1864 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1865 2809, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1866 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1867 "Mute-Notification", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1868 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1869 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1870 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1871 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1872 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1873 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Mute-Notification)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1874 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1875 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1876 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1877
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1878 /* Monitoring-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1879 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1880 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1881 2810, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1882 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1883 "Monitoring-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1884 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1885 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1886 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1887 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1888 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1889 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1890
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1891 /* Network-Request-Support */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1892 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1893 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1894 1024, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1895 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1896 "Network-Request-Support", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1897 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1898 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1899 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1900 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1901 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1902 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Network-Request-Support)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1903 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1904 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1905 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1906
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1907 /* Offline */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1908 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1909 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1910 1008, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1911 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1912 "Offline", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1913 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1914 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1915 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1916 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1917 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1918 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Offline)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1919 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1920 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1921 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1922
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1923 /* Online */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1924 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1925 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1926 1009, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1927 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1928 "Online", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1929 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1930 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1931 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1932 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1933 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1934 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Online)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1935 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1936 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1937 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1938
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1939 /* Packet-Filter-Content */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1940 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1941 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1942 1059, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1943 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1944 "Packet-Filter-Content", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1945 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1946 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1947 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1948 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1949 CHECK_dict_new(DICT_AVP, &data, IPFilterRule_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1950 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1951
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1952 /* Packet-Filter-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1953 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1954 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1955 1060, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1956 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1957 "Packet-Filter-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1958 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1959 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1960 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1961 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1962 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1963 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1964
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1965 /* Packet-Filter-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1966 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1967 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1968 1061, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1969 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1970 "Packet-Filter-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1971 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1972 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1973 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1974 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1975 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1976 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1977
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1978 /* Packet-Filter-Operation */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1979 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1980 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1981 1062, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1982 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1983 "Packet-Filter-Operation", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1984 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1985 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1986 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1987 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1988 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
1989 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Packet-Filter-Operation)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1990 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1991 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1992 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1993
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1994 /* Packet-Filter-Usage */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1995 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1996 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1997 1072, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1998 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
1999 "Packet-Filter-Usage", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2000 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2001 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2002 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2003 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2004 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2005 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Packet-Filter-Usage)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2006 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2007 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2008 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2009
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2010 /* PDN-Connection-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2011 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2012 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2013 1065, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2014 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2015 "PDN-Connection-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2016 AVP_FLAG_VENDOR, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2017 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2018 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2019 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2020 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2021 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2022
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2023 /* Precedence */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2024 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2025 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2026 1010, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2027 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2028 "Precedence", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2029 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2030 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2031 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2032 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2033 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2034 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2035
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2036 /* Pre-emption-Capability */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2037 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2038 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2039 1047, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2040 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2041 "Pre-emption-Capability", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2042 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2043 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2044 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2045 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2046 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2047 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Pre-emption-Capability)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2048 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2049 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2050 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2051
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2052 /* Pre-emption-Vulnerability */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2053 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2054 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2055 1048, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2056 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2057 "Pre-emption-Vulnerability", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2058 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2059 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2060 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2061 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2062 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2063 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Pre-emption-Vulnerability)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2064 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2065 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2066 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2067
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2068 /* Priority-Level */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2069 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2070 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2071 1046, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2072 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2073 "Priority-Level", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2074 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2075 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2076 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2077 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2078 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2079 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2080
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2081 /* Redirect-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2082 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2083 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2084 1085, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2085 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2086 "Redirect-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2087 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2088 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2089 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2090 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2091 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2092 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2093
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2094 /* Redirect-Support */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2095 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2096 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2097 1086, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2098 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2099 "Redirect-Support", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2100 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2101 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2102 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2103 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2104 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2105 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Redirect-Support)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2106 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2107 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2108 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2109
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2110 /* Reporting-Level */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2111 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2112 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2113 1011, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2114 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2115 "Reporting-Level", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2116 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2117 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2118 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2119 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2120 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2121 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Reporting-Level)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2122 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2123 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2124 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2125
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2126 /* Routing-Filter */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2127 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2128 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2129 1078, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2130 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2131 "Routing-Filter", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2132 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2133 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2134 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2135 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2136 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2137 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2138
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2139 /* Routing-IP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2140 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2141 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2142 1079, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2143 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2144 "Routing-IP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2145 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2146 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2147 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2148 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2149 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2150 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2151
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2152 /* Routing-Rule-Definition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2153 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2154 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2155 1076, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2156 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2157 "Routing-Rule-Definition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2158 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2159 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2160 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2161 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2162 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2163 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2164
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2165 /* Routing-Rule-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2166 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2167 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2168 1077, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2169 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2170 "Routing-Rule-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2171 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2172 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2173 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2174 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2175 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2176 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2177
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2178 /* Routing-Rule-Install */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2179 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2180 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2181 1081, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2182 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2183 "Routing-Rule-Install", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2184 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2185 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2186 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2187 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2188 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2189 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2190
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2191 /* Routing-Rule-Remove */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2192 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2193 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2194 1075, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2195 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2196 "Routing-Rule-Remove", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2197 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2198 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2199 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2200 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2201 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2202 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2203
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2204 /* PCC-Rule-Status */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2205 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2206 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2207 1019, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2208 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2209 "PCC-Rule-Status", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2210 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2211 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2212 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2213 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2214 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2215 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PCC-Rule-Status)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2216 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2217 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2218 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2219
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2220 /* Session-Release-Cause */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2221 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2222 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2223 1045, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2224 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2225 "Session-Release-Cause", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2226 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2227 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2228 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2229 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2230 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2231 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Session-Release-Cause)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2232 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2233 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2234 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2235
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2236 /* TDF-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2237 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2238 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2239 1087, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2240 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2241 "TDF-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2242 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2243 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2244 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2245 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2246 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2247 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2248
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2249 /* TDF-Application-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2250 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2251 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2252 1088, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2253 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2254 "TDF-Application-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2255 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2256 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2257 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2258 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2259 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2260 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2261
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2262 /* TDF-Application-Instance-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2263 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2264 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2265 2802, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2266 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2267 "TDF-Application-Instance-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2268 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2269 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2270 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2271 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2272 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2273 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2274
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2275 /* TDF-Destination-Host */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2276 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2277 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2278 1089, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2279 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2280 "TDF-Destination-Host", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2281 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2282 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2283 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2284 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2285 CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2286 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2287
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2288 /* TDF-Destination-Realm */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2289 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2290 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2291 1090, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2292 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2293 "TDF-Destination-Realm", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2294 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2295 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2296 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2297 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2298 CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2299 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2300
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2301 /* TDF-IP-Address */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2302 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2303 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2304 1091, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2305 10415, /* Vendor */
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2306 "TDF-IP-Address", /* Name */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2307 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2308 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2309 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2310 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2311 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2312 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2313
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2314 /* QoS-Class-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2315 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2316 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2317 1028, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2318 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2319 "QoS-Class-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2320 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2321 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2322 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2323 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2324 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2325 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/QoS-Class-Identifier)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2326 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2327 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2328 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2329
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2330 /* QoS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2331 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2332 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2333 1016, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2334 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2335 "QoS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2336 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2337 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2338 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2339 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2340 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2341 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2342
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2343 /* QoS-Negotiation */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2344 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2345 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2346 1029, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2347 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2348 "QoS-Negotiation", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2349 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2350 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2351 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2352 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2353 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2354 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/QoS-Negotiation)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2355 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2356 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2357 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2358
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2359 /* QoS-Upgrade */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2360 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2361 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2362 1030, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2363 10415, /* Vendor */
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2364 "QoS-Upgrade", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2365 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2366 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2367 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2368 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2369 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2370 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/QoS-Upgrade)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2371 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2372 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2373 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2374
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2375 /* PS-to-CS-Session-Continuity */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2376 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2377 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2378 1099, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2379 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2380 "PS-to-CS-Session-Continuity", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2381 AVP_FLAG_VENDOR, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2382 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2383 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2384 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2385 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2386 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PS-to-CS-Session-Continuity)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2387 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2388 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2389 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2390
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2391 /* Resource-Allocation-Notification */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2392 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2393 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2394 1063, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2395 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2396 "Resource-Allocation-Notification", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2397 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2398 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2399 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2400 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2401 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2402 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Resource-Allocation-Notification)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2403 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2404 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2405 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2406
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2407 /* Rule-Failure-Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2408 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2409 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2410 1031, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2411 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2412 "Rule-Failure-Code", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2413 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2414 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2415 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2416 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2417 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2418 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Rule-Failure-Code)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2419 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2420 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2421 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2422
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2423 /* Security-Parameter-Index */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2424 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2425 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2426 1056, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2427 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2428 "Security-Parameter-Index", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2429 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2430 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2431 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2432 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2433 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2434 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2435
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2436 /* TFT-Filter */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2437 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2438 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2439 1012, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2440 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2441 "TFT-Filter", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2442 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2443 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2444 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2445 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2446 CHECK_dict_new(DICT_AVP, &data, IPFilterRule_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2447 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2448
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2449 /* TFT-Packet-Filter-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2450 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2451 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2452 1013, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2453 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2454 "TFT-Packet-Filter-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2455 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2456 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2457 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2458 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2459 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2460 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2461
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2462 /* ToS-Traffic-Class */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2463 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2464 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2465 1014, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2466 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2467 "ToS-Traffic-Class", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2468 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2469 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2470 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2471 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2472 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2473 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2474
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2475 /* Tunnel-Header-Filter */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2476 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2477 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2478 1036, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2479 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2480 "Tunnel-Header-Filter", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2481 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2482 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2483 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2484 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2485 CHECK_dict_new(DICT_AVP, &data, IPFilterRule_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2486 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2487
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2488 /* Tunnel-Header-Length */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2489 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2490 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2491 1037, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2492 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2493 "Tunnel-Header-Length", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2494 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2495 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2496 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2497 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2498 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2499 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2500
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2501 /* Tunnel-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2502 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2503 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2504 1038, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2505 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2506 "Tunnel-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2507 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2508 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2509 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2510 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2511 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2512 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2513
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2514 /* RAT-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2515 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2516 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2517 1032, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2518 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2519 "RAT-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2520 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2521 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2522 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2523 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2524 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2525 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/RAT-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2526 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2527 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2528 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2529
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2530 /* Revalidation-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2531 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2532 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2533 1042, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2534 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2535 "Revalidation-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2536 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2537 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2538 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2539 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2540 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2541 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2542
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2543 /* Rule-Activation-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2544 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2545 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2546 1043, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2547 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2548 "Rule-Activation-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2549 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2550 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2551 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2552 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2553 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2554 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2555
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2556 /* UDP-Source-Port */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2557 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2558 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2559 2806, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2560 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2561 "UDP-Source-Port", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2562 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2563 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2564 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2565 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2566 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2567 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2568
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2569 /* UE-Local-IP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2570 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2571 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2572 2805, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2573 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2574 "UE-Local-IP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2575 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2576 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2577 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2578 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2579 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2580 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2581
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2582 /* Usage-Monitoring-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2583 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2584 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2585 1067, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2586 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2587 "Usage-Monitoring-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2588 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2589 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2590 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2591 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2592 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2593 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2594
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2595 /* Rule-Deactivation-Time */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2596 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2597 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2598 1044, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2599 10415, /* Vendor */
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2600 "Rule-Deactivation-Time", /* Name */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2601 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2602 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2603 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2604 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2605 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2606 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2607
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2608 /* Usage-Monitoring-Level */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2609 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2610 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2611 1068, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2612 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2613 "Usage-Monitoring-Level", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2614 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2615 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2616 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2617 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2618 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2619 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Usage-Monitoring-Level)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2620 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2621 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2622 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2623
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2624 /* Usage-Monitoring-Report */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2625 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2626 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2627 1069, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2628 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2629 "Usage-Monitoring-Report", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2630 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2631 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2632 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2633 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2634 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2635 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Usage-Monitoring-Report)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2636 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2637 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2638 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2639
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2640 /* Usage-Monitoring-Support */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2641 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2642 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2643 1070, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2644 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2645 "Usage-Monitoring-Support", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2646 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2647 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2648 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2649 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2650 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2651 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Usage-Monitoring-Support)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2652 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2653 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2654 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2655
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2656 /* Gxx-specific */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2657 /* QoS-Rule-Install */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2658 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2659 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2660 1051, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2661 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2662 "QoS-Rule-Install", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2663 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2664 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2665 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2666 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2667 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2668 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2669
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2670 /* QoS-Rule-Remove */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2671 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2672 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2673 1052, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2674 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2675 "QoS-Rule-Remove", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2676 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2677 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2678 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2679 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2680 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2681 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2682
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2683 /* QoS-Rule-Definition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2684 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2685 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2686 1053, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2687 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2688 "QoS-Rule-Definition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2689 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2690 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2691 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2692 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2693 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2694 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2695
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2696 /* QoS-Rule-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2697 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2698 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2699 1054, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2700 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2701 "QoS-Rule-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2702 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2703 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2704 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2705 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2706 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2707 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2708
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2709 /* QoS-Rule-Base-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2710 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2711 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2712 1074, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2713 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2714 "QoS-Rule-Base-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2715 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2716 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2717 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2718 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2719 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2720 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2721
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2722 /* QoS-Rule-Report */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2723 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2724 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2725 1055, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2726 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2727 "QoS-Rule-Report", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2728 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2729 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2730 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2731 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2732 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2733 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2734
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2735 /* Session-Linking-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2736 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2737 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2738 1064, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2739 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2740 "Session-Linking-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2741 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2742 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2743 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2744 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2745 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2746 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Session-Linking-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2747 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2748 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2749 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2750
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2751 /* S15-specific */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2752 /* CS-Service-Qos-Request-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2753 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2754 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2755 2807, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2756 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2757 "CS-Service-Qos-Request-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2758 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2759 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2760 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2761 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2762 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2763 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2764
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2765 /* CS-Service-QoS-Request-Operation */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2766 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2767 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2768 2808, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2769 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2770 "CS-Service-QoS-Request-Operation", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2771 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2772 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2773 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2774 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2775 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2776 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/CS-Service-QoS-Request-Operation)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2777 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2778 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2779 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
2780
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2781 /* 3GPP 29.214-b80 (11.8.0 2013.03.15) */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2782 /* Abort-Cause */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2783 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2784 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2785 500, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2786 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2787 "Abort-Cause", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2788 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2789 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2790 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2791 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2792 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2793 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Abort-Cause)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2794 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2795 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2796 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2797
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2798 /* Access-Network-Charging-Address */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2799 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2800 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2801 501, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2802 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2803 "Access-Network-Charging-Address", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2804 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2805 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2806 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2807 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2808 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2809 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2810
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2811 /* Access-Network-Charging-Identifier */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2812 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2813 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2814 502, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2815 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2816 "Access-Network-Charging-Identifier", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2817 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2818 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2819 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2820 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2821 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2822 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2823
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2824 /* Access-Network-Charging-Identifier-Value */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2825 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2826 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2827 503, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2828 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2829 "Access-Network-Charging-Identifier-Value", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2830 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2831 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2832 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2833 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2834 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2835 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2836
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2837 /* Acceptable-Service-Info */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2838 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2839 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2840 526, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2841 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2842 "Acceptable-Service-Info", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2843 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2844 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2845 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2846 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2847 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2848 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2849
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2850 /* AF-Application-Identifier */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2851 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2852 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2853 504, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2854 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2855 "AF-Application-Identifier", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2856 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2857 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2858 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2859 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2860 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2861 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2862
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2863 /* AF-Charging-Identifier */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2864 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2865 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2866 505, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2867 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2868 "AF-Charging-Identifier", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2869 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2870 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2871 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2872 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2873 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2874 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2875
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2876 /* Application-Service-Provider-Identity */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2877 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2878 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2879 532, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2880 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2881 "Application-Service-Provider-Identity", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2882 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2883 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2884 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2885 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2886 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2887 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2888
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2889 /* Codec-Data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2890 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2891 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2892 524, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2893 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2894 "Codec-Data", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2895 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2896 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2897 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2898 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2899 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2900 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2901
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2902 /* Flow-Description */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2903 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2904 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2905 507, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2906 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2907 "Flow-Description", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2908 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2909 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2910 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2911 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2912 CHECK_dict_new(DICT_AVP, &data, IPFilterRule_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2913 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2914
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2915 /* Flow-Number */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2916 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2917 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2918 509, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2919 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2920 "Flow-Number", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2921 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2922 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2923 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2924 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2925 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2926 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2927
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2928 /* Flows */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2929 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2930 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2931 510, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2932 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2933 "Flows", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2934 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2935 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2936 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2937 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2938 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2939 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2940
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2941 /* Flow-Status */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2942 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2943 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2944 511, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2945 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2946 "Flow-Status", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2947 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2948 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2949 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2950 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2951 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2952 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Flow-Status)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2953 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2954 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2955 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2956
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2957 /* Flow-Usage */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2958 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2959 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2960 512, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2961 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2962 "Flow-Usage", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2963 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2964 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2965 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2966 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2967 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2968 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Flow-Usage)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2969 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2970 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2971 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2972
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2973 /* Service-URN */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2974 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2975 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2976 525, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2977 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2978 "Service-URN", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2979 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2980 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2981 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2982 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2983 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2984 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2985
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2986 /* Specific-Action */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2987 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2988 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2989 513, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2990 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2991 "Specific-Action", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2992 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2993 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2994 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2995 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2996 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
2997 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Specific-Action)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2998 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
2999 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3000 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3001
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3002 /* Max-Requested-Bandwidth-DL */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3003 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3004 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3005 515, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3006 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3007 "Max-Requested-Bandwidth-DL", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3008 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3009 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3010 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3011 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3012 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3013 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3014
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3015 /* Max-Requested-Bandwidth-UL */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3016 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3017 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3018 516, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3019 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3020 "Max-Requested-Bandwidth-UL", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3021 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3022 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3023 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3024 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3025 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3026 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3027
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3028 /* Media-Component-Description */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3029 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3030 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3031 517, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3032 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3033 "Media-Component-Description", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3034 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3035 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3036 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3037 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3038 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3039 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3040
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3041 /* Media-Component-Number */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3042 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3043 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3044 518, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3045 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3046 "Media-Component-Number", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3047 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3048 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3049 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3050 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3051 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3052 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3053
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3054 /* Media-Sub-Component */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3055 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3056 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3057 519, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3058 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3059 "Media-Sub-Component", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3060 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3061 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3062 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3063 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3064 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3065 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3066
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3067 /* Media-Type */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3068 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3069 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3070 520, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3071 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3072 "Media-Type", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3073 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3074 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3075 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3076 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3077 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3078 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Media-Type)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3079 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3080 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3081 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3082
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3083 /* MPS-Identifier */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3084 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3085 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3086 528, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3087 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3088 "MPS-Identifier", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3089 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3090 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3091 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3092 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3093 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3094 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3095
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3096 /* Min-Requested-Bandwidth-DL */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3097 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3098 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3099 534, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3100 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3101 "Min-Requested-Bandwidth-DL", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3102 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3103 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3104 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3105 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3106 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3107 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3108
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3109 /* Min-Requested-Bandwidth-UL */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3110 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3111 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3112 535, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3113 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3114 "Min-Requested-Bandwidth-UL", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3115 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3116 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3117 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3118 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3119 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3120 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3121
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3122 /* RR-Bandwidth */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3123 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3124 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3125 521, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3126 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3127 "RR-Bandwidth", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3128 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3129 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3130 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3131 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3132 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3133 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3134
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3135 /* RS-Bandwidth */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3136 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3137 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3138 522, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3139 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3140 "RS-Bandwidth", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3141 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3142 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3143 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3144 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3145 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3146 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3147
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3148 /* Service-Info-Status */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3149 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3150 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3151 527, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3152 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3153 "Service-Info-Status", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3154 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3155 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3156 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3157 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3158 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3159 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Service-Info-Status)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3160 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3161 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3162 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3163
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3164 /* SIP-Forking-Indication */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3165 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3166 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3167 523, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3168 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3169 "SIP-Forking-Indication", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3170 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3171 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3172 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3173 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3174 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3175 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SIP-Forking-Indication)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3176 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3177 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3178 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3179
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3180 /* Sponsor-Identity */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3181 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3182 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3183 531, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3184 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3185 "Sponsor-Identity", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3186 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3187 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3188 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3189 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3190 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3191 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3192
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3193 /* Sponsored-Connectivity-Data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3194 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3195 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3196 530, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3197 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3198 "Sponsored-Connectivity-Data", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3199 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3200 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3201 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3202 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3203 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3204 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3205
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3206 /* AF-Signalling-Protocol */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3207 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3208 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3209 529, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3210 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3211 "AF-Signalling-Protocol", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3212 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3213 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3214 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3215 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3216 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3217 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/AF-Signalling-Protocol)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3218 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3219 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3220 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3221
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3222 /* Required-Access-Info */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3223 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3224 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3225 536, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3226 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3227 "Required-Access-Info", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3228 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3229 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3230 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3231 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3232 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3233 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Required-Access-Info)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3234 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3235 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3236 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3237
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3238 /* Rx-Request-Type */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3239 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3240 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3241 533, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3242 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3243 "Rx-Request-Type", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3244 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3245 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3246 AVP_TYPE_INTEGER32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3247 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3248 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3249 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Rx-Request-Type)", NULL, NULL, NULL };
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3250 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3251 CHECK_dict_new(DICT_AVP, &data, type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3252 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3253
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3254 /* IP-Domain-Id */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3255 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3256 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3257 537, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3258 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3259 "IP-Domain-Id", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3260 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3261 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3262 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3263 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3264 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3265 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
3266
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3267 /* 3GPP 29.229-b20 (11.2.0 2012.12.21) */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3268 /* Associated-Identities */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3269 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3270 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3271 632, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3272 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3273 "Associated-Identities", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3274 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3275 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3276 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3277 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3278 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3279 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3280
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3281 /* Associated-Registered-Identities */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3282 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3283 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3284 647, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3285 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3286 "Associated-Registered-Identities", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3287 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3288 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3289 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3290 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3291 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3292 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3293
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3294 /* Call-ID-SIP-Header */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3295 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3296 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3297 643, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3298 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3299 "Call-ID-SIP-Header", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3300 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3301 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3302 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3303 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3304 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3305 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3306
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3307 /* Charging-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3308 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3309 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3310 618, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3311 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3312 "Charging-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3313 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3314 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3315 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3316 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3317 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3318 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3319
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3320 /* Confidentiality-Key */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3321 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3322 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3323 625, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3324 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3325 "Confidentiality-Key", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3326 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3327 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3328 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3329 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3330 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3331 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3332
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3333 /* Contact */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3334 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3335 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3336 641, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3337 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3338 "Contact", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3339 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3340 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3341 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3342 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3343 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3344 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3345
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3346 /* Deregistration-Reason */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3347 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3348 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3349 615, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3350 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3351 "Deregistration-Reason", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3352 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3353 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3354 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3355 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3356 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3357 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3358
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3359 /* Feature-List */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3360 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3361 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3362 630, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3363 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3364 "Feature-List", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3365 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3366 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3367 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3368 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3369 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3370 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3371
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3372 /* Feature-List-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3373 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3374 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3375 629, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3376 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3377 "Feature-List-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3378 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3379 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3380 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3381 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3382 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3383 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3384
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3385 /* From-SIP-Header */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3386 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3387 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3388 644, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3389 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3390 "From-SIP-Header", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3391 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3392 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3393 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3394 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3395 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3396 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3397
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3398 /* Identity-with-Emergency-Registration */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3399 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3400 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3401 651, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3402 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3403 "Identity-with-Emergency-Registration", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3404 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3405 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3406 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3407 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3408 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3409 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3410
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3411 /* Integrity-Key */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3412 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3413 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3414 626, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3415 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3416 "Integrity-Key", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3417 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3418 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3419 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3420 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3421 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3422 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3423
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3424 /* LIA-Flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3425 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3426 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3427 653, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3428 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3429 "LIA-Flags", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3430 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3431 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3432 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3433 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3434 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3435 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3436
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3437 /* Loose-Route-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3438 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3439 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3440 638, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3441 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3442 "Loose-Route-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3443 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3444 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3445 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3446 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3447 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3448 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Loose-Route-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3449 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3450 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3451 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3452
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3453 /* Mandatory-Capability */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3454 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3455 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3456 604, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3457 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3458 "Mandatory-Capability", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3459 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3460 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3461 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3462 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3463 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3464 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3465
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3466 /* Multiple-Registration-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3467 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3468 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3469 648, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3470 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3471 "Multiple-Registration-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3472 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3473 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3474 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3475 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3476 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3477 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Multiple-Registration-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3478 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3479 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3480 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3481
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3482 /* Optional-Capability */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3483 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3484 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3485 605, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3486 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3487 "Optional-Capability", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3488 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3489 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3490 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3491 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3492 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3493 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3494
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3495 /* Originating-Request */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3496 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3497 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3498 633, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3499 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3500 "Originating-Request", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3501 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3502 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3503 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3504 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3505 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3506 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Originating-Request)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3507 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3508 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3509 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3510
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3511 /* Path */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3512 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3513 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3514 640, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3515 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3516 "Path", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3517 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3518 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3519 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3520 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3521 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3522 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3523
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3524 /* Primary-Charging-Collection-Function-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3525 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3526 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3527 621, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3528 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3529 "Primary-Charging-Collection-Function-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3530 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3531 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3532 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3533 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3534 CHECK_dict_new(DICT_AVP, &data, DiameterURI_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3535 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3536
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3537 /* Primary-Event-Charging-Function-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3538 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3539 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3540 619, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3541 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3542 "Primary-Event-Charging-Function-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3543 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3544 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3545 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3546 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3547 CHECK_dict_new(DICT_AVP, &data, DiameterURI_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3548 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3549
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3550 /* Priviledged-Sender-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3551 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3552 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3553 652, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3554 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3555 "Priviledged-Sender-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3556 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3557 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3558 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3559 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3560 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3561 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Priviledged-Sender-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3562 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3563 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3564 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3565
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3566 /* Public-Identity */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3567 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3568 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3569 601, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3570 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3571 "Public-Identity", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3572 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3573 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3574 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3575 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3576 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3577 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3578
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3579 /* Reason-Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3580 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3581 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3582 616, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3583 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3584 "Reason-Code", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3585 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3586 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3587 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3588 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3589 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3590 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Reason-Code)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3591 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3592 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3593 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3594
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3595 /* Reason-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3596 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3597 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3598 617, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3599 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3600 "Reason-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3601 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3602 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3603 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3604 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3605 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3606 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3607
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3608 /* Record-Route */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3609 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3610 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3611 646, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3612 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3613 "Record-Route", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3614 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3615 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3616 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3617 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3618 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3619 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3620
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3621 /* Restoration-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3622 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3623 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3624 649, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3625 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3626 "Restoration-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3627 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3628 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3629 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3630 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3631 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3632 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3633
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3634 /* SCSCF-Restoration-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3635 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3636 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3637 639, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3638 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3639 "SCSCF-Restoration-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3640 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3641 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3642 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3643 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3644 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3645 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3646
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3647 /* SIP-Auth-Data-Item */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3648 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3649 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3650 612, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3651 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3652 "SIP-Auth-Data-Item", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3653 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3654 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3655 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3656 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3657 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3658 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3659
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3660 /* SIP-Authenticate */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3661 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3662 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3663 609, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3664 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3665 "SIP-Authenticate", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3666 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3667 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3668 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3669 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3670 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3671 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3672
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3673 /* SIP-Authentication-Context */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3674 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3675 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3676 611, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3677 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3678 "SIP-Authentication-Context", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3679 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3680 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3681 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3682 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3683 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3684 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3685
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3686 /* SIP-Authentication-Scheme */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3687 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3688 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3689 608, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3690 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3691 "SIP-Authentication-Scheme", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3692 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3693 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3694 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3695 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3696 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3697 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3698
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3699 /* SIP-Authorization */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3700 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3701 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3702 610, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3703 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3704 "SIP-Authorization", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3705 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3706 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3707 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3708 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3709 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3710 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3711
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3712 /* SIP-Digest-Authenticate */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3713 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3714 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3715 635, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3716 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3717 "SIP-Digest-Authenticate", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3718 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3719 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3720 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3721 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3722 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3723 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3724
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3725 /* SIP-Item-Number */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3726 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3727 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3728 613, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3729 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3730 "SIP-Item-Number", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3731 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3732 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3733 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3734 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3735 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3736 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3737
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3738 /* SIP-Number-Auth-Items */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3739 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3740 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3741 607, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3742 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3743 "SIP-Number-Auth-Items", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3744 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3745 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3746 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3747 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3748 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3749 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3750
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3751 /* Secondary-Charging-Collection-Function-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3752 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3753 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3754 622, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3755 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3756 "Secondary-Charging-Collection-Function-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3757 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3758 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3759 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3760 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3761 CHECK_dict_new(DICT_AVP, &data, DiameterURI_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3762 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3763
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3764 /* Secondary-Event-Charging-Function-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3765 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3766 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3767 620, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3768 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3769 "Secondary-Event-Charging-Function-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3770 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3771 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3772 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3773 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3774 CHECK_dict_new(DICT_AVP, &data, DiameterURI_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3775 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3776
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3777 /* Server-Assignment-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3778 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3779 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3780 614, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3781 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3782 "Server-Assignment-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3783 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3784 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3785 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3786 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3787 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3788 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Server-Assignment-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3789 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3790 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3791 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3792
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3793 /* Server-Capabilities */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3794 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3795 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3796 603, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3797 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3798 "Server-Capabilities", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3799 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3800 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3801 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3802 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3803 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3804 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3805
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3806 /* Server-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3807 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3808 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3809 602, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3810 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3811 "Server-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3812 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3813 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3814 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3815 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3816 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3817 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3818
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3819 /* Session-Priority */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3820 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3821 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3822 650, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3823 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3824 "Session-Priority", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3825 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3826 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3827 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3828 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3829 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3830 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Session-Priority)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3831 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3832 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3833 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3834
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3835 /* Subscription-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3836 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3837 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3838 642, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3839 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3840 "Subscription-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3841 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3842 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3843 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3844 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3845 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3846 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3847
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3848 /* Supported-Applications */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3849 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3850 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3851 631, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3852 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3853 "Supported-Applications", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3854 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3855 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3856 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3857 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3858 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3859 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3860
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3861 /* Supported-Features */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3862 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3863 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3864 628, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3865 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3866 "Supported-Features", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3867 AVP_FLAG_VENDOR, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3868 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3869 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3870 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3871 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3872 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3873
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3874 /* To-SIP-Header */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3875 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3876 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3877 645, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3878 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3879 "To-SIP-Header", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3880 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3881 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3882 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3883 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3884 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3885 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3886
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3887 /* UAR-Flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3888 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3889 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3890 637, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3891 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3892 "UAR-Flags", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3893 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3894 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3895 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3896 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3897 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3898 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3899
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3900 /* User-Authorization-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3901 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3902 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3903 623, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3904 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3905 "User-Authorization-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3906 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3907 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3908 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3909 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3910 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3911 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/User-Authorization-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3912 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3913 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3914 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3915
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3916 /* User-Data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3917 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3918 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3919 606, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3920 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3921 "User-Data", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3922 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3923 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3924 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3925 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3926 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3927 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3928
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3929 /* User-Data-Already-Available */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3930 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3931 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3932 624, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3933 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3934 "User-Data-Already-Available", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3935 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3936 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3937 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3938 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3939 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
3940 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/User-Data-Already-Available)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3941 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3942 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3943 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3944
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3945 /* Visited-Network-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3946 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3947 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3948 600, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3949 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3950 "Visited-Network-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3951 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3952 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3953 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3954 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3955 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3956 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3957
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3958 /* Wildcarded-Public-Identity */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3959 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3960 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3961 634, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3962 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3963 "Wildcarded-Public-Identity", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3964 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3965 AVP_FLAG_VENDOR, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3966 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3967 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3968 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3969 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
3970
1428
445e885af934 3GPP SS-Status is OctetString not Grouped
Luke Mewburn <luke@mewburn.net>
parents: 1427
diff changeset
3971 /* 3GPP 29.272-c50 (12.5.0 2014-06) */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3972 /* Subscription-Data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3973 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3974 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3975 1400, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3976 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3977 "Subscription-Data", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3978 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3979 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3980 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3981 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3982 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3983 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3984
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3985 /* Terminal-Information */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3986 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3987 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3988 1401, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3989 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3990 "Terminal-Information", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3991 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3992 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3993 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3994 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3995 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3996 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3997
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3998 /* IMEI */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
3999 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4000 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4001 1402, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4002 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4003 "IMEI", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4004 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4005 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4006 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4007 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4008 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4009 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4010
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4011 /* Software-Version */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4012 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4013 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4014 1403, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4015 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4016 "Software-Version", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4017 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4018 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4019 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4020 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4021 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4022 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4023
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4024 /* QoS-Subscribed */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4025 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4026 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4027 1404, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4028 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4029 "QoS-Subscribed", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4030 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4031 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4032 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4033 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4034 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4035 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4036
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4037 /* ULR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4038 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4039 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4040 1405, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4041 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4042 "ULR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4043 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4044 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4045 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4046 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4047 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4048 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4049
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4050 /* ULA-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4051 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4052 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4053 1406, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4054 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4055 "ULA-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4056 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4057 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4058 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4059 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4060 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4061 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4062
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4063 /* Visited-PLMN-Id */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4064 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4065 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4066 1407, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4067 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4068 "Visited-PLMN-Id", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4069 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4070 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4071 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4072 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4073 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4074 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4075
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4076 /* Requested-EUTRAN-Authentication-Info */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4077 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4078 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4079 1408, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4080 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4081 "Requested-EUTRAN-Authentication-Info", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4082 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4083 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4084 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4085 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4086 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4087 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4088
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4089 /* Requested-UTRAN-GERAN-Authentication-Info */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4090 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4091 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4092 1409, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4093 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4094 "Requested-UTRAN-GERAN-Authentication-Info", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4095 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4096 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4097 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4098 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4099 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4100 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4101
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4102 /* Number-Of-Requested-Vectors */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4103 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4104 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4105 1410, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4106 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4107 "Number-Of-Requested-Vectors", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4108 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4109 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4110 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4111 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4112 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4113 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4114
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4115 /* Re-Synchronization-Info */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4116 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4117 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4118 1411, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4119 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4120 "Re-Synchronization-Info", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4121 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4122 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4123 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4124 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4125 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4126 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4127
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4128 /* Immediate-Response-Preferred */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4129 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4130 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4131 1412, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4132 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4133 "Immediate-Response-Preferred", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4134 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4135 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4136 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4137 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4138 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4139 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4140
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4141 /* Authentication-Info */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4142 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4143 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4144 1413, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4145 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4146 "Authentication-Info", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4147 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4148 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4149 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4150 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4151 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4152 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4153
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4154 /* E-UTRAN-Vector */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4155 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4156 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4157 1414, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4158 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4159 "E-UTRAN-Vector", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4160 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4161 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4162 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4163 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4164 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4165 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4166
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4167 /* UTRAN-Vector */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4168 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4169 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4170 1415, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4171 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4172 "UTRAN-Vector", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4173 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4174 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4175 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4176 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4177 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4178 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4179
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4180 /* GERAN-Vector */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4181 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4182 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4183 1416, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4184 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4185 "GERAN-Vector", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4186 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4187 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4188 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4189 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4190 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4191 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4192
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4193 /* Network-Access-Mode */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4194 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4195 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4196 1417, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4197 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4198 "Network-Access-Mode", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4199 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4200 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4201 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4202 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4203 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4204 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Network-Access-Mode)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4205 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4206 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4207 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4208
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4209 /* HPLMN-ODB */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4210 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4211 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4212 1418, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4213 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4214 "HPLMN-ODB", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4215 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4216 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4217 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4218 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4219 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4220 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4221
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4222 /* Item-Number */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4223 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4224 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4225 1419, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4226 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4227 "Item-Number", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4228 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4229 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4230 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4231 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4232 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4233 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4234
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4235 /* Cancellation-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4236 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4237 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4238 1420, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4239 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4240 "Cancellation-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4241 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4242 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4243 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4244 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4245 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4246 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Cancellation-Type)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4247 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4248 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4249 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4250
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4251 /* DSR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4252 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4253 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4254 1421, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4255 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4256 "DSR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4257 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4258 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4259 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4260 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4261 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4262 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4263
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4264 /* DSA-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4265 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4266 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4267 1422, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4268 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4269 "DSA-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4270 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4271 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4272 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4273 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4274 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4275 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4276
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4277 /* Context-Identifier */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4278 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4279 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4280 1423, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4281 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4282 "Context-Identifier", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4283 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4284 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4285 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4286 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4287 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4288 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4289
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4290 /* Subscriber-Status */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4291 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4292 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4293 1424, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4294 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4295 "Subscriber-Status", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4296 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4297 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4298 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4299 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4300 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4301 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Subscriber-Status)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4302 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4303 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4304 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4305
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4306 /* Operator-Determined-Barring */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4307 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4308 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4309 1425, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4310 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4311 "Operator-Determined-Barring", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4312 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4313 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4314 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4315 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4316 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4317 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4318
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4319 /* Access-Restriction-Data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4320 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4321 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4322 1426, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4323 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4324 "Access-Restriction-Data", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4325 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4326 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4327 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4328 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4329 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4330 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4331
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4332 /* APN-OI-Replacement */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4333 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4334 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4335 1427, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4336 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4337 "APN-OI-Replacement", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4338 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4339 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4340 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4341 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4342 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4343 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4344
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4345 /* All-APN-Configurations-Included-Indicator */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4346 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4347 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4348 1428, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4349 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4350 "All-APN-Configurations-Included-Indicator", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4351 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4352 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4353 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4354 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4355 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4356 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/All-APN-Configurations-Included-Indicator)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4357 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4358 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4359 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4360
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4361 /* APN-Configuration-Profile */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4362 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4363 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4364 1429, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4365 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4366 "APN-Configuration-Profile", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4367 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4368 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4369 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4370 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4371 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4372 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4373
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4374 /* APN-Configuration */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4375 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4376 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4377 1430, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4378 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4379 "APN-Configuration", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4380 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4381 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4382 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4383 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4384 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4385 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4386
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4387 /* EPS-Subscribed-QoS-Profile */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4388 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4389 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4390 1431, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4391 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4392 "EPS-Subscribed-QoS-Profile", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4393 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4394 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4395 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4396 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4397 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4398 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4399
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4400 /* VPLMN-Dynamic-Address-Allowed */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4401 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4402 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4403 1432, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4404 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4405 "VPLMN-Dynamic-Address-Allowed", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4406 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4407 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4408 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4409 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4410 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4411 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/VPLMN-Dynamic-Address-Allowed)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4412 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4413 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4414 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4415
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4416 /* STN-SR */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4417 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4418 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4419 1433, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4420 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4421 "STN-SR", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4422 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4423 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4424 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4425 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4426 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4427 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4428
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4429 /* Alert-Reason */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4430 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4431 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4432 1434, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4433 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4434 "Alert-Reason", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4435 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4436 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4437 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4438 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4439 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4440 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Alert-Reason)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4441 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4442 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4443 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4444
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4445 /* AMBR */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4446 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4447 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4448 1435, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4449 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4450 "AMBR", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4451 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4452 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4453 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4454 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4455 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4456 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4457
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4458 /* CSG-Subscription-Data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4459 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4460 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4461 1436, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4462 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4463 "CSG-Subscription-Data", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4464 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4465 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4466 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4467 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4468 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4469 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4470
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4471 /* CSG-Id */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4472 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4473 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4474 1437, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4475 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4476 "CSG-Id", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4477 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4478 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4479 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4480 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4481 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4482 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4483
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4484 /* PDN-GW-Allocation-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4485 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4486 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4487 1438, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4488 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4489 "PDN-GW-Allocation-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4490 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4491 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4492 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4493 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4494 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4495 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PDN-GW-Allocation-Type)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4496 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4497 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4498 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4499
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4500 /* Expiration-Date */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4501 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4502 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4503 1439, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4504 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4505 "Expiration-Date", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4506 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4507 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4508 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4509 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4510 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4511 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4512
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4513 /* RAT-Frequency-Selection-Priority-ID */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4514 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4515 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4516 1440, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4517 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4518 "RAT-Frequency-Selection-Priority-ID", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4519 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4520 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4521 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4522 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4523 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4524 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4525
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4526 /* IDA-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4527 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4528 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4529 1441, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4530 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4531 "IDA-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4532 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4533 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4534 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4535 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4536 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4537 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4538
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4539 /* PUA-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4540 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4541 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4542 1442, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4543 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4544 "PUA-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4545 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4546 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4547 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4548 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4549 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4550 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4551
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4552 /* NOR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4553 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4554 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4555 1443, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4556 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4557 "NOR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4558 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4559 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4560 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4561 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4562 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4563 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4564
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4565 /* User-Id */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4566 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4567 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4568 1444, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4569 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4570 "User-Id", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4571 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4572 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4573 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4574 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4575 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4576 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4577
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4578 /* Equipment-Status */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4579 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4580 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4581 1445, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4582 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4583 "Equipment-Status", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4584 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4585 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4586 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4587 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4588 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4589 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Equipment-Status)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4590 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4591 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4592 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4593
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4594 /* Regional-Subscription-Zone-Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4595 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4596 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4597 1446, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4598 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4599 "Regional-Subscription-Zone-Code", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4600 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4601 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4602 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4603 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4604 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4605 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4606
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4607 /* RAND */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4608 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4609 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4610 1447, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4611 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4612 "RAND", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4613 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4614 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4615 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4616 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4617 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4618 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4619
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4620 /* XRES */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4621 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4622 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4623 1448, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4624 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4625 "XRES", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4626 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4627 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4628 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4629 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4630 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4631 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4632
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4633 /* AUTN */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4634 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4635 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4636 1449, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4637 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4638 "AUTN", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4639 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4640 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4641 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4642 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4643 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4644 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4645
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4646 /* KASME */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4647 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4648 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4649 1450, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4650 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4651 "KASME", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4652 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4653 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4654 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4655 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4656 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4657 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4658
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4659 /* Trace-Collection-Entity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4660 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4661 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4662 1452, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4663 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4664 "Trace-Collection-Entity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4665 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4666 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4667 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4668 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4669 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4670 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4671
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4672 /* Kc */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4673 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4674 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4675 1453, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4676 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4677 "Kc", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4678 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4679 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4680 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4681 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4682 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4683 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4684
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4685 /* SRES */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4686 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4687 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4688 1454, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4689 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4690 "SRES", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4691 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4692 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4693 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4694 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4695 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4696 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4697
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4698 /* PDN-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4699 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4700 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4701 1456, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4702 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4703 "PDN-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4704 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4705 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4706 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4707 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4708 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4709 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PDN-Type)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4710 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4711 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4712 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4713
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4714 /* Roaming-Restricted-Due-To-Unsupported-Feature */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4715 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4716 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4717 1457, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4718 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4719 "Roaming-Restricted-Due-To-Unsupported-Feature", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4720 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4721 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4722 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4723 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4724 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4725 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Roaming-Restricted-Due-To-Unsupported-Feature)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4726 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4727 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4728 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4729
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4730 /* Trace-Data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4731 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4732 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4733 1458, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4734 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4735 "Trace-Data", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4736 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4737 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4738 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4739 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4740 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4741 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4742
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4743 /* Trace-Reference */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4744 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4745 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4746 1459, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4747 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4748 "Trace-Reference", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4749 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4750 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4751 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4752 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4753 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4754 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4755
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4756 /* Trace-Depth */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4757 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4758 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4759 1462, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4760 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4761 "Trace-Depth", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4762 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4763 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4764 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4765 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4766 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4767 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Trace-Depth)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4768 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4769 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4770 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4771
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4772 /* Trace-NE-Type-List */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4773 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4774 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4775 1463, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4776 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4777 "Trace-NE-Type-List", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4778 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4779 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4780 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4781 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4782 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4783 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4784
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4785 /* Trace-Interface-List */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4786 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4787 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4788 1464, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4789 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4790 "Trace-Interface-List", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4791 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4792 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4793 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4794 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4795 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4796 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4797
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4798 /* Trace-Event-List */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4799 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4800 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4801 1465, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4802 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4803 "Trace-Event-List", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4804 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4805 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4806 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4807 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4808 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4809 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4810
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4811 /* OMC-Id */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4812 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4813 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4814 1466, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4815 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4816 "OMC-Id", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4817 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4818 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4819 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4820 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4821 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4822 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4823
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4824 /* GPRS-Subscription-Data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4825 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4826 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4827 1467, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4828 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4829 "GPRS-Subscription-Data", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4830 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4831 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4832 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4833 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4834 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4835 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4836
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4837 /* Complete-Data-List-Included-Indicator */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4838 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4839 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4840 1468, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4841 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4842 "Complete-Data-List-Included-Indicator", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4843 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4844 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4845 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4846 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4847 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4848 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Complete-Data-List-Included-Indicator)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4849 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4850 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4851 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4852
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4853 /* PDP-Context */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4854 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4855 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4856 1469, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4857 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4858 "PDP-Context", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4859 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4860 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4861 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4862 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4863 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4864 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4865
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4866 /* PDP-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4867 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4868 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4869 1470, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4870 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4871 "PDP-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4872 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4873 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4874 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4875 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4876 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4877 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4878
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4879 /* 3GPP2-MEID */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4880 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4881 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4882 1471, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4883 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4884 "3GPP2-MEID", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4885 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4886 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4887 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4888 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4889 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4890 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4891
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4892 /* Specific-APN-Info */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4893 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4894 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4895 1472, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4896 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4897 "Specific-APN-Info", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4898 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4899 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4900 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4901 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4902 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4903 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4904
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4905 /* LCS-Info */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4906 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4907 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4908 1473, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4909 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4910 "LCS-Info", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4911 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4912 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4913 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4914 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4915 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4916 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4917
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4918 /* GMLC-Number */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4919 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4920 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4921 1474, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4922 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4923 "GMLC-Number", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4924 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4925 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4926 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4927 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4928 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4929 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4930
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4931 /* LCS-PrivacyException */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4932 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4933 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4934 1475, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4935 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4936 "LCS-PrivacyException", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4937 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4938 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4939 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4940 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4941 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4942 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4943
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4944 /* SS-Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4945 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4946 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4947 1476, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4948 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4949 "SS-Code", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4950 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4951 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4952 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4953 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4954 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4955 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4956
1428
445e885af934 3GPP SS-Status is OctetString not Grouped
Luke Mewburn <luke@mewburn.net>
parents: 1427
diff changeset
4957 /* 3GPP TS 29.272 V12.5.0 (2014-06) corrected table 7.3.1/1 */
445e885af934 3GPP SS-Status is OctetString not Grouped
Luke Mewburn <luke@mewburn.net>
parents: 1427
diff changeset
4958 /* row SS-Status to be OctetString instead of Grouped. */
445e885af934 3GPP SS-Status is OctetString not Grouped
Luke Mewburn <luke@mewburn.net>
parents: 1427
diff changeset
4959 /* Clause 7.3.88 already described SS-Status as OctetString. */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4960 /* SS-Status */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4961 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4962 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4963 1477, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4964 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4965 "SS-Status", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4966 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4967 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
1428
445e885af934 3GPP SS-Status is OctetString not Grouped
Luke Mewburn <luke@mewburn.net>
parents: 1427
diff changeset
4968 AVP_TYPE_OCTETSTRING /* base type of data */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4969 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4970 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4971 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4972
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4973 /* Notification-To-UE-User */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4974 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4975 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4976 1478, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4977 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4978 "Notification-To-UE-User", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4979 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4980 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4981 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4982 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4983 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4984 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Notification-To-UE-User)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4985 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4986 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4987 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4988
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4989 /* External-Client */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4990 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4991 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4992 1479, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4993 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4994 "External-Client", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4995 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4996 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4997 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4998 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
4999 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5000 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5001
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5002 /* Client-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5003 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5004 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5005 1480, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5006 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5007 "Client-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5008 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5009 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5010 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5011 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5012 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5013 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5014
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5015 /* GMLC-Restriction */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5016 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5017 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5018 1481, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5019 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5020 "GMLC-Restriction", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5021 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5022 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5023 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5024 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5025 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5026 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/GMLC-Restriction)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5027 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5028 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5029 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5030
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5031 /* PLMN-Client */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5032 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5033 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5034 1482, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5035 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5036 "PLMN-Client", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5037 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5038 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5039 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5040 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5041 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5042 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PLMN-Client)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5043 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5044 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5045 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5046
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5047 /* Service-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5048 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5049 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5050 1483, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5051 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5052 "Service-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5053 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5054 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5055 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5056 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5057 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5058 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5059
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5060 /* ServiceTypeIdentity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5061 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5062 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5063 1484, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5064 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5065 "ServiceTypeIdentity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5066 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5067 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5068 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5069 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5070 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5071 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5072
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5073 /* MO-LR */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5074 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5075 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5076 1485, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5077 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5078 "MO-LR", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5079 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5080 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5081 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5082 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5083 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5084 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5085
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5086 /* Teleservice-List */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5087 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5088 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5089 1486, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5090 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5091 "Teleservice-List", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5092 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5093 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5094 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5095 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5096 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5097 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5098
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5099 /* TS-Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5100 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5101 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5102 1487, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5103 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5104 "TS-Code", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5105 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5106 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5107 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5108 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5109 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5110 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5111
1429
40b2df6871ea rename 3GPP Call-Barring-Infor-List to Call-Barring-Info
Luke Mewburn <luke@mewburn.net>
parents: 1428
diff changeset
5112 /* 3GPP TS 29.272 V12.4.0 (2014-03) renamed */
40b2df6871ea rename 3GPP Call-Barring-Infor-List to Call-Barring-Info
Luke Mewburn <luke@mewburn.net>
parents: 1428
diff changeset
5113 /* Call-Barring-Infor-List to Call-Barring-Info. */
40b2df6871ea rename 3GPP Call-Barring-Infor-List to Call-Barring-Info
Luke Mewburn <luke@mewburn.net>
parents: 1428
diff changeset
5114 /* Call-Barring-Info */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5115 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5116 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5117 1488, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5118 10415, /* Vendor */
1429
40b2df6871ea rename 3GPP Call-Barring-Infor-List to Call-Barring-Info
Luke Mewburn <luke@mewburn.net>
parents: 1428
diff changeset
5119 "Call-Barring-Info", /* Name */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5120 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5121 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5122 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5123 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5124 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5125 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5126
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5127 /* SGSN-Number */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5128 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5129 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5130 1489, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5131 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5132 "SGSN-Number", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5133 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5134 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5135 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5136 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5137 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5138 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5139
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5140 /* IDR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5141 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5142 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5143 1490, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5144 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5145 "IDR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5146 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5147 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5148 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5149 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5150 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5151 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5152
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5153 /* ICS-Indicator */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5154 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5155 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5156 1491, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5157 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5158 "ICS-Indicator", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5159 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5160 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5161 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5162 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5163 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5164 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/ICS-Indicator)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5165 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5166 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5167 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5168
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5169 /* IMS-Voice-Over-PS-Sessions-Supported */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5170 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5171 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5172 1492, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5173 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5174 "IMS-Voice-Over-PS-Sessions-Supported", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5175 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5176 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5177 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5178 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5179 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5180 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/IMS-Voice-Over-PS-Sessions-Supported)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5181 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5182 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5183 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5184
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5185 /* Homogeneous-Support-of-IMS-Voice-Over-PS-Sessions */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5186 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5187 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5188 1493, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5189 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5190 "Homogeneous-Support-of-IMS-Voice-Over-PS-Sessions", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5191 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5192 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5193 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5194 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5195 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5196 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Homogeneous-Support-of-IMS-Voice-Over-PS-Sessions)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5197 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5198 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5199 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5200
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5201 /* Last-UE-Activity-Time */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5202 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5203 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5204 1494, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5205 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5206 "Last-UE-Activity-Time", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5207 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5208 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5209 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5210 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5211 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5212 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5213
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5214 /* EPS-User-State */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5215 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5216 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5217 1495, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5218 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5219 "EPS-User-State", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5220 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5221 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5222 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5223 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5224 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5225 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5226
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5227 /* EPS-Location-Information */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5228 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5229 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5230 1496, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5231 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5232 "EPS-Location-Information", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5233 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5234 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5235 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5236 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5237 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5238 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5239
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5240 /* MME-User-State */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5241 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5242 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5243 1497, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5244 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5245 "MME-User-State", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5246 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5247 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5248 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5249 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5250 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5251 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5252
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5253 /* SGSN-User-State */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5254 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5255 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5256 1498, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5257 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5258 "SGSN-User-State", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5259 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5260 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5261 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5262 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5263 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5264 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5265
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5266 /* User-State */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5267 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5268 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5269 1499, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5270 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5271 "User-State", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5272 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5273 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5274 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5275 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5276 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5277 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/User-State)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5278 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5279 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5280 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5281
1430
2af8fe326a8c rename 3GPP MME-LocationInformation to MME-Location-Information
Luke Mewburn <luke@mewburn.net>
parents: 1429
diff changeset
5282 /* 3GPP TS 29.272 table 7.3.1/1 incorrectly has a space */
2af8fe326a8c rename 3GPP MME-LocationInformation to MME-Location-Information
Luke Mewburn <luke@mewburn.net>
parents: 1429
diff changeset
5283 /* instead of hyphen in the row for MME-Location-Information. */
2af8fe326a8c rename 3GPP MME-LocationInformation to MME-Location-Information
Luke Mewburn <luke@mewburn.net>
parents: 1429
diff changeset
5284 /* Generated name renamed from MME-LocationInformation. */
2af8fe326a8c rename 3GPP MME-LocationInformation to MME-Location-Information
Luke Mewburn <luke@mewburn.net>
parents: 1429
diff changeset
5285 /* MME-Location-Information */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5286 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5287 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5288 1600, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5289 10415, /* Vendor */
1430
2af8fe326a8c rename 3GPP MME-LocationInformation to MME-Location-Information
Luke Mewburn <luke@mewburn.net>
parents: 1429
diff changeset
5290 "MME-Location-Information", /* Name */
1427
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5291 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5292 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5293 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5294 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5295 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5296 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5297
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5298 /* SGSN-Location-Information */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5299 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5300 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5301 1601, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5302 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5303 "SGSN-Location-Information", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5304 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5305 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5306 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5307 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5308 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5309 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5310
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5311 /* E-UTRAN-Cell-Global-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5312 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5313 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5314 1602, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5315 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5316 "E-UTRAN-Cell-Global-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5317 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5318 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5319 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5320 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5321 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5322 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5323
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5324 /* Tracking-Area-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5325 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5326 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5327 1603, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5328 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5329 "Tracking-Area-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5330 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5331 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5332 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5333 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5334 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5335 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5336
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5337 /* Cell-Global-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5338 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5339 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5340 1604, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5341 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5342 "Cell-Global-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5343 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5344 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5345 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5346 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5347 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5348 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5349
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5350 /* Routing-Area-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5351 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5352 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5353 1605, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5354 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5355 "Routing-Area-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5356 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5357 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5358 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5359 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5360 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5361 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5362
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5363 /* Location-Area-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5364 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5365 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5366 1606, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5367 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5368 "Location-Area-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5369 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5370 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5371 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5372 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5373 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5374 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5375
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5376 /* Service-Area-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5377 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5378 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5379 1607, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5380 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5381 "Service-Area-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5382 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5383 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5384 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5385 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5386 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5387 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5388
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5389 /* Geographical-Information */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5390 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5391 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5392 1608, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5393 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5394 "Geographical-Information", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5395 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5396 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5397 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5398 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5399 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5400 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5401
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5402 /* Geodetic-Information */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5403 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5404 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5405 1609, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5406 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5407 "Geodetic-Information", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5408 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5409 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5410 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5411 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5412 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5413 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5414
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5415 /* Current-Location-Retrieved */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5416 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5417 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5418 1610, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5419 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5420 "Current-Location-Retrieved", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5421 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5422 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5423 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5424 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5425 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5426 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Current-Location-Retrieved)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5427 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5428 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5429 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5430
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5431 /* Age-Of-Location-Information */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5432 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5433 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5434 1611, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5435 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5436 "Age-Of-Location-Information", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5437 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5438 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5439 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5440 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5441 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5442 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5443
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5444 /* Active-APN */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5445 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5446 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5447 1612, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5448 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5449 "Active-APN", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5450 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5451 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5452 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5453 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5454 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5455 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5456
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5457 /* Error-Diagnostic */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5458 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5459 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5460 1614, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5461 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5462 "Error-Diagnostic", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5463 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5464 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5465 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5466 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5467 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5468 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Error-Diagnostic)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5469 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5470 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5471 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5472
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5473 /* Ext-PDP-Address */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5474 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5475 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5476 1621, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5477 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5478 "Ext-PDP-Address", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5479 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5480 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5481 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5482 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5483 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5484 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5485
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5486 /* UE-SRVCC-Capability */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5487 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5488 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5489 1615, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5490 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5491 "UE-SRVCC-Capability", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5492 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5493 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5494 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5495 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5496 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5497 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/UE-SRVCC-Capability)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5498 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5499 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5500 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5501
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5502 /* MPS-Priority */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5503 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5504 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5505 1616, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5506 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5507 "MPS-Priority", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5508 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5509 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5510 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5511 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5512 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5513 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5514
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5515 /* VPLMN-LIPA-Allowed */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5516 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5517 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5518 1617, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5519 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5520 "VPLMN-LIPA-Allowed", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5521 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5522 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5523 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5524 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5525 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5526 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/VPLMN-LIPA-Allowed)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5527 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5528 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5529 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5530
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5531 /* LIPA-Permission */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5532 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5533 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5534 1618, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5535 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5536 "LIPA-Permission", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5537 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5538 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5539 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5540 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5541 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5542 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/LIPA-Permission)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5543 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5544 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5545 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5546
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5547 /* Subscribed-Periodic-RAU-TAU-Timer */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5548 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5549 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5550 1619, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5551 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5552 "Subscribed-Periodic-RAU-TAU-Timer", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5553 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5554 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5555 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5556 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5557 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5558 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5559
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5560 /* Ext-PDP-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5561 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5562 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5563 1620, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5564 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5565 "Ext-PDP-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5566 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5567 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5568 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5569 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5570 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5571 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5572
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5573 /* SIPTO-Permission */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5574 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5575 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5576 1613, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5577 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5578 "SIPTO-Permission", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5579 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5580 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5581 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5582 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5583 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5584 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SIPTO-Permission)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5585 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5586 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5587 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5588
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5589 /* MDT-Configuration */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5590 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5591 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5592 1622, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5593 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5594 "MDT-Configuration", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5595 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5596 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5597 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5598 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5599 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5600 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5601
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5602 /* Job-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5603 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5604 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5605 1623, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5606 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5607 "Job-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5608 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5609 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5610 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5611 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5612 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5613 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Job-Type)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5614 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5615 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5616 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5617
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5618 /* Area-Scope */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5619 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5620 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5621 1624, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5622 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5623 "Area-Scope", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5624 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5625 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5626 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5627 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5628 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5629 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5630
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5631 /* List-Of-Measurements */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5632 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5633 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5634 1625, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5635 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5636 "List-Of-Measurements", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5637 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5638 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5639 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5640 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5641 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5642 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5643
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5644 /* Reporting-Trigger */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5645 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5646 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5647 1626, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5648 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5649 "Reporting-Trigger", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5650 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5651 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5652 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5653 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5654 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5655 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5656
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5657 /* Report-Interval */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5658 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5659 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5660 1627, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5661 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5662 "Report-Interval", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5663 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5664 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5665 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5666 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5667 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5668 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Report-Interval)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5669 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5670 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5671 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5672
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5673 /* Report-Amount */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5674 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5675 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5676 1628, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5677 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5678 "Report-Amount", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5679 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5680 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5681 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5682 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5683 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5684 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Report-Amount)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5685 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5686 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5687 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5688
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5689 /* Event-Threshold-RSRP */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5690 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5691 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5692 1629, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5693 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5694 "Event-Threshold-RSRP", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5695 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5696 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5697 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5698 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5699 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5700 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5701
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5702 /* Event-Threshold-RSRQ */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5703 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5704 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5705 1630, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5706 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5707 "Event-Threshold-RSRQ", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5708 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5709 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5710 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5711 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5712 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5713 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5714
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5715 /* Logging-Interval */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5716 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5717 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5718 1631, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5719 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5720 "Logging-Interval", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5721 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5722 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5723 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5724 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5725 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5726 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Logging-Interval)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5727 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5728 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5729 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5730
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5731 /* Logging-Duration */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5732 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5733 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5734 1632, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5735 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5736 "Logging-Duration", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5737 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5738 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5739 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5740 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5741 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5742 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Logging-Duration)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5743 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5744 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5745 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5746
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5747 /* Relay-Node-Indicator */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5748 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5749 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5750 1633, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5751 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5752 "Relay-Node-Indicator", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5753 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5754 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5755 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5756 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5757 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5758 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Relay-Node-Indicator)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5759 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5760 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5761 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5762
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5763 /* MDT-User-Consent */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5764 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5765 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5766 1634, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5767 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5768 "MDT-User-Consent", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5769 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5770 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5771 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5772 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5773 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5774 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MDT-User-Consent)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5775 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5776 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5777 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5778
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5779 /* PUR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5780 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5781 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5782 1635, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5783 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5784 "PUR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5785 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5786 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5787 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5788 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5789 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5790 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5791
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5792 /* Subscribed-VSRVCC */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5793 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5794 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5795 1636, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5796 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5797 "Subscribed-VSRVCC", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5798 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5799 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5800 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5801 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5802 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5803 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Subscribed-VSRVCC)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5804 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5805 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5806 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5807
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5808 /* Equivalent-PLMN-List */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5809 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5810 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5811 1637, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5812 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5813 "Equivalent-PLMN-List", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5814 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5815 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5816 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5817 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5818 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5819 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5820
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5821 /* CLR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5822 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5823 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5824 1638, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5825 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5826 "CLR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5827 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5828 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5829 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5830 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5831 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5832 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5833
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5834 /* UVR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5835 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5836 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5837 1639, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5838 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5839 "UVR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5840 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5841 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5842 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5843 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5844 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5845 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5846
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5847 /* UVA-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5848 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5849 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5850 1640, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5851 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5852 "UVA-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5853 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5854 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5855 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5856 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5857 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5858 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5859
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5860 /* VPLMN-CSG-Subscription-Data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5861 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5862 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5863 1641, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5864 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5865 "VPLMN-CSG-Subscription-Data", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5866 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5867 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5868 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5869 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5870 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5871 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5872
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5873 /* Time-Zone */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5874 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5875 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5876 1642, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5877 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5878 "Time-Zone", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5879 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5880 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5881 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5882 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5883 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5884 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5885
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5886 /* A-MSISDN */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5887 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5888 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5889 1643, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5890 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5891 "A-MSISDN", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5892 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5893 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5894 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5895 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5896 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5897 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5898
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5899 /* MME-Number-for-MT-SMS */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5900 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5901 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5902 1645, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5903 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5904 "MME-Number-for-MT-SMS", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5905 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5906 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5907 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5908 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5909 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5910 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5911
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5912 /* SMS-Register-Request */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5913 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5914 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5915 1648, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5916 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5917 "SMS-Register-Request", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5918 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5919 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5920 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5921 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5922 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5923 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SMS-Register-Request)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5924 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5925 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5926 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5927
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5928 /* Local-Time-Zone */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5929 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5930 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5931 1649, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5932 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5933 "Local-Time-Zone", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5934 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5935 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5936 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5937 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5938 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5939 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5940
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5941 /* Daylight-Saving-Time */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5942 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5943 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5944 1650, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5945 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5946 "Daylight-Saving-Time", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5947 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5948 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5949 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5950 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5951 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5952 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Daylight-Saving-Time)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5953 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5954 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5955 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5956
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5957 /* Subscription-Data-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5958 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5959 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5960 1654, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5961 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5962 "Subscription-Data-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5963 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5964 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5965 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5966 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5967 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5968 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5969
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5970 /* Measurement-Period-UMTS */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5971 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5972 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5973 1655, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5974 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5975 "Measurement-Period-UMTS", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5976 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5977 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5978 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5979 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5980 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5981 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Measurement-Period-UMTS)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5982 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5983 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5984 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5985
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5986 /* Measurement-Period-LTE */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5987 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5988 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5989 1656, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5990 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5991 "Measurement-Period-LTE", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5992 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5993 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5994 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5995 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5996 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5997 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Measurement-Period-LTE)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5998 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
5999 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6000 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6001
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6002 /* Collection-Period-RRM-LTE */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6003 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6004 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6005 1657, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6006 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6007 "Collection-Period-RRM-LTE", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6008 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6009 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6010 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6011 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6012 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6013 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Collection-Period-RRM-LTE)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6014 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6015 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6016 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6017
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6018 /* Collection-Period-RRM-UMTS */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6019 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6020 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6021 1658, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6022 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6023 "Collection-Period-RRM-UMTS", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6024 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6025 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6026 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6027 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6028 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6029 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Collection-Period-RRM-UMTS)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6030 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6031 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6032 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6033
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6034 /* Positioning-Method */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6035 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6036 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6037 1659, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6038 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6039 "Positioning-Method", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6040 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6041 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6042 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6043 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6044 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6045 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6046
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6047 /* Measurement-Quantity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6048 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6049 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6050 1660, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6051 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6052 "Measurement-Quantity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6053 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6054 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6055 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6056 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6057 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6058 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6059
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6060 /* Event-Threshold-Event-1F */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6061 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6062 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6063 1661, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6064 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6065 "Event-Threshold-Event-1F", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6066 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6067 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6068 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6069 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6070 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6071 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6072
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6073 /* Event-Threshold-Event-1I */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6074 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6075 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6076 1662, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6077 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6078 "Event-Threshold-Event-1I", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6079 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6080 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6081 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6082 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6083 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6084 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6085
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6086 /* 3GPP 29.329-b50 (11.5.0 2012.12.21) */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6087 /* User-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6088 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6089 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6090 700, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6091 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6092 "User-Identity", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6093 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6094 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6095 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6096 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6097 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6098 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6099
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6100 /* MSISDN */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6101 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6102 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6103 701, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6104 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6105 "MSISDN", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6106 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6107 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6108 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6109 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6110 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6111 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6112
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6113 /* Name conflict with 29.229 User-Data (606), renamed */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6114 /* User-Data-29.329 */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6115 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6116 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6117 702, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6118 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6119 "User-Data-29.329", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6120 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6121 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6122 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6123 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6124 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6125 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6126
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6127 /* Data-Reference */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6128 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6129 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6130 703, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6131 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6132 "Data-Reference", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6133 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6134 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6135 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6136 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6137 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6138 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Data-Reference)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6139 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6140 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6141 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6142
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6143 /* Service-Indication */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6144 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6145 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6146 704, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6147 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6148 "Service-Indication", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6149 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6150 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6151 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6152 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6153 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6154 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6155
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6156 /* Subs-Req-Type */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6157 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6158 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6159 705, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6160 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6161 "Subs-Req-Type", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6162 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6163 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6164 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6165 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6166 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6167 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Subs-Req-Type)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6168 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6169 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6170 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6171
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6172 /* Requested-Domain */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6173 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6174 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6175 706, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6176 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6177 "Requested-Domain", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6178 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6179 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6180 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6181 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6182 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6183 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Requested-Domain)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6184 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6185 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6186 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6187
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6188 /* Current-Location */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6189 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6190 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6191 707, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6192 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6193 "Current-Location", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6194 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6195 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6196 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6197 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6198 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6199 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Current-Location)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6200 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6201 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6202 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6203
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6204 /* Identity-Set */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6205 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6206 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6207 708, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6208 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6209 "Identity-Set", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6210 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6211 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6212 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6213 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6214 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6215 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Identity-Set)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6216 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6217 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6218 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6219
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6220 /* Expiry-Time */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6221 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6222 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6223 709, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6224 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6225 "Expiry-Time", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6226 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6227 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6228 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6229 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6230 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6231 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6232
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6233 /* Send-Data-Indication */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6234 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6235 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6236 710, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6237 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6238 "Send-Data-Indication", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6239 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6240 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6241 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6242 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6243 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6244 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Send-Data-Indication)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6245 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6246 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6247 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6248
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6249 /* in 29.229 */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6250 /* Server-Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6251 /* Supported-Features */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6252 /* Feature-List-ID */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6253 /* Feature-List */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6254 /* Supported-Applications */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6255 /* Public-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6256 /* DSAI-Tag */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6257 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6258 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6259 711, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6260 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6261 "DSAI-Tag", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6262 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6263 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6264 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6265 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6266 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6267 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6268
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6269 /* in 29.229 */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6270 /* Wildcarded-Public-Identity */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6271 /* Wildcarded-IMPU */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6272 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6273 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6274 636, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6275 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6276 "Wildcarded-IMPU", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6277 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6278 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6279 AVP_TYPE_OCTETSTRING /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6280 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6281 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6282 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6283
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6284 /* in 29.229 */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6285 /* Session-Priority */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6286 /* One-Time-Notification */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6287 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6288 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6289 712, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6290 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6291 "One-Time-Notification", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6292 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6293 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6294 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6295 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6296 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6297 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/One-Time-Notification)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6298 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6299 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6300 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6301
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6302 /* Requested-Nodes */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6303 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6304 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6305 713, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6306 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6307 "Requested-Nodes", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6308 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6309 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6310 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6311 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6312 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6313 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6314
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6315 /* Serving-Node-Indication */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6316 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6317 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6318 714, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6319 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6320 "Serving-Node-Indication", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6321 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6322 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6323 AVP_TYPE_INTEGER32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6324 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6325 struct dict_object *type;
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6326 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Serving-Node-Indication)", NULL, NULL, NULL };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6327 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6328 CHECK_dict_new(DICT_AVP, &data, type, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6329 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6330
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6331 /* Repository-Data-ID */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6332 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6333 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6334 715, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6335 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6336 "Repository-Data-ID", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6337 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6338 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6339 AVP_TYPE_GROUPED /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6340 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6341 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6342 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6343
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6344 /* Sequence-Number */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6345 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6346 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6347 716, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6348 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6349 "Sequence-Number", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6350 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6351 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6352 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6353 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6354 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6355 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6356
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6357 /* UDR-Flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6358 {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6359 struct dict_avp_data data = {
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6360 719, /* Code */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6361 10415, /* Vendor */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6362 "UDR-Flags", /* Name */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6363 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6364 AVP_FLAG_VENDOR, /* Fixed flag values */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6365 AVP_TYPE_UNSIGNED32 /* base type of data */
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6366 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6367 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6368 };
122ac4e03b57 dict_dcca_3gpp: reorder AVPs by standard
Luke Mewburn <luke@mewburn.net>
parents: 1426
diff changeset
6369
1431
217575573669 rename 3GPP MBMSGW-Address to MBMS-GW-Address
Luke Mewburn <luke@mewburn.net>
parents: 1430
diff changeset
6370 /* 3GPP 32.299-b80 (11.8.0 2013-07) */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6371 /* AF-Correlation-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6372 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6373 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6374 1276, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6375 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6376 "AF-Correlation-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6377 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6378 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6379 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6380 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6381 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6382 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6383
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6384 /* Access-Network-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6385 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6386 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6387 1263, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6388 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6389 "Access-Network-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6390 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6391 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6392 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6393 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6394 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6395 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6396
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6397 /* Access-Transfer-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6398 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6399 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6400 2709, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6401 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6402 "Access-Transfer-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6403 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6404 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6405 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6406 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6407 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6408 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6409
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6410 /* Access-Transfer-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6411 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6412 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6413 2710, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6414 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6415 "Access-Transfer-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6416 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6417 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6418 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6419 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6420 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6421 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Access-Transfer-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6422 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6423 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6424 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6425
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6426 /* Account-Expiration */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6427 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6428 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6429 2309, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6430 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6431 "Account-Expiration", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6432 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6433 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6434 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6435 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6436 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6437 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6438
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6439 /* Accumulated-Cost */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6440 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6441 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6442 2052, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6443 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6444 "Accumulated-Cost", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6445 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6446 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6447 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6448 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6449 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6450 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6451
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6452 /* Adaptations */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6453 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6454 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6455 1217, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6456 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6457 "Adaptations", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6458 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6459 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6460 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6461 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6462 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6463 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Adaptations)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6464 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6465 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6466 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6467
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6468 /* Additional-Content-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6469 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6470 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6471 1207, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6472 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6473 "Additional-Content-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6474 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6475 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6476 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6477 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6478 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6479 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6480
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6481 /* Additional-Type-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6482 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6483 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6484 1205, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6485 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6486 "Additional-Type-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6487 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6488 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6489 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6490 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6491 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6492 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6493
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6494 /* Address-Data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6495 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6496 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6497 897, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6498 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6499 "Address-Data", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6500 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6501 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6502 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6503 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6504 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6505 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6506
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6507 /* Address-Domain */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6508 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6509 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6510 898, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6511 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6512 "Address-Domain", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6513 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6514 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6515 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6516 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6517 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6518 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6519
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6520 /* Address-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6521 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6522 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6523 899, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6524 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6525 "Address-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6526 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6527 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6528 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6529 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6530 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6531 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Address-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6532 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6533 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6534 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6535
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6536 /* Addressee-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6537 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6538 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6539 1208, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6540 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6541 "Addressee-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6542 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6543 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6544 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6545 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6546 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6547 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Addressee-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6548 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6549 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6550 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6551
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6552 /* Alternate-Charged-Party-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6553 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6554 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6555 1280, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6556 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6557 "Alternate-Charged-Party-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6558 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6559 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6560 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6561 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6562 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6563 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6564
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6565 /* AoC-Cost-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6566 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6567 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6568 2053, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6569 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6570 "AoC-Cost-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6571 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6572 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6573 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6574 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6575 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6576 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6577
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6578 /* AoC-Format */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6579 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6580 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6581 2310, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6582 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6583 "AoC-Format", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6584 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6585 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6586 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6587 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6588 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6589 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/AoC-Format)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6590 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6591 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6592 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6593
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6594 /* AoC-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6595 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6596 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6597 2054, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6598 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6599 "AoC-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6600 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6601 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6602 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6603 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6604 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6605 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6606
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6607 /* AoC-Request-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6608 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6609 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6610 2055, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6611 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6612 "AoC-Request-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6613 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6614 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6615 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6616 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6617 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6618 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/AoC-Request-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6619 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6620 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6621 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6622
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6623 /* AoC-Service */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6624 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6625 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6626 2311, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6627 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6628 "AoC-Service", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6629 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6630 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6631 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6632 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6633 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6634 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6635
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6636 /* AoC-Service-Obligatory-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6637 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6638 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6639 2312, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6640 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6641 "AoC-Service-Obligatory-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6642 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6643 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6644 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6645 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6646 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6647 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/AoC-Service-Obligatory-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6648 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6649 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6650 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6651
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6652 /* AoC-Service-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6653 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6654 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6655 2313, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6656 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6657 "AoC-Service-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6658 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6659 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6660 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6661 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6662 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6663 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/AoC-Service-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6664 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6665 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6666 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6667
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6668 /* AoC-Subscription-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6669 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6670 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6671 2314, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6672 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6673 "AoC-Subscription-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6674 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6675 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6676 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6677 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6678 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6679 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6680
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6681 /* Applic-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6682 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6683 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6684 1218, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6685 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6686 "Applic-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6687 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6688 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6689 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6690 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6691 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6692 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6693
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6694 /* Application-Server */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6695 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6696 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6697 836, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6698 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6699 "Application-Server", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6700 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6701 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6702 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6703 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6704 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6705 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6706
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6707 /* Application-Server-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6708 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6709 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6710 850, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6711 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6712 "Application-Server-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6713 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6714 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6715 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6716 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6717 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6718 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6719
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
6720 /* Application-Provided-Called-Party-Address */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6721 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6722 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6723 837, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6724 10415, /* Vendor */
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
6725 "Application-Provided-Called-Party-Address", /* Name */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6726 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6727 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6728 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6729 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6730 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6731 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6732
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6733 /* Associated-Party-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6734 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6735 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6736 2035, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6737 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6738 "Associated-Party-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6739 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6740 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6741 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6742 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6743 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6744 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6745
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6746 /* Associated-URI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6747 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6748 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6749 856, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6750 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6751 "Associated-URI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6752 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6753 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6754 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6755 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6756 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6757 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6758
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6759 /* Aux-Applic-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6760 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6761 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6762 1219, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6763 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6764 "Aux-Applic-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6765 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6766 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6767 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6768 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6769 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6770 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6771
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6772 /* Base-Time-Interval */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6773 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6774 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6775 1265, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6776 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6777 "Base-Time-Interval", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6778 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6779 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6780 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6781 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6782 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6783 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6784
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6785 /* Bearer-Service */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6786 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6787 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6788 854, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6789 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6790 "Bearer-Service", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6791 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6792 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6793 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6794 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6795 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6796 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6797
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6798 /* CG-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6799 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6800 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6801 846, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6802 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6803 "CG-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6804 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6805 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6806 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6807 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6808 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6809 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6810
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6811 /* CSG-Access-Mode */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6812 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6813 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6814 2317, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6815 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6816 "CSG-Access-Mode", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6817 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6818 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6819 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6820 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6821 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6822 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/CSG-Access-Mode)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6823 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6824 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6825 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6826
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6827 /* CSG-Membership-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6828 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6829 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6830 2318, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6831 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6832 "CSG-Membership-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6833 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6834 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6835 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6836 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6837 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6838 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/CSG-Membership-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6839 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6840 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6841 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6842
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6843 /* CUG-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6844 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6845 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6846 2304, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6847 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6848 "CUG-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6849 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6850 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6851 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6852 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6853 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6854 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6855
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6856 /* Called-Asserted-Identity */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6857 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6858 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6859 1250, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6860 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6861 "Called-Asserted-Identity", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6862 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6863 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6864 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6865 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6866 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6867 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6868
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6869 /* Called-Party-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6870 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6871 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6872 832, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6873 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6874 "Called-Party-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6875 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6876 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6877 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6878 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6879 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6880 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6881
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6882 /* Calling-Party-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6883 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6884 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6885 831, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6886 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6887 "Calling-Party-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6888 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6889 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6890 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6891 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6892 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6893 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6894
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6895 /* Carrier-Select-Routing-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6896 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6897 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6898 2023, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6899 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6900 "Carrier-Select-Routing-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6901 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6902 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6903 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6904 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6905 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6906 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6907
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6908 /* Cause-Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6909 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6910 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6911 861, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6912 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6913 "Cause-Code", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6914 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6915 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6916 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6917 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6918 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6919 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6920
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6921 /* Change-Condition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6922 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6923 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6924 2037, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6925 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6926 "Change-Condition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6927 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6928 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6929 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6930 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6931 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6932 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6933
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6934 /* Change-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6935 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6936 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6937 2038, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6938 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6939 "Change-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6940 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6941 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6942 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6943 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6944 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6945 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6946
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6947 /* Charge-Reason-Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6948 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6949 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6950 2118, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6951 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6952 "Charge-Reason-Code", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6953 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6954 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6955 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6956 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6957 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6958 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Charge-Reason-Code)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6959 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6960 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6961 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6962
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6963 /* Charged-Party */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6964 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6965 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6966 857, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6967 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6968 "Charged-Party", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6969 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6970 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6971 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6972 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6973 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6974 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6975
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6976 /* Charging-Characteristics-Selection-Mode */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6977 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6978 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6979 2066, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6980 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6981 "Charging-Characteristics-Selection-Mode", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6982 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6983 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6984 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6985 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6986 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
6987 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Charging-Characteristics-Selection-Mode)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6988 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6989 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6990 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6991
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6992 /* Class-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6993 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6994 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6995 1214, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6996 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6997 "Class-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6998 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
6999 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7000 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7001 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7002 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7003 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Class-Identifier)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7004 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7005 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7006 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7007
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7008 /* Client-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7009 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7010 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7011 2018, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7012 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7013 "Client-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7014 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7015 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7016 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7017 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7018 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7019 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7020
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7021 /* Content-Class */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7022 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7023 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7024 1220, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7025 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7026 "Content-Class", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7027 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7028 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7029 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7030 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7031 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7032 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Content-Class)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7033 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7034 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7035 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7036
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7037 /* Content-Disposition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7038 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7039 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7040 828, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7041 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7042 "Content-Disposition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7043 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7044 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7045 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7046 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7047 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7048 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7049
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7050 /* Content-Length */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7051 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7052 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7053 827, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7054 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7055 "Content-Length", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7056 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7057 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7058 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7059 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7060 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7061 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7062
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7063 /* Content-Size */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7064 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7065 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7066 1206, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7067 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7068 "Content-Size", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7069 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7070 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7071 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7072 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7073 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7074 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7075
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7076 /* Content-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7077 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7078 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7079 826, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7080 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7081 "Content-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7082 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7083 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7084 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7085 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7086 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7087 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7088
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7089 /* Current-Tariff */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7090 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7091 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7092 2056, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7093 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7094 "Current-Tariff", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7095 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7096 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7097 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7098 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7099 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7100 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7101
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7102 /* DRM-Content */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7103 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7104 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7105 1221, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7106 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7107 "DRM-Content", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7108 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7109 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7110 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7111 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7112 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7113 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/DRM-Content)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7114 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7115 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7116 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7117
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7118 /* Data-Coding-Scheme */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7119 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7120 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7121 2001, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7122 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7123 "Data-Coding-Scheme", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7124 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7125 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7126 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7127 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7128 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7129 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7130
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7131 /* Deferred-Location-Event-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7132 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7133 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7134 1230, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7135 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7136 "Deferred-Location-Event-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7137 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7138 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7139 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7140 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7141 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7142 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7143
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7144 /* Delivery-Report-Requested */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7145 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7146 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7147 1216, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7148 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7149 "Delivery-Report-Requested", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7150 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7151 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7152 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7153 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7154 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7155 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Delivery-Report-Requested)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7156 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7157 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7158 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7159
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7160 /* Destination-Interface */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7161 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7162 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7163 2002, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7164 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7165 "Destination-Interface", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7166 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7167 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7168 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7169 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7170 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7171 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7172
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7173 /* Diagnostics */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7174 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7175 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7176 2039, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7177 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7178 "Diagnostics", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7179 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7180 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7181 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7182 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7183 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7184 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7185
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7186 /* Domain-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7187 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7188 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7189 1200, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7190 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7191 "Domain-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7192 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7193 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7194 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7195 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7196 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7197 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7198
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7199 /* Dynamic-Address-Flag */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7200 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7201 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7202 2051, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7203 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7204 "Dynamic-Address-Flag", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7205 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7206 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7207 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7208 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7209 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7210 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Dynamic-Address-Flag)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7211 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7212 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7213 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7214
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7215 /* Dynamic-Address-Flag-Extension */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7216 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7217 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7218 2068, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7219 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7220 "Dynamic-Address-Flag-Extension", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7221 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7222 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7223 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7224 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7225 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7226 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Dynamic-Address-Flag-Extension)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7227 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7228 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7229 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7230
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7231 /* Early-Media-Description */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7232 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7233 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7234 1272, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7235 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7236 "Early-Media-Description", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7237 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7238 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7239 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7240 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7241 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7242 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7243
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7244 /* Envelope */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7245 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7246 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7247 1266, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7248 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7249 "Envelope", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7250 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7251 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7252 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7253 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7254 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7255 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7256
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7257 /* Envelope-End-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7258 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7259 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7260 1267, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7261 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7262 "Envelope-End-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7263 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7264 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7265 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7266 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7267 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7268 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7269
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7270 /* Envelope-Reporting */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7271 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7272 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7273 1268, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7274 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7275 "Envelope-Reporting", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7276 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7277 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7278 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7279 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7280 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7281 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Envelope-Reporting)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7282 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7283 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7284 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7285
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7286 /* Envelope-Start-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7287 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7288 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7289 1269, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7290 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7291 "Envelope-Start-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7292 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7293 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7294 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7295 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7296 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7297 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7298
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7299 /* Event */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7300 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7301 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7302 825, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7303 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7304 "Event", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7305 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7306 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7307 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7308 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7309 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7310 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7311
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7312 /* Event-Charging-TimeStamp */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7313 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7314 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7315 1258, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7316 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7317 "Event-Charging-TimeStamp", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7318 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7319 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7320 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7321 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7322 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7323 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7324
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7325 /* Event-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7326 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7327 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7328 823, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7329 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7330 "Event-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7331 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7332 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7333 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7334 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7335 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7336 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7337
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7338 /* Expires */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7339 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7340 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7341 888, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7342 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7343 "Expires", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7344 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7345 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7346 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7347 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7348 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7349 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7350
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7351 /* File-Repair-Supported */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7352 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7353 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7354 1224, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7355 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7356 "File-Repair-Supported", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7357 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7358 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7359 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7360 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7361 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7362 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/File-Repair-Supported)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7363 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7364 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7365 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7366
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7367 /* From-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7368 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7369 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7370 2708, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7371 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7372 "From-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7373 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7374 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7375 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7376 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7377 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7378 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7379
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7380 /* GGSN-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7381 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7382 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7383 847, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7384 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7385 "GGSN-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7386 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7387 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7388 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7389 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7390 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7391 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7392
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7393 /* IMS-Application-Reference-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7394 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7395 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7396 2601, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7397 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7398 "IMS-Application-Reference-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7399 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7400 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7401 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7402 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7403 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7404 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7405
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7406 /* IMS-Charging-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7407 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7408 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7409 841, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7410 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7411 "IMS-Charging-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7412 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7413 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7414 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7415 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7416 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7417 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7418
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7419 /* IMS-Communication-Service-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7420 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7421 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7422 1281, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7423 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7424 "IMS-Communication-Service-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7425 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7426 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7427 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7428 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7429 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7430 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7431
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7432 /* IMS-Emergency-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7433 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7434 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7435 2322, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7436 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7437 "IMS-Emergency-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7438 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7439 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7440 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7441 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7442 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7443 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/IMS-Emergency-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7444 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7445 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7446 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7447
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7448 /* IMS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7449 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7450 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7451 876, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7452 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7453 "IMS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7454 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7455 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7456 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7457 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7458 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7459 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7460
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7461 /* IMSI-Unauthenticated-Flag */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7462 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7463 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7464 2308, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7465 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7466 "IMSI-Unauthenticated-Flag", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7467 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7468 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7469 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7470 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7471 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7472 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/IMSI-Unauthenticated-Flag)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7473 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7474 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7475 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7476
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7477 /* IP-Realm-Default-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7478 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7479 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7480 2603, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7481 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7482 "IP-Realm-Default-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7483 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7484 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7485 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7486 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7487 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7488 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/IP-Realm-Default-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7489 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7490 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7491 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7492
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7493 /* Incoming-Trunk-Group-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7494 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7495 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7496 852, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7497 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7498 "Incoming-Trunk-Group-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7499 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7500 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7501 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7502 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7503 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7504 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7505
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7506 /* Incremental-Cost */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7507 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7508 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7509 2062, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7510 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7511 "Incremental-Cost", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7512 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7513 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7514 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7515 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7516 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7517 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7518
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7519 /* Initial-IMS-Charging-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7520 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7521 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7522 2321, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7523 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7524 "Initial-IMS-Charging-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7525 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7526 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7527 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7528 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7529 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7530 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7531
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7532 /* Inter-Operator-Identifier */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7533 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7534 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7535 838, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7536 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7537 "Inter-Operator-Identifier", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7538 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7539 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7540 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7541 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7542 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7543 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7544
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7545 /* Interface-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7546 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7547 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7548 2003, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7549 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7550 "Interface-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7551 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7552 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7553 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7554 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7555 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7556 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7557
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7558 /* Interface-Port */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7559 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7560 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7561 2004, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7562 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7563 "Interface-Port", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7564 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7565 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7566 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7567 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7568 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7569 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7570
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7571 /* Interface-Text */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7572 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7573 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7574 2005, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7575 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7576 "Interface-Text", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7577 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7578 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7579 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7580 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7581 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7582 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7583
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7584 /* Interface-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7585 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7586 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7587 2006, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7588 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7589 "Interface-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7590 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7591 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7592 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7593 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7594 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7595 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Interface-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7596 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7597 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7598 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7599
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7600 /* LCS-APN */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7601 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7602 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7603 1231, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7604 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7605 "LCS-APN", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7606 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7607 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7608 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7609 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7610 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7611 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7612
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7613 /* LCS-Client-Dialed-By-MS */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7614 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7615 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7616 1233, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7617 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7618 "LCS-Client-Dialed-By-MS", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7619 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7620 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7621 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7622 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7623 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7624 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7625
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7626 /* LCS-Client-External-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7627 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7628 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7629 1234, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7630 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7631 "LCS-Client-External-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7632 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7633 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7634 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7635 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7636 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7637 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7638
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7639 /* LCS-Client-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7640 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7641 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7642 1232, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7643 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7644 "LCS-Client-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7645 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7646 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7647 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7648 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7649 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7650 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7651
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7652 /* LCS-Client-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7653 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7654 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7655 1235, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7656 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7657 "LCS-Client-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7658 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7659 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7660 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7661 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7662 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7663 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7664
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7665 /* LCS-Client-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7666 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7667 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7668 1241, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7669 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7670 "LCS-Client-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7671 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7672 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7673 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7674 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7675 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7676 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/LCS-Client-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7677 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7678 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7679 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7680
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7681 /* LCS-Data-Coding-Scheme */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7682 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7683 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7684 1236, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7685 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7686 "LCS-Data-Coding-Scheme", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7687 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7688 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7689 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7690 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7691 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7692 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7693
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7694 /* LCS-Format-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7695 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7696 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7697 1237, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7698 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7699 "LCS-Format-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7700 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7701 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7702 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7703 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7704 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7705 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/LCS-Format-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7706 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7707 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7708 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7709
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7710 /* LCS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7711 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7712 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7713 878, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7714 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7715 "LCS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7716 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7717 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7718 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7719 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7720 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7721 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7722
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7723 /* LCS-Name-String */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7724 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7725 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7726 1238, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7727 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7728 "LCS-Name-String", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7729 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7730 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7731 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7732 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7733 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7734 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7735
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7736 /* LCS-Requestor-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7737 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7738 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7739 1239, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7740 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7741 "LCS-Requestor-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7742 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7743 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7744 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7745 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7746 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7747 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7748
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7749 /* LCS-Requestor-Id-String */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7750 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7751 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7752 1240, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7753 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7754 "LCS-Requestor-Id-String", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7755 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7756 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7757 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7758 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7759 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7760 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7761
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7762 /* Local-GW-Inserted-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7763 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7764 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7765 2604, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7766 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7767 "Local-GW-Inserted-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7768 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7769 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7770 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7771 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7772 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7773 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Local-GW-Inserted-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7774 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7775 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7776 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7777
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7778 /* Local-Sequence-Number */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7779 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7780 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7781 2063, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7782 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7783 "Local-Sequence-Number", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7784 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7785 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7786 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7787 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7788 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7789 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7790
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7791 /* Location-Estimate */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7792 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7793 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7794 1242, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7795 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7796 "Location-Estimate", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7797 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7798 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7799 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7800 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7801 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7802 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7803
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7804 /* Location-Estimate-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7805 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7806 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7807 1243, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7808 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7809 "Location-Estimate-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7810 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7811 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7812 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7813 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7814 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7815 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Location-Estimate-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7816 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7817 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7818 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7819
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7820 /* Location-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7821 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7822 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7823 1244, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7824 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7825 "Location-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7826 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7827 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7828 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7829 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7830 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7831 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7832
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7833 /* Low-Balance-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7834 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7835 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7836 2020, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7837 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7838 "Low-Balance-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7839 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7840 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7841 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7842 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7843 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7844 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Low-Balance-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7845 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7846 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7847 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7848
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7849 /* Low-Priority-Indicator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7850 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7851 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7852 2602, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7853 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7854 "Low-Priority-Indicator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7855 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7856 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7857 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7858 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7859 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7860 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Low-Priority-Indicator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7861 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7862 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7863 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7864
1431
217575573669 rename 3GPP MBMSGW-Address to MBMS-GW-Address
Luke Mewburn <luke@mewburn.net>
parents: 1430
diff changeset
7865 /* 3GPP TS 32.299 V11.8.0 (2013-07) corrected table 7.2 */
217575573669 rename 3GPP MBMSGW-Address to MBMS-GW-Address
Luke Mewburn <luke@mewburn.net>
parents: 1430
diff changeset
7866 /* to have a hyphen instead of space in the name. */
217575573669 rename 3GPP MBMSGW-Address to MBMS-GW-Address
Luke Mewburn <luke@mewburn.net>
parents: 1430
diff changeset
7867 /* Generated name renamed from MBMSGW-Address. */
217575573669 rename 3GPP MBMSGW-Address to MBMS-GW-Address
Luke Mewburn <luke@mewburn.net>
parents: 1430
diff changeset
7868 /* MBMS-GW-Address */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7869 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7870 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7871 2307, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7872 10415, /* Vendor */
1431
217575573669 rename 3GPP MBMSGW-Address to MBMS-GW-Address
Luke Mewburn <luke@mewburn.net>
parents: 1430
diff changeset
7873 "MBMS-GW-Address", /* Name */
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7874 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7875 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7876 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7877 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7878 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7879 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7880
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7881 /* MBMS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7882 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7883 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7884 880, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7885 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7886 "MBMS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7887 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7888 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7889 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7890 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7891 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7892 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7893
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7894 /* MBMS-User-Service-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7895 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7896 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7897 1225, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7898 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7899 "MBMS-User-Service-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7900 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7901 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7902 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7903 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7904 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7905 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MBMS-User-Service-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7906 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7907 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7908 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7909
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7910 /* MM-Content-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7911 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7912 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7913 1203, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7914 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7915 "MM-Content-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7916 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7917 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7918 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7919 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7920 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7921 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7922
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7923 /* MMBox-Storage-Requested */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7924 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7925 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7926 1248, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7927 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7928 "MMBox-Storage-Requested", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7929 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7930 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7931 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7932 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7933 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7934 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/MMBox-Storage-Requested)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7935 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7936 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7937 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7938
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7939 /* MMS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7940 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7941 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7942 877, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7943 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7944 "MMS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7945 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7946 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7947 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7948 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7949 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7950 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7951
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7952 /* MMTel-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7953 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7954 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7955 2030, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7956 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7957 "MMTel-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7958 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7959 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7960 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7961 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7962 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7963 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7964
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7965 /* MMTel-SService-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7966 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7967 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7968 2031, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7969 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7970 "MMTel-SService-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7971 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7972 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7973 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7974 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7975 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7976 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7977
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7978 /* Media-Initiator-Flag */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7979 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7980 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7981 882, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7982 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7983 "Media-Initiator-Flag", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7984 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7985 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7986 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7987 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7988 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
7989 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Media-Initiator-Flag)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7990 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7991 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7992 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7993
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7994 /* Media-Initiator-Party */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7995 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7996 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7997 1288, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7998 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
7999 "Media-Initiator-Party", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8000 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8001 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8002 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8003 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8004 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8005 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8006
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8007 /* Message-Body */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8008 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8009 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8010 889, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8011 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8012 "Message-Body", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8013 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8014 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8015 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8016 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8017 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8018 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8019
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8020 /* Message-Class */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8021 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8022 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8023 1213, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8024 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8025 "Message-Class", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8026 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8027 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8028 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8029 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8030 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8031 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8032
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8033 /* Message-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8034 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8035 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8036 1210, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8037 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8038 "Message-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8039 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8040 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8041 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8042 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8043 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8044 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8045
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8046 /* Message-Size */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8047 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8048 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8049 1212, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8050 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8051 "Message-Size", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8052 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8053 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8054 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8055 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8056 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8057 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8058
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8059 /* Message-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8060 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8061 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8062 1211, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8063 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8064 "Message-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8065 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8066 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8067 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8068 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8069 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8070 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Message-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8071 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8072 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8073 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8074
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8075 /* NNI-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8076 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8077 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8078 2703, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8079 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8080 "NNI-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8081 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8082 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8083 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8084 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8085 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8086 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8087
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8088 /* NNI-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8089 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8090 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8091 2704, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8092 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8093 "NNI-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8094 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8095 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8096 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8097 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8098 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8099 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/NNI-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8100 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8101 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8102 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8103
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8104 /* Neighbour-Node-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8105 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8106 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8107 2705, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8108 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8109 "Neighbour-Node-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8110 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8111 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8112 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8113 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8114 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8115 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8116
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8117 /* Next-Tariff */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8118 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8119 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8120 2057, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8121 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8122 "Next-Tariff", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8123 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8124 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8125 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8126 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8127 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8128 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8129
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8130 /* Node-Functionality */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8131 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8132 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8133 862, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8134 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8135 "Node-Functionality", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8136 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8137 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8138 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8139 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8140 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8141 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Node-Functionality)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8142 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8143 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8144 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8145
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8146 /* Node-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8147 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8148 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8149 2064, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8150 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8151 "Node-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8152 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8153 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8154 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8155 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8156 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8157 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8158
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8159 /* Number-Of-Diversions */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8160 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8161 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8162 2034, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8163 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8164 "Number-Of-Diversions", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8165 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8166 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8167 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8168 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8169 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8170 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8171
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8172 /* Number-Of-Messages-Sent */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8173 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8174 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8175 2019, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8176 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8177 "Number-Of-Messages-Sent", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8178 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8179 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8180 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8181 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8182 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8183 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8184
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8185 /* Number-Of-Participants */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8186 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8187 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8188 885, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8189 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8190 "Number-Of-Participants", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8191 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8192 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8193 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8194 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8195 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8196 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8197
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8198 /* Number-Of-Received-Talk-Bursts */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8199 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8200 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8201 1282, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8202 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8203 "Number-Of-Received-Talk-Bursts", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8204 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8205 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8206 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8207 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8208 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8209 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8210
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8211 /* Number-Of-Talk-Bursts */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8212 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8213 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8214 1283, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8215 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8216 "Number-Of-Talk-Bursts", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8217 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8218 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8219 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8220 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8221 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8222 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8223
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8224 /* Number-Portability-Routing-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8225 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8226 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8227 2024, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8228 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8229 "Number-Portability-Routing-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8230 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8231 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8232 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8233 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8234 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8235 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8236
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8237 /* Offline-Charging */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8238 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8239 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8240 1278, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8241 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8242 "Offline-Charging", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8243 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8244 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8245 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8246 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8247 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8248 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8249
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8250 /* Online-Charging-Flag */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8251 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8252 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8253 2303, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8254 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8255 "Online-Charging-Flag", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8256 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8257 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8258 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8259 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8260 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8261 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Online-Charging-Flag)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8262 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8263 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8264 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8265
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8266 /* Originating-IOI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8267 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8268 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8269 839, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8270 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8271 "Originating-IOI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8272 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8273 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8274 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8275 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8276 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8277 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8278
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8279 /* Originator */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8280 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8281 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8282 864, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8283 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8284 "Originator", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8285 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8286 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8287 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8288 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8289 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8290 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Originator)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8291 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8292 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8293 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8294
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8295 /* Originator-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8296 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8297 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8298 886, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8299 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8300 "Originator-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8301 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8302 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8303 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8304 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8305 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8306 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8307
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8308 /* Originator-Interface */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8309 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8310 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8311 2009, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8312 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8313 "Originator-Interface", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8314 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8315 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8316 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8317 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8318 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8319 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8320
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8321 /* Originator-Received-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8322 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8323 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8324 2027, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8325 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8326 "Originator-Received-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8327 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8328 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8329 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8330 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8331 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8332 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8333
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8334 /* Originator-SCCP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8335 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8336 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8337 2008, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8338 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8339 "Originator-SCCP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8340 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8341 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8342 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8343 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8344 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8345 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8346
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8347 /* Outgoing-Session-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8348 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8349 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8350 2320, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8351 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8352 "Outgoing-Session-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8353 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8354 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8355 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8356 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8357 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8358 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8359
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8360 /* Outgoing-Trunk-Group-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8361 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8362 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8363 853, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8364 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8365 "Outgoing-Trunk-Group-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8366 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8367 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8368 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8369 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8370 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8371 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8372
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8373 /* PDG-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8374 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8375 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8376 895, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8377 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8378 "PDG-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8379 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8380 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8381 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8382 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8383 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8384 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8385
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8386 /* PDG-Charging-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8387 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8388 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8389 896, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8390 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8391 "PDG-Charging-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8392 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8393 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8394 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8395 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8396 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8397 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8398
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8399 /* PDN-Connection-Charging-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8400 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8401 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8402 2050, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8403 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8404 "PDN-Connection-Charging-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8405 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8406 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8407 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8408 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8409 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8410 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8411
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8412 /* PDP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8413 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8414 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8415 1227, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8416 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8417 "PDP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8418 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8419 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8420 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8421 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8422 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8423 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8424
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8425 /* PDP-Address-Prefix-Length */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8426 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8427 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8428 2606, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8429 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8430 "PDP-Address-Prefix-Length", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8431 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8432 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8433 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8434 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8435 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8436 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8437
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8438 /* PDP-Context-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8439 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8440 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8441 1247, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8442 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8443 "PDP-Context-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8444 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8445 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8446 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8447 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8448 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8449 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PDP-Context-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8450 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8451 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8452 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8453
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8454 /* PS-Append-Free-Format-Data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8455 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8456 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8457 867, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8458 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8459 "PS-Append-Free-Format-Data", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8460 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8461 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8462 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8463 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8464 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8465 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PS-Append-Free-Format-Data)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8466 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8467 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8468 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8469
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8470 /* PS-Free-Format-Data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8471 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8472 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8473 866, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8474 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8475 "PS-Free-Format-Data", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8476 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8477 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8478 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8479 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8480 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8481 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8482
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8483 /* PS-Furnish-Charging-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8484 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8485 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8486 865, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8487 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8488 "PS-Furnish-Charging-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8489 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8490 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8491 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8492 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8493 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8494 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8495
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8496 /* PS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8497 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8498 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8499 874, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8500 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8501 "PS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8502 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8503 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8504 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8505 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8506 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8507 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8508
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8509 /* Participant-Access-Priority */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8510 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8511 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8512 1259, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8513 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8514 "Participant-Access-Priority", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8515 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8516 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8517 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8518 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8519 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8520 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Participant-Access-Priority)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8521 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8522 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8523 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8524
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8525 /* Participant-Action-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8526 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8527 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8528 2049, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8529 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8530 "Participant-Action-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8531 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8532 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8533 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8534 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8535 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8536 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Participant-Action-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8537 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8538 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8539 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8540
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8541 /* Participant-Group */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8542 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8543 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8544 1260, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8545 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8546 "Participant-Group", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8547 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8548 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8549 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8550 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8551 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8552 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8553
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8554 /* Participants-Involved */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8555 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8556 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8557 887, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8558 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8559 "Participants-Involved", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8560 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8561 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8562 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8563 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8564 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8565 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8566
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8567 /* PoC-Change-Condition */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8568 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8569 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8570 1261, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8571 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8572 "PoC-Change-Condition", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8573 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8574 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8575 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8576 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8577 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8578 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PoC-Change-Condition)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8579 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8580 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8581 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8582
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8583 /* PoC-Change-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8584 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8585 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8586 1262, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8587 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8588 "PoC-Change-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8589 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8590 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8591 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8592 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8593 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8594 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8595
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8596 /* PoC-Controlling-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8597 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8598 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8599 858, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8600 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8601 "PoC-Controlling-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8602 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8603 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8604 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8605 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8606 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8607 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8608
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8609 /* PoC-Event-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8610 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8611 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8612 2025, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8613 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8614 "PoC-Event-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8615 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8616 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8617 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8618 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8619 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8620 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PoC-Event-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8621 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8622 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8623 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8624
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8625 /* PoC-Group-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8626 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8627 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8628 859, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8629 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8630 "PoC-Group-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8631 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8632 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8633 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8634 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8635 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8636 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8637
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8638 /* PoC-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8639 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8640 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8641 879, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8642 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8643 "PoC-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8644 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8645 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8646 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8647 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8648 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8649 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8650
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8651 /* PoC-Server-Role */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8652 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8653 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8654 883, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8655 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8656 "PoC-Server-Role", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8657 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8658 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8659 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8660 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8661 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8662 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PoC-Server-Role)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8663 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8664 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8665 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8666
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8667 /* PoC-Session-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8668 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8669 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8670 1229, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8671 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8672 "PoC-Session-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8673 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8674 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8675 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8676 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8677 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8678 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8679
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8680 /* PoC-Session-Initiation-type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8681 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8682 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8683 1277, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8684 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8685 "PoC-Session-Initiation-type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8686 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8687 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8688 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8689 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8690 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8691 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PoC-Session-Initiation-type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8692 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8693 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8694 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8695
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8696 /* PoC-Session-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8697 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8698 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8699 884, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8700 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8701 "PoC-Session-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8702 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8703 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8704 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8705 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8706 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8707 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PoC-Session-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8708 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8709 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8710 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8711
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8712 /* PoC-User-Role */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8713 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8714 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8715 1252, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8716 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8717 "PoC-User-Role", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8718 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8719 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8720 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8721 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8722 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8723 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8724
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8725 /* PoC-User-Role-IDs */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8726 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8727 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8728 1253, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8729 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8730 "PoC-User-Role-IDs", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8731 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8732 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8733 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8734 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8735 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8736 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8737
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8738 /* PoC-User-Role-info-Units */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8739 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8740 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8741 1254, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8742 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8743 "PoC-User-Role-info-Units", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8744 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8745 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8746 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8747 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8748 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8749 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/PoC-User-Role-info-Units)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8750 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8751 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8752 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8753
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8754 /* Positioning-Data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8755 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8756 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8757 1245, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8758 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8759 "Positioning-Data", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8760 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8761 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8762 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8763 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8764 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8765 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8766
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8767 /* Preferred-AoC-Currency */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8768 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8769 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8770 2315, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8771 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8772 "Preferred-AoC-Currency", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8773 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8774 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8775 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8776 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8777 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8778 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8779
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8780 /* Priority */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8781 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8782 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8783 1209, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8784 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8785 "Priority", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8786 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8787 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8788 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8789 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8790 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8791 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Priority)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8792 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8793 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8794 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8795
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8796 /* Quota-Consumption-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8797 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8798 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8799 881, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8800 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8801 "Quota-Consumption-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8802 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8803 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8804 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8805 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8806 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8807 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8808
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8809 /* Quota-Holding-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8810 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8811 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8812 871, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8813 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8814 "Quota-Holding-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8815 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8816 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8817 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8818 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8819 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8820 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8821
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8822 /* Rate-Element */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8823 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8824 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8825 2058, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8826 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8827 "Rate-Element", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8828 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8829 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8830 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8831 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8832 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8833 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8834
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8835 /* Read-Reply-Report-Requested */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8836 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8837 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8838 1222, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8839 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8840 "Read-Reply-Report-Requested", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8841 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8842 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8843 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8844 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8845 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8846 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Read-Reply-Report-Requested)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8847 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8848 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8849 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8850
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8851 /* Real-Time-Tariff-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8852 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8853 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8854 2305, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8855 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8856 "Real-Time-Tariff-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8857 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8858 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8859 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8860 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8861 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8862 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8863
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8864 /* Received-Talk-Burst-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8865 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8866 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8867 1284, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8868 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8869 "Received-Talk-Burst-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8870 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8871 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8872 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8873 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8874 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8875 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8876
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8877 /* Received-Talk-Burst-Volume */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8878 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8879 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8880 1285, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8881 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8882 "Received-Talk-Burst-Volume", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8883 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8884 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8885 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8886 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8887 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8888 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8889
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8890 /* Recipient-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8891 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8892 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8893 1201, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8894 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8895 "Recipient-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8896 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8897 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8898 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8899 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8900 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8901 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8902
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8903 /* Recipient-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8904 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8905 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8906 2026, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8907 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8908 "Recipient-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8909 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8910 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8911 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8912 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8913 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8914 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8915
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8916 /* Recipient-Received-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8917 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8918 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8919 2028, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8920 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8921 "Recipient-Received-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8922 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8923 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8924 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8925 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8926 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8927 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8928
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8929 /* Recipient-SCCP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8930 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8931 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8932 2010, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8933 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8934 "Recipient-SCCP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8935 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8936 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8937 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8938 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8939 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8940 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8941
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8942 /* Refund-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8943 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8944 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8945 2022, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8946 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8947 "Refund-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8948 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8949 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8950 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8951 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8952 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8953 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8955 /* Relationship-Mode */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8956 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8957 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8958 2706, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8959 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8960 "Relationship-Mode", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8961 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8962 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8963 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8964 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8965 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
8966 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Relationship-Mode)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8967 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8968 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8969 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8970
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8971 /* Remaining-Balance */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8972 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8973 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8974 2021, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8975 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8976 "Remaining-Balance", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8977 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8978 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8979 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8980 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8981 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8982 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8983
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8984 /* Reply-Applic-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8985 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8986 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8987 1223, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8988 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8989 "Reply-Applic-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8990 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8991 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8992 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8993 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8994 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8995 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8996
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8997 /* Reply-Path-Requested */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8998 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
8999 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9000 2011, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9001 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9002 "Reply-Path-Requested", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9003 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9004 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9005 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9006 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9007 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9008 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Reply-Path-Requested)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9009 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9010 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9011 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9012
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9013 /* Reporting-Reason */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9014 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9015 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9016 872, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9017 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9018 "Reporting-Reason", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9019 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9020 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9021 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9022 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9023 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9024 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Reporting-Reason)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9025 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9026 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9027 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9028
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9029 /* Requested-Party-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9030 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9031 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9032 1251, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9033 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9034 "Requested-Party-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9035 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9036 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9037 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9038 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9039 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9040 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9041
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9042 /* Role-Of-Node */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9043 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9044 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9045 829, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9046 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9047 "Role-Of-Node", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9048 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9049 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9050 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9051 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9052 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9053 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Role-Of-Node)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9054 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9055 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9056 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9057
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9058 /* SDP-Answer-Timestamp */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9059 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9060 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9061 1275, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9062 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9063 "SDP-Answer-Timestamp", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9064 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9065 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9066 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9067 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9068 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9069 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9070
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9071 /* SDP-Media-Component */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9072 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9073 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9074 843, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9075 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9076 "SDP-Media-Component", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9077 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9078 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9079 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9080 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9081 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9082 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9083
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9084 /* SDP-Media-Description */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9085 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9086 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9087 845, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9088 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9089 "SDP-Media-Description", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9090 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9091 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9092 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9093 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9094 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9095 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9096
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9097 /* SDP-Media-Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9098 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9099 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9100 844, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9101 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9102 "SDP-Media-Name", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9103 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9104 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9105 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9106 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9107 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9108 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9109
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9110 /* SDP-Offer-Timestamp */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9111 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9112 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9113 1274, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9114 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9115 "SDP-Offer-Timestamp", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9116 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9117 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9118 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9119 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9120 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9121 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9122
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9123 /* SDP-Session-Description */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9124 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9125 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9126 842, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9127 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9128 "SDP-Session-Description", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9129 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9130 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9131 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9132 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9133 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9134 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9135
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9136 /* SDP-TimeStamps */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9137 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9138 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9139 1273, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9140 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9141 "SDP-TimeStamps", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9142 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9143 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9144 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9145 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9146 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9147 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9148
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9149 /* SDP-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9150 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9151 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9152 2036, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9153 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9154 "SDP-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9155 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9156 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9157 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9158 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9159 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9160 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SDP-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9161 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9162 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9163 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9164
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9165 /* SGSN-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9166 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9167 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9168 1228, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9169 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9170 "SGSN-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9171 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9172 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9173 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9174 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9175 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9176 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9177
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9178 /* SGW-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9179 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9180 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9181 2067, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9182 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9183 "SGW-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9184 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9185 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9186 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9187 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9188 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9189 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9190
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9191 /* SGW-Change */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9192 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9193 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9194 2065, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9195 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9196 "SGW-Change", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9197 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9198 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9199 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9200 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9201 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9202 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SGW-Change)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9203 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9204 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9205 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9206
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9207 /* SIP-Method */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9208 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9209 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9210 824, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9211 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9212 "SIP-Method", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9213 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9214 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9215 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9216 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9217 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9218 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9219
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9220 /* SIP-Request-Timestamp */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9221 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9222 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9223 834, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9224 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9225 "SIP-Request-Timestamp", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9226 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9227 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9228 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9229 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9230 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9231 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9232
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9233 /* SIP-Request-Timestamp-Fraction */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9234 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9235 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9236 2301, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9237 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9238 "SIP-Request-Timestamp-Fraction", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9239 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9240 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9241 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9242 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9243 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9244 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9245
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9246 /* SIP-Response-Timestamp */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9247 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9248 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9249 835, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9250 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9251 "SIP-Response-Timestamp", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9252 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9253 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9254 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9255 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9256 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9257 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9258
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9259 /* SIP-Response-Timestamp-Fraction */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9260 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9261 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9262 2302, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9263 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9264 "SIP-Response-Timestamp-Fraction", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9265 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9266 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9267 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9268 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9269 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9270 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9271
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9272 /* SM-Discharge-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9273 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9274 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9275 2012, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9276 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9277 "SM-Discharge-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9278 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9279 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9280 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9281 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9282 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9283 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9284
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9285 /* SM-Message-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9286 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9287 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9288 2007, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9289 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9290 "SM-Message-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9291 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9292 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9293 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9294 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9295 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9296 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SM-Message-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9297 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9298 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9299 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9300
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9301 /* SM-Protocol-ID */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9302 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9303 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9304 2013, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9305 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9306 "SM-Protocol-ID", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9307 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9308 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9309 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9310 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9311 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9312 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9313
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9314 /* SM-Service-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9315 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9316 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9317 2029, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9318 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9319 "SM-Service-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9320 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9321 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9322 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9323 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9324 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9325 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SM-Service-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9326 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9327 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9328 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9329
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9330 /* SM-Status */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9331 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9332 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9333 2014, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9334 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9335 "SM-Status", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9336 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9337 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9338 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9339 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9340 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9341 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9342
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9343 /* SM-User-Data-Header */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9344 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9345 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9346 2015, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9347 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9348 "SM-User-Data-Header", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9349 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9350 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9351 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9352 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9353 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9354 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9355
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9356 /* SMS-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9357 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9358 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9359 2000, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9360 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9361 "SMS-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9362 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9363 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9364 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9365 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9366 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9367 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9368
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9369 /* SMS-Node */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9370 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9371 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9372 2016, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9373 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9374 "SMS-Node", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9375 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9376 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9377 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9378 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9379 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9380 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/SMS-Node)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9381 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9382 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9383 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9384
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9385 /* SMSC-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9386 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9387 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9388 2017, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9389 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9390 "SMSC-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9391 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9392 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9393 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9394 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9395 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9396 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9397
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9398 /* Scale-Factor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9399 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9400 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9401 2059, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9402 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9403 "Scale-Factor", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9404 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9405 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9406 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9407 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9408 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9409 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9410
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9411 /* Served-Party-IP-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9412 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9413 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9414 848, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9415 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9416 "Served-Party-IP-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9417 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9418 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9419 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9420 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9421 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9422 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9423
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9424 /* Service-Data-Container */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9425 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9426 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9427 2040, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9428 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9429 "Service-Data-Container", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9430 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9431 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9432 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9433 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9434 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9435 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9436
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9437 /* Service-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9438 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9439 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9440 855, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9441 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9442 "Service-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9443 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9444 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9445 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9446 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9447 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9448 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9449
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9450 /* Service-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9451 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9452 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9453 873, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9454 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9455 "Service-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9456 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9457 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9458 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9459 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9460 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9461 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9462
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9463 /* Service-Mode */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9464 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9465 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9466 2032, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9467 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9468 "Service-Mode", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9469 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9470 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9471 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9472 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9473 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9474 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9475
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9476 /* Service-Specific-Data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9477 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9478 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9479 863, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9480 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9481 "Service-Specific-Data", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9482 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9483 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9484 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9485 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9486 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9487 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9488
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9489 /* Service-Specific-Info */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9490 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9491 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9492 1249, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9493 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9494 "Service-Specific-Info", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9495 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9496 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9497 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9498 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9499 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9500 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9501
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9502 /* Service-Specific-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9503 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9504 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9505 1257, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9506 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9507 "Service-Specific-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9508 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9509 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9510 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9511 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9512 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9513 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9514
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9515 /* Serving-Node-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9516 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9517 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9518 2047, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9519 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9520 "Serving-Node-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9521 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9522 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9523 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9524 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9525 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9526 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Serving-Node-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9527 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9528 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9529 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9530
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9531 /* Session-Direction */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9532 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9533 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9534 2707, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9535 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9536 "Session-Direction", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9537 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9538 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9539 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9540 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9541 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9542 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Session-Direction)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9543 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9544 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9545 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9546
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9547 /* Start-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9548 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9549 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9550 2041, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9551 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9552 "Start-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9553 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9554 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9555 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9556 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9557 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9558 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9559
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9560 /* Status */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9561 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9562 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9563 2702, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9564 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9565 "Status", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9566 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9567 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9568 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9569 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9570 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9571 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Status)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9572 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9573 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9574 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9575
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9576 /* Stop-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9577 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9578 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9579 2042, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9580 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9581 "Stop-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9582 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9583 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9584 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9585 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9586 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9587 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9588
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9589 /* Submission-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9590 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9591 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9592 1202, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9593 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9594 "Submission-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9595 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9596 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9597 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9598 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9599 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9600 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9601
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9602 /* Subscriber-Role */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9603 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9604 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9605 2033, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9606 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9607 "Subscriber-Role", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9608 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9609 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9610 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9611 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9612 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9613 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Subscriber-Role)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9614 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9615 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9616 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9617
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9618 /* Supplementary-Service */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9619 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9620 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9621 2048, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9622 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9623 "Supplementary-Service", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9624 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9625 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9626 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9627 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9628 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9629 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9630
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9631 /* Talk-Burst-Exchange */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9632 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9633 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9634 1255, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9635 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9636 "Talk-Burst-Exchange", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9637 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9638 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9639 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9640 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9641 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9642 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9643
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9644 /* Talk-Burst-Time */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9645 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9646 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9647 1286, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9648 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9649 "Talk-Burst-Time", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9650 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9651 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9652 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9653 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9654 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9655 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9656
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9657 /* Talk-Burst-Volume */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9658 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9659 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9660 1287, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9661 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9662 "Talk-Burst-Volume", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9663 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9664 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9665 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9666 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9667 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9668 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9669
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9670 /* Tariff-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9671 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9672 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9673 2060, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9674 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9675 "Tariff-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9676 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9677 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9678 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9679 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9680 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9681 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9682
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9683 /* Tariff-XML */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9684 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9685 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9686 2306, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9687 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9688 "Tariff-XML", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9689 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9690 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9691 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9692 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9693 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9694 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9695
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9696 /* Terminating-IOI */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9697 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9698 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9699 840, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9700 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9701 "Terminating-IOI", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9702 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9703 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9704 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9705 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9706 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9707 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9708
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9709 /* Time-First-Usage */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9710 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9711 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9712 2043, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9713 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9714 "Time-First-Usage", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9715 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9716 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9717 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9718 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9719 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9720 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9721
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9722 /* Time-Last-Usage */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9723 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9724 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9725 2044, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9726 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9727 "Time-Last-Usage", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9728 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9729 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9730 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9731 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9732 CHECK_dict_new(DICT_AVP, &data, Time_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9733 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9734
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9735 /* Time-Quota-Mechanism */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9736 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9737 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9738 1270, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9739 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9740 "Time-Quota-Mechanism", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9741 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9742 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9743 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9744 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9745 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9746 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9747
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9748 /* Time-Quota-Threshold */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9749 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9750 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9751 868, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9752 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9753 "Time-Quota-Threshold", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9754 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9755 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9756 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9757 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9758 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9759 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9760
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9761 /* Time-Quota-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9762 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9763 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9764 1271, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9765 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9766 "Time-Quota-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9767 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9768 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9769 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9770 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9771 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9772 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Time-Quota-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9773 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9774 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9775 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9776
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9777 /* Time-Stamps */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9778 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9779 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9780 833, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9781 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9782 "Time-Stamps", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9783 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9784 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9785 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9786 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9787 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9788 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9789
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9790 /* Time-Usage */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9791 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9792 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9793 2045, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9794 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9795 "Time-Usage", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9796 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9797 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9798 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9799 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9800 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9801 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9802
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9803 /* Token-Text */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9804 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9805 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9806 1215, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9807 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9808 "Token-Text", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9809 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9810 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9811 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9812 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9813 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9814 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9815
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9816 /* Traffic-Data-Volumes */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9817 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9818 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9819 2046, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9820 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9821 "Traffic-Data-Volumes", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9822 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9823 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9824 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9825 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9826 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9827 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9828
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9829 /* Transcoder-Inserted-Indication */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9830 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9831 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9832 2605, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9833 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9834 "Transcoder-Inserted-Indication", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9835 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9836 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9837 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9838 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9839 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9840 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Transcoder-Inserted-Indication)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9841 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9842 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9843 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9844
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9845 /* Transit-IOI-List */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9846 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9847 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9848 2701, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9849 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9850 "Transit-IOI-List", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9851 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9852 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9853 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9854 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9855 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9856 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9857
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9858 /* Trigger */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9859 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9860 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9861 1264, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9862 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9863 "Trigger", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9864 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9865 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9866 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9867 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9868 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9869 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9870
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9871 /* Trigger-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9872 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9873 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9874 870, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9875 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9876 "Trigger-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9877 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9878 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9879 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9880 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9881 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9882 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Trigger-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9883 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9884 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9885 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9886
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9887 /* Trunk-Group-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9888 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9889 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9890 851, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9891 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9892 "Trunk-Group-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9893 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9894 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9895 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9896 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9897 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9898 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9899
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9900 /* Type-Number */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9901 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9902 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9903 1204, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9904 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9905 "Type-Number", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9906 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9907 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9908 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9909 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9910 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9911 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Type-Number)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9912 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9913 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9914 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9915
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9916 /* Unit-Cost */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9917 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9918 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9919 2061, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9920 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9921 "Unit-Cost", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9922 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9923 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9924 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9925 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9926 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9927 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9928
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9929 /* Unit-Quota-Threshold */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9930 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9931 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9932 1226, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9933 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9934 "Unit-Quota-Threshold", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9935 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9936 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9937 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9938 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9939 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9940 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9941
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9942 /* User-CSG-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9943 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9944 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9945 2319, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9946 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9947 "User-CSG-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9948 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9949 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9950 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9951 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9952 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9953 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9955 /* User-Participating-Type */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9956 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9957 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9958 1279, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9959 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9960 "User-Participating-Type", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9961 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9962 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9963 AVP_TYPE_INTEGER32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9964 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9965 struct dict_object *type;
1324
729e5074839f Consistently start names of Enumerated types with 'Enumerated'.
Thomas Klausner <tk@giga.or.at>
parents: 1262
diff changeset
9966 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/User-Participating-Type)", NULL, NULL, NULL };
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9967 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9968 CHECK_dict_new(DICT_AVP, &data, type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9969 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9970
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9971 /* User-Session-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9972 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9973 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9974 830, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9975 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9976 "User-Session-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9977 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9978 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9979 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9980 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9981 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9982 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9983
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9984 /* Volume-Quota-Threshold */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9985 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9986 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9987 869, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9988 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9989 "Volume-Quota-Threshold", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9990 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9991 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9992 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9993 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9994 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9995 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9996
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9997 /* WAG-Address */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9998 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
9999 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10000 890, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10001 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10002 "WAG-Address", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10003 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10004 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10005 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10006 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10007 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10008 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10009
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10010 /* WAG-PLMN-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10011 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10012 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10013 891, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10014 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10015 "WAG-PLMN-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10016 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10017 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10018 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10019 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10020 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10021 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10022
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10023 /* WLAN-Information */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10024 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10025 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10026 875, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10027 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10028 "WLAN-Information", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10029 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10030 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10031 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10032 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10033 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10034 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10035
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10036 /* WLAN-Radio-Container */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10037 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10038 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10039 892, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10040 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10041 "WLAN-Radio-Container", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10042 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10043 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10044 AVP_TYPE_GROUPED /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10045 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10046 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10047 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10048
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10049 /* WLAN-Session-Id */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10050 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10051 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10052 1246, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10053 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10054 "WLAN-Session-Id", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10055 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10056 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10057 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10058 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10059 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10060 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10061
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10062 /* WLAN-Technology */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10063 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10064 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10065 893, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10066 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10067 "WLAN-Technology", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10068 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10069 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10070 AVP_TYPE_UNSIGNED32 /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10071 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10072 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10073 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10074
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10075 /* WLAN-UE-Local-IPAddress */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10076 {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10077 struct dict_avp_data data = {
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10078 894, /* Code */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10079 10415, /* Vendor */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10080 "WLAN-UE-Local-IPAddress", /* Name */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10081 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10082 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10083 AVP_TYPE_OCTETSTRING /* base type of data */
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10084 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10085 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10086 };
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10087
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10088 /* OMA DDS Charging_Data V1.0 20110201-A */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10089 /* Application-Server-Id */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10090 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10091 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10092 2101, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10093 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10094 "Application-Server-Id", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10095 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10096 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10097 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10098 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10099 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10100 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10101
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10102 /* Application-Service-Type */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10103 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10104 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10105 2102, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10106 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10107 "Application-Service-Type", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10108 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10109 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10110 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10111 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10112 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10113 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10114
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10115 /* Application-Session-Id */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10116 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10117 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10118 2103, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10119 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10120 "Application-Session-Id", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10121 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10122 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10123 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10124 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10125 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10126 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10127
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10128 /* Content-ID */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10129 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10130 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10131 2116, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10132 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10133 "Content-ID", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10134 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10135 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10136 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10137 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10138 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10139 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10140
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10141 /* Content-provider-ID */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10142 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10143 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10144 2117, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10145 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10146 "Content-provider-ID", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10147 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10148 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10149 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10150 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10151 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10152 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10153
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10154 /* DCD-Information */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10155 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10156 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10157 2115, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10158 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10159 "DCD-Information", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10160 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10161 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10162 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10163 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10164 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10165 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10166
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10167 /* Delivery-Status */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10168 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10169 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10170 2104, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10171 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10172 "Delivery-Status", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10173 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10174 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10175 AVP_TYPE_OCTETSTRING /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10176 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10177 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10178 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10179
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10180 /* IM-Information */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10181 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10182 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10183 2110, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10184 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10185 "IM-Information", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10186 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10187 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10188 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10189 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10190 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10191 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10192
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10193 /* Number-Of-Messages-Successfully-Exploded */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10194 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10195 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10196 2111, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10197 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10198 "Number-Of-Messages-Successfully-Exploded", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10199 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10200 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10201 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10202 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10203 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10204 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10205
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10206 /* Number-Of-Messages-Successfully-Sent */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10207 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10208 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10209 2112, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10210 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10211 "Number-Of-Messages-Successfully-Sent", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10212 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10213 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10214 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10215 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10216 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10217 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10218
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10219 /* Service-Generic-Information */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10220 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10221 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10222 1256, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10223 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10224 "Service-Generic-Information", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10225 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10226 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10227 AVP_TYPE_GROUPED /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10228 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10229 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10230 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10231
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10232 /* Total-Number-Of-Messages-Exploded */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10233 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10234 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10235 2113, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10236 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10237 "Total-Number-Of-Messages-Exploded", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10238 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10239 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10240 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10241 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10242 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10243 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10244
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10245 /* Total-Number-Of-Messages-Sent */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10246 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10247 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10248 2114, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10249 10415, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10250 "Total-Number-Of-Messages-Sent", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10251 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10252 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10253 AVP_TYPE_UNSIGNED32 /* base type of data */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10254 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10255 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10256 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10257
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10258 /*****************************************************/
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10259 /* end of generated data, rules below added manually */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10260 /*****************************************************/
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10261
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10262 /* 3GPP2-BSID */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10263 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10264 struct dict_avp_data data = {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10265 9010, /* Code */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10266 5535, /* Vendor */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10267 "3GPP2-BSID", /* Name */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10268 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10269 AVP_FLAG_VENDOR, /* Fixed flag values */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10270 AVP_TYPE_OCTETSTRING /* base type of data */ /* XXX: guessed */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10271 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10272 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10273 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10274
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10275 /* 29.212 */
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10276
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10277 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10278 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10279 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10280 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10281 vpa.avp_name = "Allocation-Retention-Priority";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10282 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10283 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10284 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10285 { { .avp_vendor = 10415, .avp_name = "Priority-Level" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10286 { { .avp_vendor = 10415, .avp_name = "Pre-emption-Capability" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10287 { { .avp_vendor = 10415, .avp_name = "Pre-emption-Vulnerability" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10288 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10289 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10290 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10291
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10292 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10293 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10294 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10295 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10296 vpa.avp_name = "QoS-Information";
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10297 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10298 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10299 {
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10300 { { .avp_vendor = 10415, .avp_name = "QoS-Class-Identifier" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10301 { { .avp_vendor = 10415, .avp_name = "Max-Requested-Bandwidth-UL" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10302 { { .avp_vendor = 10415, .avp_name = "Max-Requested-Bandwidth-DL" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10303 { { .avp_vendor = 10415, .avp_name = "Guaranteed-Bitrate-UL" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10304 { { .avp_vendor = 10415, .avp_name = "Guaranteed-Bitrate-DL" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10305 { { .avp_vendor = 10415, .avp_name = "Bearer-Identifier" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10306 { { .avp_vendor = 10415, .avp_name = "Allocation-Retention-Priority" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10307 { { .avp_vendor = 10415, .avp_name = "APN-Aggregate-Max-Bitrate-UL" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10308 { { .avp_vendor = 10415, .avp_name = "APN-Aggregate-Max-Bitrate-DL" }, RULE_OPTIONAL, -1, 1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10309 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10310 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10311 }
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10312
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10313 /* 32.299 */
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10314
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10315 {
1146
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10316 /* additional allowed AVPs */
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10317 struct dict_object *ccr;
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10318 CHECK_dict_search(DICT_COMMAND, CMD_BY_NAME, "Credit-Control-Request", &ccr);
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10319 struct local_rules_definition rules[] =
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10320 {
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10321 { { .avp_vendor = 10415, .avp_name = "AoC-Request-Type"}, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10322 { { .avp_vendor = 10415, .avp_name = "Service-Information"}, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10323 };
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10324 PARSE_loc_rules(rules, ccr);
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10325 }
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10326
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10327 {
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10328 /* additional allowed AVPs */
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10329 struct dict_object *ccr;
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10330 CHECK_dict_search(DICT_COMMAND, CMD_BY_NAME, "Credit-Control-Answer", &ccr);
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10331 struct local_rules_definition rules[] =
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10332 {
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10333 { { .avp_vendor = 10415, .avp_name = "Low-Balance-Indication"}, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10334 { { .avp_vendor = 10415, .avp_name = "Remaining-Balance"}, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10335 { { .avp_vendor = 10415, .avp_name = "Service-Information"}, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10336 };
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10337 PARSE_loc_rules(rules, ccr);
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10338 }
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10339
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10340 {
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10341 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10342 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10343 vpa.avp_vendor = 10415;
1262
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10344 vpa.avp_name = "Address-Domain";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10345 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10346 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10347 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10348 { { .avp_vendor = 10415, .avp_name = "Domain-Name" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10349 { { .avp_vendor = 10415, .avp_name = "3GPP-IMSI-MCC-MNC" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10350 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10351 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10352 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10353
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10354 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10355 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10356 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10357 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10358 vpa.avp_name = "Application-Server-Information";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10359 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10360 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10361 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10362 { { .avp_vendor = 10415, .avp_name = "Application-Server" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10363 { { .avp_vendor = 10415, .avp_name = "Application-Provided-Called-Party-Address" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10364 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10365 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10366 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10367
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10368 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10369 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10370 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10371 vpa.avp_vendor = 10415;
1262
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10372 vpa.avp_name = "Destination-Interface";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10373 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10374 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10375 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10376 { { .avp_vendor = 10415, .avp_name = "Interface-Id" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10377 { { .avp_vendor = 10415, .avp_name = "Interface-Text" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10378 { { .avp_vendor = 10415, .avp_name = "Interface-Port" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10379 { { .avp_vendor = 10415, .avp_name = "Interface-Type" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10380 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10381 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10382 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10383
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10384 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10385 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10386 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10387 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10388 vpa.avp_name = "Envelope";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10389 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10390 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10391 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10392 { { .avp_vendor = 10415, .avp_name = "Envelope-Start-Time" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10393 { { .avp_vendor = 10415, .avp_name = "Envelope-End-Time" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10394 { { .avp_vendor = 0, .avp_name = "CC-Total-Octets" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10395 { { .avp_vendor = 0, .avp_name = "CC-Input-Octets" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10396 { { .avp_vendor = 0, .avp_name = "CC-Output-Octets" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10397 { { .avp_vendor = 0, .avp_name = "CC-Service-Specific-Units" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10398 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10399 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10400 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10401
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10402 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10403 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10404 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10405 vpa.avp_vendor = 10415;
1146
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10406 vpa.avp_name = "Event-Type";
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10407 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10408 struct local_rules_definition rules[] =
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10409 {
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10410 { { .avp_vendor = 10415, .avp_name = "SIP-Method" }, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10411 { { .avp_vendor = 10415, .avp_name = "Event" }, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10412 { { .avp_vendor = 10415, .avp_name = "Expires" }, RULE_OPTIONAL, -1, 1 },
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10413 };
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10414 PARSE_loc_rules(rules, rule_avp);
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10415 }
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10416
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10417 {
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10418 struct dict_object *rule_avp;
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10419 struct dict_avp_request vpa;
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10420 vpa.avp_vendor = 10415;
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10421 vpa.avp_name = "IMS-Information";
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10422 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10423 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10424 {
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10425 { { .avp_vendor = 10415, .avp_name = "Event-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10426 { { .avp_vendor = 10415, .avp_name = "Role-Of-Node" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10427 { { .avp_vendor = 10415, .avp_name = "Node-Functionality" }, RULE_REQUIRED, -1, 1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10428 { { .avp_vendor = 10415, .avp_name = "User-Session-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10429 { { .avp_vendor = 10415, .avp_name = "Outgoing-Session-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10430 { { .avp_vendor = 10415, .avp_name = "Session-Priority" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10431 { { .avp_vendor = 10415, .avp_name = "Calling-Party-Address" }, RULE_OPTIONAL, -1, -1 },
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10432 { { .avp_vendor = 10415, .avp_name = "Called-Party-Address" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10433 { { .avp_vendor = 10415, .avp_name = "Called-Asserted-Identity" }, RULE_OPTIONAL, -1, -1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10434 { { .avp_vendor = 10415, .avp_name = "Number-Portability-Routing-Information" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10435 { { .avp_vendor = 10415, .avp_name = "Carrier-Select-Routing-Information" }, RULE_OPTIONAL, -1, 1 },
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10436 { { .avp_vendor = 10415, .avp_name = "Alternate-Charged-Party-Address" }, RULE_OPTIONAL, -1, 1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10437 { { .avp_vendor = 10415, .avp_name = "Requested-Party-Address" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10438 { { .avp_vendor = 10415, .avp_name = "Associated-URI" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10439 { { .avp_vendor = 10415, .avp_name = "Time-Stamps" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10440 { { .avp_vendor = 10415, .avp_name = "Application-Server-Information" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10441 { { .avp_vendor = 10415, .avp_name = "Inter-Operator-Identifier" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10442 { { .avp_vendor = 10415, .avp_name = "Transit-IOI-List" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10443 { { .avp_vendor = 10415, .avp_name = "IMS-Charging-Identifier" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10444 { { .avp_vendor = 10415, .avp_name = "SDP-Session-Description" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10445 { { .avp_vendor = 10415, .avp_name = "SDP-Media-Component" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10446 { { .avp_vendor = 10415, .avp_name = "Served-Party-IP-Address" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10447 { { .avp_vendor = 10415, .avp_name = "Server-Capabilities" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10448 { { .avp_vendor = 10415, .avp_name = "Trunk-Group-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10449 { { .avp_vendor = 10415, .avp_name = "Bearer-Service" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10450 { { .avp_vendor = 10415, .avp_name = "Service-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10451 { { .avp_vendor = 10415, .avp_name = "Service-Specific-Info" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10452 { { .avp_vendor = 10415, .avp_name = "Message-Body" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10453 { { .avp_vendor = 10415, .avp_name = "Cause-Code" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10454 { { .avp_vendor = 10415, .avp_name = "Access-Network-Information" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10455 { { .avp_vendor = 10415, .avp_name = "Early-Media-Description" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10456 { { .avp_vendor = 10415, .avp_name = "IMS-Communication-Service-Identifier" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10457 { { .avp_vendor = 10415, .avp_name = "IMS-Application-Reference-Identifier" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10458 { { .avp_vendor = 10415, .avp_name = "Online-Charging-Flag" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10459 { { .avp_vendor = 10415, .avp_name = "Real-Time-Tariff-Information" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10460 { { .avp_vendor = 10415, .avp_name = "Account-Expiration" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10461 { { .avp_vendor = 10415, .avp_name = "Initial-IMS-Charging-Identifier" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10462 { { .avp_vendor = 10415, .avp_name = "NNI-Information" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10463 { { .avp_vendor = 10415, .avp_name = "From-Address" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10464 { { .avp_vendor = 10415, .avp_name = "IMS-Emergency-Indicator" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10465 { { .avp_vendor = 10415, .avp_name = "Access-Transfer-Information" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10466 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10467 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10468 }
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10469
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10470 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10471 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10472 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10473 vpa.avp_vendor = 10415;
1262
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10474 vpa.avp_name = "Message-Class";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10475 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10476 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10477 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10478 { { .avp_vendor = 10415, .avp_name = "Class-Identifier" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10479 { { .avp_vendor = 10415, .avp_name = "Token-Text" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10480 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10481 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10482 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10483
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10484 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10485 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10486 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10487 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10488 vpa.avp_name = "MMS-Information";
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10489 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10490 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10491 {
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10492 { { .avp_vendor = 10415, .avp_name = "Originator-Address" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10493 { { .avp_vendor = 10415, .avp_name = "Recipient-Address" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10494 { { .avp_vendor = 10415, .avp_name = "Submission-Time" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10495 { { .avp_vendor = 10415, .avp_name = "MM-Content-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10496 { { .avp_vendor = 10415, .avp_name = "Priority" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10497 { { .avp_vendor = 10415, .avp_name = "Message-ID" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10498 { { .avp_vendor = 10415, .avp_name = "Message-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10499 { { .avp_vendor = 10415, .avp_name = "Message-Size" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10500 { { .avp_vendor = 10415, .avp_name = "Message-Class" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10501 { { .avp_vendor = 10415, .avp_name = "Delivery-Report-Requested" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10502 { { .avp_vendor = 10415, .avp_name = "Read-Reply-Report-Requested" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10503 { { .avp_vendor = 10415, .avp_name = "MMBox-Storage-Requested" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10504 { { .avp_vendor = 10415, .avp_name = "Applic-ID" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10505 { { .avp_vendor = 10415, .avp_name = "Reply-Applic-ID" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10506 { { .avp_vendor = 10415, .avp_name = "Aux-Applic-Info" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10507 { { .avp_vendor = 10415, .avp_name = "Content-Class" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10508 { { .avp_vendor = 10415, .avp_name = "DRM-Content" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10509 { { .avp_vendor = 10415, .avp_name = "Adaptations" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10510 { { .avp_vendor = 10415, .avp_name = "VASP-ID" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10511 { { .avp_vendor = 10415, .avp_name = "VAS-ID" }, RULE_OPTIONAL, -1, 1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10512 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10513 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10514 }
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10515
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10516 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10517 /* Multiple-Services-Credit-Control */
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10518 /* additional allowed AVPs */
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10519 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10520 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10521 vpa.avp_vendor = 0;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10522 vpa.avp_name = "Multiple-Services-Credit-Control";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10523 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10524 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10525 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10526 { { .avp_vendor = 10415, .avp_name = "Time-Quota-Threshold" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10527 { { .avp_vendor = 10415, .avp_name = "Volume-Quota-Threshold" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10528 { { .avp_vendor = 10415, .avp_name = "Unit-Quota-Threshold" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10529 { { .avp_vendor = 10415, .avp_name = "Quota-Holding-Time" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10530 { { .avp_vendor = 10415, .avp_name = "Quota-Consumption-Time" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10531 { { .avp_vendor = 10415, .avp_name = "Reporting-Reason" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10532 { { .avp_vendor = 10415, .avp_name = "Trigger" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10533 { { .avp_vendor = 10415, .avp_name = "PS-Furnish-Charging-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10534 { { .avp_vendor = 10415, .avp_name = "Refund-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10535 { { .avp_vendor = 10415, .avp_name = "AF-Correlation-Information" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10536 { { .avp_vendor = 10415, .avp_name = "Envelope" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10537 { { .avp_vendor = 10415, .avp_name = "Envelope-Reporting" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10538 { { .avp_vendor = 10415, .avp_name = "Time-Quota-Mechanism" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10539 { { .avp_vendor = 10415, .avp_name = "Service-Specific-Info" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10540 { { .avp_vendor = 10415, .avp_name = "QoS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10541 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10542 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10543 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10544
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10545 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10546 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10547 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10548 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10549 vpa.avp_name = "Offline-Charging";
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10550 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10551 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10552 {
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10553 { { .avp_vendor = 10415, .avp_name = "Quota-Consumption-Time" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10554 { { .avp_vendor = 10415, .avp_name = "Time-Quota-Mechanism" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10555 { { .avp_vendor = 10415, .avp_name = "Envelope-Reporting" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10556 { { .avp_vendor = 0, .avp_name = "Multiple-Services-Credit-Control" }, RULE_OPTIONAL, -1, -1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10557 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10558 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10559 }
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10560
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10561 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10562 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10563 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10564 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10565 vpa.avp_name = "Originator-Address";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10566 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10567 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10568 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10569 { { .avp_vendor = 10415, .avp_name = "Address-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10570 { { .avp_vendor = 10415, .avp_name = "Address-Data" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10571 { { .avp_vendor = 10415, .avp_name = "Address-Domain" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10572 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10573 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10574 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10575
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10576 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10577 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10578 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10579 vpa.avp_vendor = 10415;
1262
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10580 vpa.avp_name = "Originator-Interface";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10581 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10582 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10583 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10584 { { .avp_vendor = 10415, .avp_name = "Interface-Id" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10585 { { .avp_vendor = 10415, .avp_name = "Interface-Text" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10586 { { .avp_vendor = 10415, .avp_name = "Interface-Port" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10587 { { .avp_vendor = 10415, .avp_name = "Interface-Type" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10588 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10589 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10590 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10591
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10592 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10593 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10594 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10595 vpa.avp_vendor = 10415;
1337
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10596 vpa.avp_name = "Originator-Received-Address";
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10597 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10598 struct local_rules_definition rules[] =
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10599 {
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10600 { { .avp_vendor = 10415, .avp_name = "Address-Type" }, RULE_OPTIONAL, -1, 1 },
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10601 { { .avp_vendor = 10415, .avp_name = "Address-Data" }, RULE_OPTIONAL, -1, 1 },
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10602 { { .avp_vendor = 10415, .avp_name = "Address-Domain" }, RULE_OPTIONAL, -1, 1 },
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10603 };
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10604 PARSE_loc_rules(rules, rule_avp);
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10605 }
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10606
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10607 {
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10608 struct dict_object *rule_avp;
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10609 struct dict_avp_request vpa;
d66f60e29b22 dict_dcca_3gpp: add Originator-Received-Address
Thomas Klausner <tk@giga.or.at>
parents: 1324
diff changeset
10610 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10611 vpa.avp_name = "PS-Furnish-Charging-Information";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10612 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10613 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10614 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10615 { { .avp_vendor = 10415, .avp_name = "3GPP-Charging-Id" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10616 { { .avp_vendor = 10415, .avp_name = "PS-Free-Format-Data" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10617 { { .avp_vendor = 10415, .avp_name = "PS-Append-Free-Format-Data" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10618 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10619 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10620 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10621
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10622 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10623 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10624 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10625 vpa.avp_vendor = 10415;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10626 vpa.avp_name = "PS-Information";
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10627 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10628 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10629 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10630 { { .avp_vendor = 10415, .avp_name = "3GPP-Charging-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10631 { { .avp_vendor = 10415, .avp_name = "PDN-Connection-Charging-ID" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10632 { { .avp_vendor = 10415, .avp_name = "Node-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10633 { { .avp_vendor = 10415, .avp_name = "3GPP-PDP-Type" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10634 { { .avp_vendor = 10415, .avp_name = "PDP-Address" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10635 { { .avp_vendor = 10415, .avp_name = "PDP-Address-Prefix-Length" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10636 { { .avp_vendor = 10415, .avp_name = "Dynamic-Address-Flag" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10637 { { .avp_vendor = 10415, .avp_name = "Dynamic-Address-Flag-Extension" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10638 { { .avp_vendor = 10415, .avp_name = "QoS-Information" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10639 { { .avp_vendor = 10415, .avp_name = "SGSN-Address" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10640 { { .avp_vendor = 10415, .avp_name = "GGSN-Address" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10641 { { .avp_vendor = 10415, .avp_name = "SGW-Address" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10642 { { .avp_vendor = 10415, .avp_name = "CG-Address" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10643 { { .avp_vendor = 10415, .avp_name = "Serving-Node-Type" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10644 { { .avp_vendor = 10415, .avp_name = "SGW-Change" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10645 { { .avp_vendor = 10415, .avp_name = "3GPP-IMSI-MCC-MNC" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10646 { { .avp_vendor = 10415, .avp_name = "IMSI-Unauthenticated-Flag" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10647 { { .avp_vendor = 10415, .avp_name = "3GPP-GGSN-MCC-MNC" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10648 { { .avp_vendor = 10415, .avp_name = "3GPP-NSAPI" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10649 { { .avp_vendor = 0, .avp_name = "Called-Station-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10650 { { .avp_vendor = 10415, .avp_name = "3GPP-Session-Stop-Indicator" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10651 { { .avp_vendor = 10415, .avp_name = "3GPP-Selection-Mode" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10652 { { .avp_vendor = 10415, .avp_name = "3GPP-Charging-Characteristics" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10653 { { .avp_vendor = 10415, .avp_name = "Charging-Characteristics-Selection-Mode" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10654 { { .avp_vendor = 10415, .avp_name = "3GPP-SGSN-MCC-MNC" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10655 { { .avp_vendor = 10415, .avp_name = "3GPP-MS-TimeZone" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10656 { { .avp_vendor = 10415, .avp_name = "Charging-Rule-Base-Name" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10657 { { .avp_vendor = 10415, .avp_name = "3GPP-User-Location-Info" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10658 { { .avp_vendor = 10415, .avp_name = "User-CSG-Information" }, RULE_OPTIONAL, -1, 1 },
1146
dee5ca683bee More rules.
Thomas Klausner <tk@giga.or.at>
parents: 1120
diff changeset
10659 { { .avp_vendor = 5535, .avp_name = "3GPP2-BSID" }, RULE_OPTIONAL, -1, 1 },
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10660 { { .avp_vendor = 10415, .avp_name = "3GPP-RAT-Type" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10661 { { .avp_vendor = 10415, .avp_name = "PS-Furnish-Charging-Information" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10662 { { .avp_vendor = 10415, .avp_name = "PDP-Context-Type" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10663 { { .avp_vendor = 10415, .avp_name = "Offline-Charging" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10664 { { .avp_vendor = 10415, .avp_name = "Traffic-Data-Volumes" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10665 { { .avp_vendor = 10415, .avp_name = "Service-Data-Container" }, RULE_OPTIONAL, -1, -1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10666 { { .avp_vendor = 0, .avp_name = "User-Equipment-Info" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10667 { { .avp_vendor = 10415, .avp_name = "Terminal-Information" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10668 { { .avp_vendor = 10415, .avp_name = "Start-Time" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10669 { { .avp_vendor = 10415, .avp_name = "Stop-Time" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10670 { { .avp_vendor = 10415, .avp_name = "Change-Condition" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10671 { { .avp_vendor = 10415, .avp_name = "Diagnostics" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10672 { { .avp_vendor = 10415, .avp_name = "Low-Priority-Indicator" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10673 { { .avp_vendor = 10415, .avp_name = "MME-Number-for-MT-SMS" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10674 { { .avp_vendor = 10415, .avp_name = "MME-Name" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10675 { { .avp_vendor = 10415, .avp_name = "MME-Realm" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10676 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10677 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10678 }
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10679
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10680 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10681 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10682 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10683 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10684 vpa.avp_name = "Recipient-Address";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10685 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10686 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10687 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10688 { { .avp_vendor = 10415, .avp_name = "Address-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10689 { { .avp_vendor = 10415, .avp_name = "Address-Data" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10690 { { .avp_vendor = 10415, .avp_name = "Address-Domain" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10691 { { .avp_vendor = 10415, .avp_name = "Addressee-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10692 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10693 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10694 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10695
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10696 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10697 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10698 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10699 vpa.avp_vendor = 10415;
1262
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10700 vpa.avp_name = "Recipient-Info";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10701 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10702 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10703 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10704 { { .avp_vendor = 10415, .avp_name = "Destination-Interface" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10705 { { .avp_vendor = 10415, .avp_name = "Recipient-Address" }, RULE_OPTIONAL, -1, -1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10706 { { .avp_vendor = 10415, .avp_name = "Recipient-Received-Address" }, RULE_OPTIONAL, -1, -1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10707 { { .avp_vendor = 10415, .avp_name = "Recipient-SCCP-Address" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10708 { { .avp_vendor = 10415, .avp_name = "SM-Protocol-ID" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10709 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10710 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10711 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10712
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10713 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10714 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10715 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10716 vpa.avp_vendor = 10415;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10717 vpa.avp_name = "Recipient-Received-Address";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10718 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10719 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10720 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10721 { { .avp_vendor = 10415, .avp_name = "Address-Type" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10722 { { .avp_vendor = 10415, .avp_name = "Address-Data" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10723 { { .avp_vendor = 10415, .avp_name = "Address-Domain" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10724 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10725 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10726 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10727
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10728 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10729 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10730 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10731 vpa.avp_vendor = 10415;
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10732 vpa.avp_name = "SDP-Media-Component";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10733 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10734 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10735 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10736 { { .avp_vendor = 10415, .avp_name = "SDP-Media-Name" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10737 { { .avp_vendor = 10415, .avp_name = "SDP-Media-Description" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10738 { { .avp_vendor = 10415, .avp_name = "Local-GW-Inserted-Indication" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10739 { { .avp_vendor = 10415, .avp_name = "IP-Realm-Default-Indication" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10740 { { .avp_vendor = 10415, .avp_name = "Transcoder-Inserted-Indication" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10741 { { .avp_vendor = 10415, .avp_name = "Media-Initiator-Flag" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10742 { { .avp_vendor = 10415, .avp_name = "Media-Initiator-Party" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10743 { { .avp_vendor = 10415, .avp_name = "3GPP-Charging-Id" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10744 { { .avp_vendor = 10415, .avp_name = "Access-Network-Charging-Identifier-Value" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10745 { { .avp_vendor = 10415, .avp_name = "SDP-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10746 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10747 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10748 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10749
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10750 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10751 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10752 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10753 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10754 vpa.avp_name = "Service-Information";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10755 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10756 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10757 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10758 { { .avp_vendor = 0, .avp_name = "Subscription-Id" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10759 { { .avp_vendor = 10415, .avp_name = "AoC-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10760 { { .avp_vendor = 10415, .avp_name = "PS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10761 { { .avp_vendor = 10415, .avp_name = "WLAN-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10762 { { .avp_vendor = 10415, .avp_name = "IMS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10763 { { .avp_vendor = 10415, .avp_name = "MMS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10764 { { .avp_vendor = 10415, .avp_name = "LCS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10765 { { .avp_vendor = 10415, .avp_name = "PoC-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10766 { { .avp_vendor = 10415, .avp_name = "MBMS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10767 { { .avp_vendor = 10415, .avp_name = "SMS-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10768 { { .avp_vendor = 10415, .avp_name = "MMTel-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10769 { { .avp_vendor = 10415, .avp_name = "Service-Generic-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10770 { { .avp_vendor = 10415, .avp_name = "IM-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10771 { { .avp_vendor = 10415, .avp_name = "DCD-Information" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10772 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10773 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10774 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10775
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10776 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10777 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10778 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10779 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10780 vpa.avp_name = "SMS-Information";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10781 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10782 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10783 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10784 { { .avp_vendor = 10415, .avp_name = "SMS-Node" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10785 { { .avp_vendor = 10415, .avp_name = "Client-Address" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10786 { { .avp_vendor = 10415, .avp_name = "Originator-SCCP-Address" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10787 { { .avp_vendor = 10415, .avp_name = "SMSC-Address" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10788 { { .avp_vendor = 10415, .avp_name = "Data-Coding-Scheme" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10789 { { .avp_vendor = 10415, .avp_name = "SM-Discharge-Time" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10790 { { .avp_vendor = 10415, .avp_name = "SM-Message-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10791 { { .avp_vendor = 10415, .avp_name = "Originator-Interface" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10792 { { .avp_vendor = 10415, .avp_name = "SM-Protocol-ID" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10793 { { .avp_vendor = 10415, .avp_name = "Reply-Path-Requested" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10794 { { .avp_vendor = 10415, .avp_name = "SM-Status" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10795 { { .avp_vendor = 10415, .avp_name = "SM-User-Data-Header" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10796 { { .avp_vendor = 10415, .avp_name = "Number-Of-Messages-Sent" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10797 { { .avp_vendor = 10415, .avp_name = "Recipient-Info" }, RULE_OPTIONAL, -1, -1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10798 { { .avp_vendor = 10415, .avp_name = "Originator-Received-Address" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10799 { { .avp_vendor = 10415, .avp_name = "SM-Service-Type" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10800 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10801 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10802 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10803
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10804 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10805 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10806 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10807 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10808 vpa.avp_name = "Time-Quota-Mechanism";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10809 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10810 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10811 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10812 { { .avp_vendor = 10415, .avp_name = "Time-Quota-Type" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10813 { { .avp_vendor = 10415, .avp_name = "Base-Time-Interval" }, RULE_REQUIRED, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10814 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10815 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10816 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10817
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10818 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10819 struct dict_object *rule_avp;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10820 struct dict_avp_request vpa;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10821 vpa.avp_vendor = 10415;
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10822 vpa.avp_name = "Time-Stamps";
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10823 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10824 struct local_rules_definition rules[] =
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10825 {
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10826 { { .avp_vendor = 10415, .avp_name = "SIP-Request-Timestamp" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10827 { { .avp_vendor = 10415, .avp_name = "SIP-Response-Timestamp" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10828 { { .avp_vendor = 10415, .avp_name = "SIP-Request-Timestamp-Fraction" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10829 { { .avp_vendor = 10415, .avp_name = "SIP-Response-Timestamp-Fraction" }, RULE_OPTIONAL, -1, 1 },
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10830 };
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10831 PARSE_loc_rules(rules, rule_avp);
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10832 }
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10833
1262
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10834 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10835 /* Used-Service-Unit */
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10836 /* additional allowed AVPs */
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10837 struct dict_object *rule_avp;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10838 struct dict_avp_request vpa;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10839 vpa.avp_vendor = 0;
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10840 vpa.avp_name = "Used-Service-Unit";
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10841 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10842 struct local_rules_definition rules[] =
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10843 {
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10844 { { .avp_vendor = 10415, .avp_name = "Reporting-Reason" }, RULE_OPTIONAL, -1, 1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10845 { { .avp_vendor = 10415, .avp_name = "Event-Charging-TimeStamp" }, RULE_OPTIONAL, -1, -1 },
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10846 };
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10847 PARSE_loc_rules(rules, rule_avp);
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10848 }
02ccaf6e9a57 Add more rules. Sort a bit.
Thomas Klausner <tk@giga.or.at>
parents: 1231
diff changeset
10849
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10850 /* OMA */
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10851 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10852 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10853 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10854 vpa.avp_vendor = 10415;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10855 vpa.avp_name = "DCD-Information";
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10856 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10857 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10858 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10859 { { .avp_vendor = 10415, .avp_name = "Content-ID" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10860 { { .avp_vendor = 10415, .avp_name = "Content-provider-ID" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10861 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10862 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10863 }
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10864 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10865 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10866 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10867 vpa.avp_vendor = 10415;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10868 vpa.avp_name = "IM-Information";
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10869 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10870 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10871 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10872 { { .avp_vendor = 10415, .avp_name = "Total-Number-Of-Messages-Sent" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10873 { { .avp_vendor = 10415, .avp_name = "Total-Number-Of-Messages-Exploded" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10874 { { .avp_vendor = 10415, .avp_name = "Number-Of-Messages-Successfully-Sent" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10875 { { .avp_vendor = 10415, .avp_name = "Number-Of-Messages-Successfully-Exploded" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10876 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10877 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10878 }
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10879 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10880 struct dict_object *rule_avp;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10881 struct dict_avp_request vpa;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10882 vpa.avp_vendor = 10415;
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10883 vpa.avp_name = "Service-Generic-Information";
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10884 CHECK_dict_search(DICT_AVP, AVP_BY_NAME_AND_VENDOR, &vpa, &rule_avp);
1086
f2f4b9ddd8e5 Add many more rules, license, and some comments.
Thomas Klausner <tk@giga.or.at>
parents: 1065
diff changeset
10885 struct local_rules_definition rules[] =
1065
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10886 {
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10887 { { .avp_vendor = 10415, .avp_name = "Application-Server-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10888 { { .avp_vendor = 10415, .avp_name = "Application-Service-Type" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10889 { { .avp_vendor = 10415, .avp_name = "Application-Session-Id" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10890 { { .avp_vendor = 10415, .avp_name = "Delivery-Status" }, RULE_OPTIONAL, -1, 1 },
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10891 };
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10892 PARSE_loc_rules(rules, rule_avp);
c4e4e07f1336 Add many more 3GPP AVPs and a few rules.
Thomas Klausner <tk@giga.or.at>
parents: 960
diff changeset
10893 }
1426
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10894
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10895 if (conffile && (0 == strcmp(conffile, "dumpdict"))) {
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10896 char * tbuf = NULL; size_t tbuflen = 0;
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10897 LOG_D("dict_dcca_3gpp dictionary: %s", fd_dict_dump_object(&tbuf, &tbuflen, NULL, vendor));
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10898 free(tbuf);
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10899 }
f260953c2c6c dict_dcca_3gpp: dump dict if conf if "dumpdict"
Luke Mewburn <luke@mewburn.net>
parents: 1337
diff changeset
10900
1120
c473581adff2 Cleanup some traces
Sebastien Decugis <sdecugis@freediameter.net>
parents: 1086
diff changeset
10901 LOG_D( "Extension 'Dictionary definitions for DCCA 3GPP' initialized");
954
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10902 return 0;
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10903 }
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10904
09af899b017b Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10905 EXTENSION_ENTRY("dict_dcca_3gpp", dict_dcca_3gpp_entry, "dict_dcca");
"Welcome to our mercurial repository"