blob: e0c34e479809f30bacca07a89f714a3a7369d908 [file] [log] [blame]
Harald Welte5aadb0e2019-08-14 12:29:31 +02001///////////////////////////////////////////////////
2// //
3// !!!! Generated file, do not edit !!!! //
4// //
5///////////////////////////////////////////////////
6// Generated with command:
7// AVP.sh Base_IETF_RFC3588.ddf BaseTypes_IETF_RFC3588.ddf AAAInterface_3GPP_TS29272_f10.ddf GxInterface_PCC_3GPP_TS29212_f10.ddf S6Interfaces_3GPP_TS29336_f00.ddf MobileIPv6_HA_IETF_RFC5778.ddf RxInterface_PCC_3GPP_TS29214_f20.ddf
8module DIAMETER_Types {
9/******************************************************************************
10* Copyright (c) 2000-2019 Ericsson Telecom AB
11* All rights reserved. This program and the accompanying materials
12* are made available under the terms of the Eclipse Public License v2.0
13* which accompanies this distribution, and is available at
14* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
15*
16* Contributors:
17* Roland Gecse - initial implementation and initial documentation
18* Akos Pernek
19* Antal Wuh.Hen.Chang
20* Attila Fulop
21* Balazs Barcsik
22* Bence Molnar
23* Csaba Koppany
24* David Juhasz
25* Eduard Czimbalmos
26* Elemer Lelik
27* Endre Kiss
28* Endre Kulcsar
29* Gabor Szalai
30* Gabor Tatarka
31* Gergely Futo
32* Istvan Sandor
33* Krisztian Pandi
34* Kulcsár Endre
35* Laszlo Tamas Zeke
36* Norbert Pinter
37* Roland Gecse
38* Tibor Bende
39* Tibor Szabo
40* Timea Moder
41* Zoltan Medve
42* Zsolt Nandor Torok
43* Zsolt Szalai
44******************************************************************************/
45//
46// File: Base_IETF_RFC3588.ddf
47// Description: DDF for the Diameter base AVPs
48// Rev: R55A
49// Prodnr: CNL 113 462
50///////////////////////////////////////////////
51
52// APPLICATION-NAME: BASE
53// APPLICATION-REVISION: RFC3588
54
55//
56// 4.5. Diameter Base Protocol AVPs
57//
58
59// RFC 3588 3.1
60
61
62
63
64// RFC 3588
65// AVP: Acct-Interim-Interval (85)
66// 9.8.2
67type AVP_Unsigned32 BASE_NONE_Acct_Interim_Interval
68
69// RFC 3588
70// AVP: Accounting-Realtime-Required (483)
71// 9.8.7
72type enumerated BASE_NONE_Accounting_Realtime_Required {
73 DELIVER_AND_GRANT (1),
74 GRANT_AND_STORE (2),
75 GRANT_AND_LOSE (3)
76} with {
77 variant "FIELDLENGTH(32)"
78 variant "BYTEORDER(last)"
79 variant "COMP(2scompl)"
80}
81
82// RFC 3588
83// AVP: Acct-Multi-Session-Id (50)
84// 9.8.5
85type AVP_UTF8String BASE_NONE_Acct_Multi_Session_Id
86
87// RFC 3588
88// AVP: Accounting-Record-Number (485)
89// 9.8.3
90type AVP_Unsigned32 BASE_NONE_Accounting_Record_Number
91
92// RFC 3588
93// AVP: Accounting-Record-Type (480)
94// 9.8.1
95type enumerated BASE_NONE_Accounting_Record_Type {
96 EVENT_RECORD (1),
97 START_RECORD (2),
98 INTERIM_RECORD (3),
99 STOP_RECORD (4)
100} with {
101 variant "FIELDLENGTH(32)"
102 variant "BYTEORDER(last)"
103 variant "COMP(2scompl)"
104}
105
106// RFC 3588
107// AVP: Accounting-Session-Id (44)
108// 9.8.4
109type AVP_OctetString BASE_NONE_Accounting_Session_Id
110
111// RFC 3588
112// AVP: Accounting-Sub-Session-Id (287)
113// 9.8.6
114type AVP_Unsigned64 BASE_NONE_Accounting_Sub_Session_Id
115
116// RFC 3588
117// AVP: Acct-Application-Id (259)
118// 6.9
119type AVP_Unsigned32 BASE_NONE_Acct_Application_Id
120
121// RFC 3588
122// AVP: Auth-Application-Id (258)
123// 6.8
124type AVP_Unsigned32 BASE_NONE_Auth_Application_Id
125
126// RFC 3588
127// AVP: Auth-Request-Type (274)
128// 8.7
129type enumerated BASE_NONE_Auth_Request_Type {
130 AUTHENTICATE_ONLY (1),
131 AUTHORIZE_ONLY (2),
132 AUTHORIZE_AUTHENTICATE (3)
133} with {
134 variant "FIELDLENGTH(32)"
135 variant "BYTEORDER(last)"
136 variant "COMP(2scompl)"
137}
138
139// RFC 3588
140// AVP: Authorization-Lifetime (291)
141// 8.9
142type AVP_Unsigned32 BASE_NONE_Authorization_Lifetime
143
144// RFC 3588
145// AVP: Auth-Grace-Period (276)
146// 8.10
147type AVP_Unsigned32 BASE_NONE_Auth_Grace_Period
148
149// RFC 3588
150// AVP: Auth-Session-State (277)
151// 8.11
152type enumerated BASE_NONE_Auth_Session_State {
153 STATE_MAINTAINED (0),
154 NO_STATE_MAINTAINED (1)
155} with {
156 variant "FIELDLENGTH(32)"
157 variant "BYTEORDER(last)"
158 variant "COMP(2scompl)"
159}
160
161// RFC 3588
162// AVP: Re-Auth-Request-Type (285)
163// 8.12
164type enumerated BASE_NONE_Re_Auth_Request_Type {
165 AUTHORIZE_ONLY (0),
166 AUTHORIZE_AUTHENTICATE (1)
167} with {
168 variant "FIELDLENGTH(32)"
169 variant "BYTEORDER(last)"
170 variant "COMP(2scompl)"
171}
172
173// RFC 3588
174// AVP: Class (25)
175// 8.20
176type AVP_OctetString BASE_NONE_Class
177
178// RFC 3588
179// AVP: Destination-Host (293)
180// 6.5
181type AVP_DiameterIdentity BASE_NONE_Destination_Host
182
183// RFC 3588
184// AVP: Destination-Realm (283)
185// 6.6
186type AVP_DiameterIdentity BASE_NONE_Destination_Realm
187
188// RFC 3588
189// AVP: Disconnect-Cause (273)
190// 5.4.3
191type enumerated BASE_NONE_Disconnect_Cause {
192 REBOOTING (0),
193 BUSY (1),
194 DO_NOT_WANT_TO_TALK_TO_YOU (2)
195} with {
196 variant "FIELDLENGTH(32)"
197 variant "BYTEORDER(last)"
198 variant "COMP(2scompl)"
199}
200
201// RFC 3588
202// AVP: E2E-Sequence (300)
203// 6.15
204type AVP_Grouped BASE_NONE_E2E_Sequence
205
206// RFC 3588
207// AVP: Error-Message (281)
208// 7.3
209type AVP_UTF8String BASE_NONE_Error_Message
210
211// RFC 3588
212// AVP: Error-Reporting-Host (294)
213// 7.4
214type AVP_DiameterIdentity BASE_NONE_Error_Reporting_Host
215
216// RFC 3588
217// AVP: Event-Timestamp (55)
218// 8.21
219type AVP_Time BASE_NONE_Event_Timestamp
220
221// RFC 3588
222// AVP: Experimental-Result (297)
223// 7.6
224type AVP_Grouped BASE_NONE_Experimental_Result
225
226// RFC 3588
227// AVP: Experimental-Result-Code (298)
228// 7.7
229type AVP_Unsigned32 BASE_NONE_Experimental_Result_Code
230
231// RFC 3588
232// AVP: Failed-AVP (279)
233// 7.5
234type AVP_Grouped BASE_NONE_Failed_AVP
235
236// RFC 3588
237// AVP: Firmware-Revision (267)
238// 5.3.4
239type AVP_Unsigned32 BASE_NONE_Firmware_Revision
240
241// RFC 3588
242// AVP: Host-IP-Address (257)
243// 5.3.5
244type AVP_Address BASE_NONE_Host_IP_Address
245
246// RFC 3588
247// AVP: Inband-Security-Id (299)
248// 6.10
249type AVP_Unsigned32 BASE_NONE_Inband_Security_Id
250
251// RFC 3588
252// AVP: Multi-Round-Time-Out (272)
253// 8.19
254type AVP_Unsigned32 BASE_NONE_Multi_Round_Time_Out
255
256// RFC 3588
257// AVP: Origin-Host (264)
258// 6.3
259type AVP_DiameterIdentity BASE_NONE_Origin_Host
260
261// RFC 3588
262// AVP: Origin-Realm (296)
263// 6.4
264type AVP_DiameterIdentity BASE_NONE_Origin_Realm
265
266// RFC 3588
267// AVP: Origin-State-Id (278)
268// 8.16
269type AVP_Unsigned32 BASE_NONE_Origin_State_Id
270
271// RFC 3588
272// AVP: Product-Name (269)
273// 5.3.7
274type AVP_UTF8String BASE_NONE_Product_Name
275
276// RFC 3588
277// AVP: Proxy-Host (280)
278// 6.7.3
279type AVP_DiameterIdentity BASE_NONE_Proxy_Host
280
281// RFC 3588
282// AVP: Proxy-Info (284)
283// 6.7.2
284type AVP_Grouped BASE_NONE_Proxy_Info
285
286// RFC 3588
287// AVP: Proxy-State (33)
288// 6.7.4
289type AVP_OctetString BASE_NONE_Proxy_State
290
291// RFC 3588
292// AVP: Redirect-Host (292)
293// 6.12
294type AVP_DiameterURI BASE_NONE_Redirect_Host
295
296// RFC 3588
297// AVP: Redirect-Host-Usage (261)
298// 6.13
299type enumerated BASE_NONE_Redirect_Host_Usage {
300 DONT_CACHE (0),
301 ALL_SESSION (1),
302 ALL_REALM (2),
303 REALM_AND_APPLICATION (3),
304 ALL_APPLICATION (4),
305 ALL_HOST (5),
306 ALL_USER (6)
307} with {
308 variant "FIELDLENGTH(32)"
309 variant "BYTEORDER(last)"
310 variant "COMP(2scompl)"
311}
312
313// RFC 3588
314// AVP: Redirect-Max-Cache-Time (262)
315// 6.14
316type AVP_Unsigned32 BASE_NONE_Redirect_Max_Cache_Time
317
318// RFC 3588
319// AVP: Result-Code (268)
320// 7.1
321type AVP_Unsigned32 BASE_NONE_Result_Code
322
323// RFC 3588
324// AVP: Route-Record (282)
325// 6.7.1
326type AVP_DiameterIdentity BASE_NONE_Route_Record
327
328// RFC 3588
329// AVP: Session-Id (263)
330// 8.8
331type AVP_UTF8String BASE_NONE_Session_Id
332
333// RFC 3588
334// AVP: Session-Timeout (27)
335// 8.13
336type AVP_Unsigned32 BASE_NONE_Session_Timeout
337
338// RFC 3588
339// AVP: Session-Binding (270)
340// 8.17
341type AVP_Unsigned32 BASE_NONE_Session_Binding
342
343// RFC 3588
344// AVP: Session-Server-Failover (271)
345// 8.18
346type enumerated BASE_NONE_Session_Server_Failover {
347 REFUSE_SERVICE (0),
348 TRY_AGAIN (1),
349 ALLOW_SERVICE (2),
350 TRY_AGAIN_ALLOW_SERVICE (3)
351} with {
352 variant "FIELDLENGTH(32)"
353 variant "BYTEORDER(last)"
354 variant "COMP(2scompl)"
355}
356
357// RFC 3588
358// AVP: Supported-Vendor-Id (265)
359// 5.3.6
360type AVP_Unsigned32 BASE_NONE_Supported_Vendor_Id
361
362// RFC 3588
363// AVP: Termination-Cause (295)
364// 8.15
365type enumerated BASE_NONE_Termination_Cause {
366 DIAMETER_LOGOUT (1),
367 DIAMETER_SERVICE_NOT_PROVIDED (2),
368 DIAMETER_BAD_ANSWER (3),
369 DIAMETER_ADMINISTRATIVE (4),
370 DIAMETER_LINK_BROKEN (5),
371 DIAMETER_AUTH_EXPIRED (6),
372 DIAMETER_USER_MOVED (7),
373 DIAMETER_SESSION_TIMEOUT (8)
374} with {
375 variant "FIELDLENGTH(32)"
376 variant "BYTEORDER(last)"
377 variant "COMP(2scompl)"
378}
379
380// RFC 3588
381// AVP: User-Name (1)
382// 8.14
383type AVP_UTF8String BASE_NONE_User_Name
384
385// RFC 3588
386// AVP: Vendor-Id (266)
387// 5.3.3
388type AVP_Unsigned32 BASE_NONE_Vendor_Id
389
390// RFC 3588
391// AVP: Vendor-Specific-Application-Id (260)
392// 6.11
393type AVP_Grouped BASE_NONE_Vendor_Specific_Application_Id
394
395/******************************************************************************
396* Copyright (c) 2000-2019 Ericsson Telecom AB
397* All rights reserved. This program and the accompanying materials
398* are made available under the terms of the Eclipse Public License v2.0
399* which accompanies this distribution, and is available at
400* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
401*
402* Contributors:
403* Roland Gecse - initial implementation and initial documentation
404* Akos Pernek
405* Antal Wuh.Hen.Chang
406* Attila Fulop
407* Balazs Barcsik
408* Bence Molnar
409* Csaba Koppany
410* David Juhasz
411* Eduard Czimbalmos
412* Elemer Lelik
413* Endre Kiss
414* Endre Kulcsar
415* Gabor Szalai
416* Gabor Tatarka
417* Gergely Futo
418* Istvan Sandor
419* Krisztian Pandi
420* Kulcsár Endre
421* Laszlo Tamas Zeke
422* Norbert Pinter
423* Roland Gecse
424* Tibor Bende
425* Tibor Szabo
426* Timea Moder
427* Zoltan Medve
428* Zsolt Nandor Torok
429* Zsolt Szalai
430******************************************************************************/
431//
432// File: BaseTypes_IETF_RFC3588.ddf
433// Description: DDF for the Diameter base types
434// Rev: R55A
435// Prodnr: CNL 113 462
436///////////////////////////////////////////////
437
438//
439// External functions for encoding and decoding
440//
441
442external function f_DIAMETER_Enc(in PDU_DIAMETER pl_pdu) return octetstring;
443external function f_DIAMETER_Dec(in octetstring pl_oct) return PDU_DIAMETER;
444external function f_DIAMETER_Enc_fast(in PDU_DIAMETER pl_pdu, out octetstring pl_oct );
445external function f_DIAMETER_Dec_fast(in octetstring pl_oct, out PDU_DIAMETER pl_pdu) return integer;
446
447external function f_DIAMETER_genHopByHop_oct() return UINT32;
448external function f_DIAMETER_genEndToEnd_oct() return UINT32;
449external function f_DIAMETER_GetAVPByListOfCodes(in octetstring pl_oct, in integerList pl_codeList) return octetstring;
450external function f_DIAMETER_GetAVPByListOfCodesCombined(in octetstring pl_oct, in integerList pl_codeList, in integerList pl_groupcodeList) return octetstring;
451external function f_DIAMETER_GetAVPByListOfCodesFromGroupedAVP(in octetstring pl_oct, in integerList pl_codeList) return octetstring;
452
453function f_get_R_bit(in PDU_DIAMETER pl_pdu) return boolean
454{
455 return pl_pdu.RPETxxxx[0]=='1'B;
456}
457
458function f_DIAMETER_genEndToEnd() return UINT32
459{
460 return f_DIAMETER_genEndToEnd_oct()
461}
462
463function f_DIAMETER_genHopByHop() return UINT32
464{
465 return f_DIAMETER_genHopByHop_oct()
466}
467
468///////////////////////////////////////////////////////////////////////////////
469// Type: IntegerList
470//
471// Purpose:
472// List of integer
473//
474// Elements:
475// record of *integer*
476//
477// Detailed Comments:
478// -
479//
480///////////////////////////////////////////////////////////////////////////////
481type record of integer integerList;
482
483//
484// Basic type definitions used in AVP type definitions
485//
486
487type integer UINT8 (0..255) with {
488variant "FIELDLENGTH(8)"
489variant "BYTEORDER(last)"
490}
491
492type integer UINT24 (0..16777215) with {
493variant "FIELDLENGTH(24)"
494variant "BYTEORDER(last)"
495}
496
497type octetstring UINT32 length(4) with {
498 variant "FIELDLENGTH(4)"
499}
500
501
502
503type integer INT32 with {
504variant "FIELDLENGTH(32)"
505variant "BYTEORDER(last)"
506variant "COMP(signbit)"
507}
508
509type octetstring INT64 length(8) with {
510 variant "FIELDLENGTH(8)"
511}
512
513
514
515type octetstring UINT64 length(8) with {
516 variant "FIELDLENGTH(8)"
517}
518
519
520type float FLOAT32 with {
521variant "FORMAT(IEEE754 float)"
522}
523
524type float FLOAT64 with {
525variant "FORMAT(IEEE754 double)"
526}
527
528type bitstring BIT8 length(8) with { variant "FIELDLENGTH(8)" }
529type octetstring OCTET4 length(4) with { variant "FIELDLENGTH(4)" }
530type octetstring OCTET8 length(8) with { variant "FIELDLENGTH(8)" }
531type charstring DiameterIdentity;
532type charstring DiameterURI;
533type OCTET4 Time;
534type octetstring UTF8;
535type charstring IPFilterRule;
536type charstring QoSFilterRule;
537
538//
539// 4.2. Basic AVP Data Formats
540//
541
542type octetstring AVP_OctetString with {variant ""};
543type INT32 AVP_Integer32 with {variant ""};
544type INT64 AVP_Integer64 with {variant ""};
545type UINT32 AVP_Unsigned32 with {variant ""};
546type UINT64 AVP_Unsigned64 with {variant ""};
547type FLOAT32 AVP_Float32 with {variant ""};
548type FLOAT64 AVP_Float64 with {variant ""};
549type AVP_list AVP_Grouped with {variant ""};
550
551//
552// 4.3. Derived AVP Data Formats
553//
554
555// http://www.iana.org/assignments/address-family-numbers (2002-05-14)
556type enumerated AddressType {
557Reserved_0 (0),
558IP (1),
559IP6 (2),
560NSAP (3),
561HDLC (4),
562BBN1822 (5),
563IEEE802 (6),
564E163 (7),
565E164 (8),
566F69 (9),
567X121 (10),
568IPX (11),
569Appletalk (12),
570Decnet_IV (13),
571Banyan_Vines (14),
572E164_NSAP (15),
573DNS (16),
574Distinguished_Name (17),
575AS_Number (18),
576XTP_IP (19),
577XTP_IP6 (20),
578XTP_native (21),
579Fibre_Channel_WW_Port (22),
580Fibre_Channel_WW_Node (23),
581GWID (24),
582Reserved_65535 (65535)
583} with {
584variant "FIELDLENGTH(16)"
585variant "BYTEORDER(last)"
586variant "COMP(nosign)"
587}
588
589type record AVP_Address {
590AddressType address_type,
591octetstring address_data
592}
593
594// Non-standard? AVP type for 4octet IPv4 addresses
595type OCTET4 AVP_IP_Address;
596
597type Time AVP_Time;
598
599// Supports only 1byte/char
600type UTF8 AVP_UTF8String;
601
602type DiameterIdentity AVP_DiameterIdentity;
603type DiameterURI AVP_DiameterURI;
604
605// Enumerated
606// Enumerations must be solved uniqly for each enumerated type AVP!
607
608type IPFilterRule AVP_IPFilterRule;
609type QoSFilterRule AVP_QoSFilterRule;
610
611// WARNING: Enumeration item with code (274) exists in type Command_Code
612// WARNING: Enumeration item with code (271) exists in type Command_Code
613// WARNING: Enumeration item with code (257) exists in type Command_Code
614// WARNING: Enumeration item with code (280) exists in type Command_Code
615// WARNING: Enumeration item with code (282) exists in type Command_Code
616// WARNING: Enumeration item with code (258) exists in type Command_Code
617// WARNING: Enumeration item with code (275) exists in type Command_Code
618
619
620type record PDU_DIAMETER
621{
622UINT8 version,
623UINT24 message_length,
624BIT8 RPETxxxx,
625Command_Code command_code,
626OCTET4 application_id,
627UINT32 hop_by_hop_id,
628UINT32 end_to_end_id,
629AVP_list avps
630} with {
631variant (message_length) "LENGTHTO(version, message_length,
632 RPETxxxx,
633command_code, application_id, hop_by_hop_id, end_to_end_id, avps)";
634}
635/******************************************************************************
636* Copyright (c) 2000-2019 Ericsson Telecom AB
637* All rights reserved. This program and the accompanying materials
638* are made available under the terms of the Eclipse Public License v2.0
639* which accompanies this distribution, and is available at
640* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
641*
642* Contributors:
643* Timea Moder - initial implementation and initial documentation
644******************************************************************************/
645//
646// File: AAAInterface_3GPP_TS29272_f10.ddf
647// Description: DDF for S6a/S6d and S13 Interfaces according to 3GPP TS 29.272 V15.1.0
648// Rev: R55A
649// Prodnr: CNL 113 462
650
651
652// APPLICATION-NAME: AAA
653// APPLICATION-REVISION: V15_1_0
654
655// AVP implementations according to:
656// 3GPP TS 29.272 V15.1.0 - Evolved Packet System (EPS); Mobility Management Entity (MME) and Serving GPRS Support Node (SGSN) related interfaces based on Diameter protocol
657
658// 7.2.2
659
660
661// 7.3.2
662// AVP: Subscription-Data (1400) 3GPP (10415)
663type AVP_Grouped AAA_3GPP_Subscription_Data
664
665// 7.3.3
666// AVP: Terminal-Information (1401) 3GPP (10415)
667type AVP_Grouped AAA_3GPP_Terminal_Information
668
669// 7.3.4
670// AVP: IMEI (1402) 3GPP (10415)
671type AVP_UTF8String AAA_3GPP_IMEI
672
673// 7.3.5
674// AVP: Software-Version (1403) 3GPP (10415)
675type AVP_UTF8String AAA_3GPP_Software_Version
676
677// 7.3.77
678// AVP: QoS-Subscribed (1404) 3GPP (10415)
679type AVP_OctetString AAA_3GPP_QoS_Subscribed
680
681// 7.3.7
682// AVP: ULR-Flags (1405) 3GPP (10415)
683type AVP_Unsigned32 AAA_3GPP_ULR_Flags
684
685// 7.3.8
686// AVP: ULA-Flags (1406) 3GPP (10415)
687type AVP_Unsigned32 AAA_3GPP_ULA_Flags
688
689// 7.3.9
690// AVP: Visited-PLMN-Id (1407) 3GPP (10415)
691type AVP_OctetString AAA_3GPP_Visited_PLMN_Id
692
693// 7.3.11
694// AVP: Requested-EUTRAN-Authentication-Info (1408) 3GPP (10415)
695type AVP_Grouped AAA_3GPP_Requested_EUTRAN_Authentication_Info
696
697// 7.3.12
698// AVP: Requested-UTRAN-GERAN-Authentication-Info (1409) 3GPP (10415)
699type AVP_Grouped AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info
700
701// 7.3.14
702// AVP: Number-Of-Requested-Vectors (1410) 3GPP (10415)
703type AVP_Unsigned32 AAA_3GPP_Number_Of_Requested_Vectors
704
705// 7.3.15
706// AVP: Re-Synchronization-Info (1411) 3GPP (10415)
707type AVP_OctetString AAA_3GPP_Re_Synchronization_Info
708
709// 7.3.16
710// AVP: Immediate-Response-Preferred (1412) 3GPP (10415)
711type AVP_Unsigned32 AAA_3GPP_Immediate_Response_Preferred
712
713// 7.3.17
714// AVP: Authentication-Info (1413) 3GPP (10415)
715type AVP_Grouped AAA_3GPP_Authentication_Info
716
717// 7.3.18
718// AVP: E-UTRAN-Vector (1414) 3GPP (10415)
719type AVP_Grouped AAA_3GPP_E_UTRAN_Vector
720
721// 7.3.19
722// AVP: UTRAN-Vector (1415) 3GPP (10415)
723type AVP_Grouped AAA_3GPP_UTRAN_Vector
724
725// 7.3.20
726// AVP: GERAN-Vector (1416) 3GPP (10415)
727type AVP_Grouped AAA_3GPP_GERAN_Vector
728
729// 7.3.21
730// AVP: Network-Access-Mode (1417) 3GPP (10415)
731type enumerated AAA_3GPP_Network_Access_Mode {
732 PACKET_AND_CIRCUIT (0),
733 Reserved (1),
734 ONLY_PACKET (2)
735} with {
736 variant "FIELDLENGTH(32)"
737 variant "BYTEORDER(last)"
738 variant "COMP(2scompl)"
739}
740
741// 7.3.22
742// AVP: HPLMN-ODB (1418) 3GPP (10415)
743type AVP_Unsigned32 AAA_3GPP_HPLMN_ODB
744
745// 7.3.23
746// AVP: Item-Number (1419) 3GPP (10415)
747type AVP_Unsigned32 AAA_3GPP_Item_Number
748
749// 7.3.24
750// AVP: Cancellation-Type (1420) 3GPP (10415)
751type enumerated AAA_3GPP_Cancellation_Type {
752 MME_UPDATE_PROCEDURE (0),
753 SGSN_UPDATE_PROCEDURE (1),
754 SUBSCRIPTION_WITHDRAWAL (2),
755 UPDATE_PROCEDURE_IWF (3),
756 INITIAL_ATTACH_PROCEDURE (4)
757} with {
758 variant "FIELDLENGTH(32)"
759 variant "BYTEORDER(last)"
760 variant "COMP(2scompl)"
761}
762
763// 7.3.25
764// AVP: DSR-Flags (1421) 3GPP (10415)
765type AVP_Unsigned32 AAA_3GPP_DSR_Flags
766
767// 7.3.26
768// AVP: DSA-Flags (1422) 3GPP (10415)
769type AVP_Unsigned32 AAA_3GPP_DSA_Flags
770
771// 7.3.27
772// AVP: Context-Identifier (1423) 3GPP (10415)
773type AVP_Unsigned32 AAA_3GPP_Context_Identifier
774
775// 7.3.29
776// AVP: Subscriber-Status (1424) 3GPP (10415)
777type enumerated AAA_3GPP_Subscriber_Status {
778 SERVICE_GRANTED (0),
779 OPERATOR_DETERMINED_BARRING (1)
780} with {
781 variant "FIELDLENGTH(32)"
782 variant "BYTEORDER(last)"
783 variant "COMP(2scompl)"
784}
785
786// 7.3.30
787// AVP: Operator-Determined-Barring (1425) 3GPP (10415)
788type AVP_Unsigned32 AAA_3GPP_Operator_Determined_Barring
789
790// 7.3.31
791// AVP: Access-Restriction-Data (1426) 3GPP (10415)
792type AVP_Unsigned32 AAA_3GPP_Access_Restriction_Data
793
794// 7.3.32
795// AVP: APN-OI-Replacement (1427) 3GPP (10415)
796type AVP_UTF8String AAA_3GPP_APN_OI_Replacement
797
798// 7.3.33
799// AVP: All-APN-Configurations-Included-Indicator (1428) 3GPP (10415)
800type enumerated AAA_3GPP_All_APN_Configurations_Included_Indicator {
801 All_APN_CONFIGURATIONS_INCLUDED (0),
802 MODIFIED_ADDED_APN_CONFIGURATIONS_INCLUDED (1)
803} with {
804 variant "FIELDLENGTH(32)"
805 variant "BYTEORDER(last)"
806 variant "COMP(2scompl)"
807}
808
809// 7.3.34
810// AVP: APN-Configuration-Profile (1429) 3GPP (10415)
811type AVP_Grouped AAA_3GPP_APN_Configuration_Profile
812
813// 7.3.35
814// AVP: APN-Configuration (1430) 3GPP (10415)
815type AVP_Grouped AAA_3GPP_APN_Configuration
816
817// 7.3.37
818// AVP: EPS-Subscribed-QoS-Profile (1431) 3GPP (10415)
819type AVP_Grouped AAA_3GPP_EPS_Subscribed_QoS_Profile
820
821// 7.3.38
822// AVP: VPLMN-Dynamic-Address-Allowed (1432) 3GPP (10415)
823type enumerated AAA_3GPP_VPLMN_Dynamic_Address_Allowed {
824 NOTALLOWED (0),
825 ALLOWED (1)
826} with {
827 variant "FIELDLENGTH(32)"
828 variant "BYTEORDER(last)"
829 variant "COMP(2scompl)"
830}
831
832// 7.3.39
833// AVP: STN-SR (1433) 3GPP (10415)
834type AVP_OctetString AAA_3GPP_STN_SR
835
836// 7.3.83
837// AVP: Alert-Reason (1434) 3GPP (10415)
838type enumerated AAA_3GPP_Alert_Reason {
839 UE_PRESENT (0),
840 UE_MEMORY_AVAILABLE (1)
841} with {
842 variant "FIELDLENGTH(32)"
843 variant "BYTEORDER(last)"
844 variant "COMP(2scompl)"
845}
846
847// 7.3.41
848// AVP: AMBR (1435) 3GPP (10415)
849type AVP_Grouped AAA_3GPP_AMBR
850
851// 7.3.78
852// AVP: CSG-Subscription-Data (1436) 3GPP (10415)
853type AVP_Grouped AAA_3GPP_CSG_Subscription_Data
854
855// 7.3.79
856// AVP: CSG-Id (1437) 3GPP (10415)
857type AVP_Unsigned32 AAA_3GPP_CSG_Id
858
859// 7.3.44
860// AVP: PDN-GW-Allocation-Type (1438) 3GPP (10415)
861type enumerated AAA_3GPP_PDN_GW_Allocation_Type {
862 STATIC (0),
863 DYNAMIC (1)
864} with {
865 variant "FIELDLENGTH(32)"
866 variant "BYTEORDER(last)"
867 variant "COMP(2scompl)"
868}
869
870// 7.3.80
871// AVP: Expiration-Date (1439) 3GPP (10415)
872type AVP_Time AAA_3GPP_Expiration_Date
873
874// 7.3.46
875// AVP: RAT-Frequency-Selection-Priority-ID (1440) 3GPP (10415)
876type AVP_Unsigned32 AAA_3GPP_RAT_Frequency_Selection_Priority_ID
877
878// 7.3.47
879// AVP: IDA-Flags (1441) 3GPP (10415)
880type AVP_Unsigned32 AAA_3GPP_IDA_Flags
881
882// 7.3.48
883// AVP: PUA-Flags (1442) 3GPP (10415)
884type AVP_Unsigned32 AAA_3GPP_PUA_Flags
885
886// 7.3.49
887// AVP: NOR-Flags (1443) 3GPP (10415)
888type AVP_Unsigned32 AAA_3GPP_NOR_Flags
889
890// 7.3.50
891// AVP: User-Id (1444) 3GPP (10415)
892type AVP_UTF8String AAA_3GPP_User_Id
893
894// 7.3.51
895// AVP: Equipment-Status (1445) 3GPP (10415)
896type enumerated AAA_3GPP_Equipment_Status {
897 WHITELISTED (0),
898 BLACKLISTED (1),
899 GREYLISTED (2)
900} with {
901 variant "FIELDLENGTH(32)"
902 variant "BYTEORDER(last)"
903 variant "COMP(2scompl)"
904}
905
906// 7.3.52
907// AVP: Regional-Subscription-Zone-Code (1446) 3GPP (10415)
908type AVP_OctetString AAA_3GPP_Regional_Subscription_Zone_Code
909
910// 7.3.53
911// AVP: RAND (1447) 3GPP (10415)
912type AVP_OctetString AAA_3GPP_RAND
913
914// 7.3.54
915// AVP: XRES (1448) 3GPP (10415)
916type AVP_OctetString AAA_3GPP_XRES
917
918// 7.3.55
919// AVP: AUTN (1449) 3GPP (10415)
920type AVP_OctetString AAA_3GPP_AUTN
921
922// 7.3.56
923// AVP: KASME (1450) 3GPP (10415)
924type AVP_OctetString AAA_3GPP_KASME
925
926// 7.3.98
927// AVP: Trace-Collection-Entity (1452) 3GPP (10415)
928type AVP_Address AAA_3GPP_Trace_Collection_Entity
929
930// 7.3.59
931// AVP: Kc (1453) 3GPP (10415)
932type AVP_OctetString AAA_3GPP_Kc
933
934// 7.3.60
935// AVP: SRES (1454) 3GPP (10415)
936type AVP_OctetString AAA_3GPP_SRES
937
938// 7.3.62
939// AVP: PDN-Type (1456) 3GPP (10415)
940type enumerated AAA_3GPP_PDN_Type {
941 IPv4 (0),
942 IPv6 (1),
943 IPv4v6 (2),
944 IPv4_OR_IPv6 (3)
945} with {
946 variant "FIELDLENGTH(32)"
947 variant "BYTEORDER(last)"
948 variant "COMP(2scompl)"
949}
950
951// 7.3.81
952// AVP: Roaming-Restricted-Due-To-Unsupported-Feature (1457) 3GPP (10415)
953type enumerated AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature {
954 Roaming_Restricted_Due_To_Unsupported_Feature (0)
955} with {
956 variant "FIELDLENGTH(32)"
957 variant "BYTEORDER(last)"
958 variant "COMP(2scompl)"
959}
960
961// 7.3.63
962// AVP: Trace-Data (1458) 3GPP (10415)
963type AVP_Grouped AAA_3GPP_Trace_Data
964
965// 7.3.64
966// AVP: Trace-Reference (1459) 3GPP (10415)
967type AVP_OctetString AAA_3GPP_Trace_Reference
968
969// 7.3.67
970// AVP: Trace-Depth (1462) 3GPP (10415)
971// FS 3.3.2.10
972type AVP_Unsigned32 AAA_3GPP_Trace_Depth
973
974// 7.3.68
975// AVP: Trace-NE-Type-List (1463) 3GPP (10415)
976type AVP_OctetString AAA_3GPP_Trace_NE_Type_List
977
978// 7.3.69
979// AVP: Trace-Interface-List (1464) 3GPP (10415)
980type AVP_OctetString AAA_3GPP_Trace_Interface_List
981
982// 7.3.70
983// AVP: Trace-Event-List (1465) 3GPP (10415)
984type AVP_OctetString AAA_3GPP_Trace_Event_List
985
986// 7.3.71
987// AVP: OMC-Id (1466) 3GPP (10415)
988type AVP_OctetString AAA_3GPP_OMC_Id
989
990// 7.3.72
991// AVP: GPRS-Subscription-Data (1467) 3GPP (10415)
992type AVP_Grouped AAA_3GPP_GPRS_Subscription_Data
993
994// 7.3.73
995// AVP: Complete-Data-List-Included-Indicator (1468) 3GPP (10415)
996type enumerated AAA_3GPP_Complete_Data_List_Included_Indicator {
997 All_PDP_CONTEXTS_INCLUDED (0),
998 MODIFIED_ADDED_PDP_CONTEXTS_INCLUDED (1)
999} with {
1000 variant "FIELDLENGTH(32)"
1001 variant "BYTEORDER(last)"
1002 variant "COMP(2scompl)"
1003}
1004
1005// 7.3.74
1006// AVP: PDP-Context (1469) 3GPP (10415)
1007type AVP_Grouped AAA_3GPP_PDP_Context
1008
1009// 7.3.75
1010// AVP: PDP-Type (1470) 3GPP (10415)
1011type AVP_OctetString AAA_3GPP_PDP_Type
1012
1013// 7.3.6
1014// AVP: 3GPP2-MEID (1471) 3GPP (10415)
1015type AVP_OctetString AAA_3GPP_3GPP2_MEID
1016
1017// 7.3.82
1018// AVP: Specific-APN-Info (1472) 3GPP (10415)
1019type AVP_Grouped AAA_3GPP_Specific_APN_Info
1020
1021// 7.3.84
1022// AVP: LCS-Info (1473) 3GPP (10415)
1023type AVP_Grouped AAA_3GPP_LCS_Info
1024
1025// 7.3.85
1026// AVP: GMLC-Number (1474) 3GPP (10415)
1027type AVP_OctetString AAA_3GPP_GMLC_Number
1028
1029// 7.3.86
1030// AVP: LCS-PrivacyException (1475) 3GPP (10415)
1031type AVP_Grouped AAA_3GPP_LCS_PrivacyException
1032
1033// 7.3.87
1034// AVP: SS-Code (1476) 3GPP (10415)
1035type AVP_OctetString AAA_3GPP_SS_Code
1036
1037// 7.3.88
1038// AVP: SS-Status (1477) 3GPP (10415)
1039type AVP_OctetString AAA_3GPP_SS_Status
1040
1041// 7.3.89
1042// AVP: Notification-To-UE-User (1478) 3GPP (10415)
1043type enumerated AAA_3GPP_Notification_To_UE_User {
1044 NOTIFY_LOCATION_ALLOWED (0),
1045 NOTIFYANDVERIFY_LOCATION_ALLOWED_IF_NO_RESPONSE (1),
1046 NOTIFYANDVERIFY_LOCATION_NOT_ALLOWED_IF_NO_RESPONSE (2),
1047 LOCATION_NOT_ALLOWED (3)
1048} with {
1049 variant "FIELDLENGTH(32)"
1050 variant "BYTEORDER(last)"
1051 variant "COMP(2scompl)"
1052}
1053
1054// 7.3.90
1055// AVP: External-Client (1479) 3GPP (10415)
1056type AVP_Grouped AAA_3GPP_External_Client
1057
1058// 7.3.91
1059// AVP: Client-Identity (1480) 3GPP (10415)
1060type AVP_OctetString AAA_3GPP_Client_Identity
1061
1062// 7.3.92
1063// AVP: GMLC-Restriction (1481) 3GPP (10415)
1064type enumerated AAA_3GPP_GMLC_Restriction {
1065 GMLC_LIST (0),
1066 HOME_COUNTRY (1)
1067} with {
1068 variant "FIELDLENGTH(32)"
1069 variant "BYTEORDER(last)"
1070 variant "COMP(2scompl)"
1071}
1072
1073// 7.3.93
1074// AVP: PLMN-Client (1482) 3GPP (10415)
1075type enumerated AAA_3GPP_PLMN_Client {
1076 BROADCAST_SERVICE (0),
1077 O_AND_M_HPLMN (1),
1078 O_AND_M_VPLMN (2),
1079 ANONYMOUS_LOCATION (3),
1080 TARGET_UE_SUBSCRIBED_SERVICE (4)
1081} with {
1082 variant "FIELDLENGTH(32)"
1083 variant "BYTEORDER(last)"
1084 variant "COMP(2scompl)"
1085}
1086
1087// 7.3.94
1088// AVP: Service-Type (1483) 3GPP (10415)
1089type AVP_Grouped AAA_3GPP_Service_Type
1090
1091// 7.3.95
1092// AVP: ServiceTypeIdentity (1484) 3GPP (10415)
1093type AVP_Unsigned32 AAA_3GPP_ServiceTypeIdentity
1094
1095// 7.3.96
1096// AVP: MO-LR (1485) 3GPP (10415)
1097type AVP_Grouped AAA_3GPP_MO_LR
1098
1099// 7.3.99
1100// AVP: Teleservice-List (1486) 3GPP (10415)
1101type AVP_Grouped AAA_3GPP_Teleservice_List
1102
1103// 7.3.100
1104// AVP: TS-Code (1487) 3GPP (10415)
1105type AVP_OctetString AAA_3GPP_TS_Code
1106
1107// 7.3.101
1108// AVP: Call-Barring-Info (1488) 3GPP (10415)
1109type AVP_Grouped AAA_3GPP_Call_Barring_Info
1110
1111// 7.3.102
1112// AVP: SGSN-Number (1489) 3GPP (10415)
1113type AVP_OctetString AAA_3GPP_SGSN_Number
1114
1115// 7.3.103
1116// AVP: IDR-Flags (1490) 3GPP (10415)
1117type AVP_Unsigned32 AAA_3GPP_IDR_Flags
1118
1119// 7.3.104
1120// AVP: ICS-Indicator (1491) 3GPP (10415)
1121type enumerated AAA_3GPP_ICS_Indicator {
1122 FALSE (0),
1123 TRUE (1)
1124} with {
1125 variant "FIELDLENGTH(32)"
1126 variant "BYTEORDER(last)"
1127 variant "COMP(2scompl)"
1128}
1129
1130// 7.3.106
1131// AVP: IMS-Voice-Over-PS-Sessions-Supported (1492) 3GPP (10415)
1132type enumerated AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported {
1133 NOT_SUPPORTED (0),
1134 SUPPORTED (1)
1135} with {
1136 variant "FIELDLENGTH(32)"
1137 variant "BYTEORDER(last)"
1138 variant "COMP(2scompl)"
1139}
1140
1141// 7.3.107
1142// AVP: Homogeneous-Support-of-IMS-Voice-Over-PS-Sessions (1493) 3GPP (10415)
1143type enumerated AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions {
1144 NOT_SUPPORTED (0),
1145 SUPPORTED (1)
1146} with {
1147 variant "FIELDLENGTH(32)"
1148 variant "BYTEORDER(last)"
1149 variant "COMP(2scompl)"
1150}
1151
1152// 7.3.108
1153// AVP: Last-UE-Activity-Time (1494) 3GPP (10415)
1154type AVP_Time AAA_3GPP_Last_UE_Activity_Time
1155
1156// 7.3.110
1157// AVP: EPS-User-State (1495) 3GPP (10415)
1158type AVP_Grouped AAA_3GPP_EPS_User_State
1159
1160// 7.3.111
1161// AVP: EPS-Location-Information (1496) 3GPP (10415)
1162type AVP_Grouped AAA_3GPP_EPS_Location_Information
1163
1164// 7.3.112
1165// AVP: MME-User-State (1497) 3GPP (10415)
1166type AVP_Grouped AAA_3GPP_MME_User_State
1167
1168// 7.3.113
1169// AVP: SGSN-User-State (1498) 3GPP (10415)
1170type AVP_Grouped AAA_3GPP_SGSN_User_State
1171
1172// 7.3.114
1173// AVP: User-State (1499) 3GPP (10415)
1174type enumerated AAA_3GPP_User_State {
1175 DETACHED (0),
1176 ATTACHED_NOT_REACHABLE_FOR_PAGING (1),
1177 ATTACHED_REACHABLE_FOR_PAGING (2),
1178 CONNECTED_NOT_REACHABLE_FOR_PAGING (3),
1179 CONNECTED_REACHABLE_FOR_PAGING (4),
1180 NETWORK_DETERMINED_NOT_REACHABLE (5)
1181} with {
1182 variant "FIELDLENGTH(32)"
1183 variant "BYTEORDER(last)"
1184 variant "COMP(2scompl)"
1185}
1186
1187// 7.3.115
1188// AVP: MME-Location-Information (1600) 3GPP (10415)
1189type AVP_Grouped AAA_3GPP_MME_Location_Information
1190
1191// 7.3.116
1192// AVP: SGSN-Location-Information (1601) 3GPP (10415)
1193type AVP_Grouped AAA_3GPP_SGSN_Location_Information
1194
1195// 7.3.117
1196// AVP: E-UTRAN-Cell-Global-Identity (1602) 3GPP (10415)
1197type AVP_OctetString AAA_3GPP_E_UTRAN_Cell_Global_Identity
1198
1199// 7.3.118
1200// AVP: Tracking-Area-Identity (1603) 3GPP (10415)
1201type AVP_OctetString AAA_3GPP_Tracking_Area_Identity
1202
1203// 7.3.119
1204// AVP: Cell-Global-Identity (1604) 3GPP (10415)
1205type AVP_OctetString AAA_3GPP_Cell_Global_Identity
1206
1207// 7.3.120
1208// AVP: Routing-Area-Identity (1605) 3GPP (10415)
1209type AVP_OctetString AAA_3GPP_Routing_Area_Identity
1210
1211// 7.3.121
1212// AVP: Location-Area-Identity (1606) 3GPP (10415)
1213type AVP_OctetString AAA_3GPP_Location_Area_Identity
1214
1215// 7.3.122
1216// AVP: Service-Area-Identity (1607) 3GPP (10415)
1217type AVP_OctetString AAA_3GPP_Service_Area_Identity
1218
1219// 7.3.123
1220// AVP: Geographical-Information (1608) 3GPP (10415)
1221type AVP_OctetString AAA_3GPP_Geographical_Information
1222
1223// 7.3.124
1224// AVP: Geodetic-Information (1609) 3GPP (10415)
1225type AVP_OctetString AAA_3GPP_Geodetic_Information
1226
1227// 7.3.125
1228// AVP: Current-Location-Retrieved (1610) 3GPP (10415)
1229type enumerated AAA_3GPP_Current_Location_Retrieved {
1230 ACTIVE_LOCATION_RETRIEVAL (0)
1231} with {
1232 variant "FIELDLENGTH(32)"
1233 variant "BYTEORDER(last)"
1234 variant "COMP(2scompl)"
1235}
1236
1237// 7.3.126
1238// AVP: Age-Of-Location-Information (1611) 3GPP (10415)
1239type AVP_Unsigned32 AAA_3GPP_Age_Of_Location_Information
1240
1241// 7.3.127
1242// AVP: Active-APN (1612) 3GPP (10415)
1243type AVP_Grouped AAA_3GPP_Active_APN
1244
1245// 7.3.128
1246// AVP: Error-Diagnostic (1614) 3GPP (10415)
1247type enumerated AAA_3GPP_Error_Diagnostic {
1248 GPRS_DATA_SUBSCRIBED (0),
1249 NO_GPRS_DATA_SUBSCRIBED (1),
1250 ODB_ALL_APN (2),
1251 ODB_HPLMN_APN (3),
1252 ODB_VPLMN_APN (4)
1253} with {
1254 variant "FIELDLENGTH(32)"
1255 variant "BYTEORDER(last)"
1256 variant "COMP(2scompl)"
1257}
1258
1259// 7.3.129
1260// AVP: Ext-PDP-Address (1621) 3GPP (10415)
1261type AVP_Address AAA_3GPP_Ext_PDP_Address
1262
1263// 7.3.130
1264// AVP: UE-SRVCC-Capability (1615) 3GPP (10415)
1265type enumerated AAA_3GPP_UE_SRVCC_Capability {
1266 UE_SRVCC_NOT_SUPPORTED (0),
1267 UE_SRVCC_SUPPORTED (1)
1268} with {
1269 variant "FIELDLENGTH(32)"
1270 variant "BYTEORDER(last)"
1271 variant "COMP(2scompl)"
1272}
1273
1274// 7.3.131
1275// AVP: MPS-Priority (1616) 3GPP (10415)
1276type AVP_Unsigned32 AAA_3GPP_MPS_Priority
1277
1278// 7.3.132
1279// AVP: VPLMN-LIPA-Allowed (1617) 3GPP (10415)
1280type enumerated AAA_3GPP_VPLMN_LIPA_Allowed {
1281 LIPA_NOTALLOWED (0),
1282 LIPA_ALLOWED (1)
1283} with {
1284 variant "FIELDLENGTH(32)"
1285 variant "BYTEORDER(last)"
1286 variant "COMP(2scompl)"
1287}
1288
1289// 7.3.133
1290// AVP: LIPA-Permission (1618) 3GPP (10415)
1291type enumerated AAA_3GPP_LIPA_Permission {
1292 LIPA_PROHIBITED (0),
1293 LIPA_ONLY (1),
1294 LIPA_CONDITIONAL (2)
1295} with {
1296 variant "FIELDLENGTH(32)"
1297 variant "BYTEORDER(last)"
1298 variant "COMP(2scompl)"
1299}
1300
1301// 7.3.134
1302// AVP: Subscribed-Periodic-RAU-TAU-Timer (1619) 3GPP (10415)
1303type AVP_Unsigned32 AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer
1304
1305// 7.3.75A
1306// AVP: Ext-PDP-Type (1620) 3GPP (10415)
1307type AVP_OctetString AAA_3GPP_Ext_PDP_Type
1308
1309// 7.3.135
1310// AVP: SIPTO-Permission (1613) 3GPP (10415)
1311type enumerated AAA_3GPP_SIPTO_Permission {
1312 SIPTO_ALLOWED (0),
1313 SIPTO_NOTALLOWED (1)
1314} with {
1315 variant "FIELDLENGTH(32)"
1316 variant "BYTEORDER(last)"
1317 variant "COMP(2scompl)"
1318}
1319
1320// 7.3.136
1321// AVP: MDT-Configuration (1622) 3GPP (10415)
1322type AVP_Grouped AAA_3GPP_MDT_Configuration
1323
1324// 7.3.137, TS 32.422 v15.0.0 - 5.9a
1325// AVP: Job-Type (1623) 3GPP (10415)
1326type enumerated AAA_3GPP_Job_Type {
1327 IMMEDIATE_MDT_ONLY (0),
1328 LOGGED_MDT_ONLY (1),
1329 TRACE_ONLY (2),
1330 IMMEDIATE_MDT_AND_TRACE (3),
1331 RLF_REPORTS_ONLY (4),
1332 RCEF_REPORTS_ONLY (5),
1333 LOGGED_MBSFN_MDT (6)
1334} with {
1335 variant "FIELDLENGTH(32)"
1336 variant "BYTEORDER(last)"
1337 variant "COMP(2scompl)"
1338}
1339
1340// 7.3.138
1341// AVP: Area-Scope (1624) 3GPP (10415)
1342type AVP_Grouped AAA_3GPP_Area_Scope
1343
1344// 7.3.139
1345// AVP: List-Of-Measurements (1625) 3GPP (10415)
1346type AVP_Unsigned32 AAA_3GPP_List_Of_Measurements
1347
1348// 7.3.140
1349// AVP: Reporting-Trigger (1626) 3GPP (10415)
1350type AVP_Unsigned32 AAA_3GPP_Reporting_Trigger
1351
1352// 7.3.141, TS 32.422 v15.0.0 - 5.10.5
1353// AVP: Report-Interval (1627) 3GPP (10415)
1354type enumerated AAA_3GPP_Report_Interval {
1355 RI_UMTS_250ms (0),
1356 RI_UMTS_500ms (1),
1357 RI_UMTS_1000ms (2),
1358 RI_UMTS_2000ms (3),
1359 RI_UMTS_3000ms (4),
1360 RI_UMTS_4000ms (5),
1361 RI_UMTS_6000ms (6),
1362 RI_UMTS_8000ms (7),
1363 RI_UMTS_12000ms (8),
1364 RI_UMTS_16000ms (9),
1365 RI_UMTS_20000ms (10),
1366 RI_UMTS_24000ms (11),
1367 RI_UMTS_28000ms (12),
1368 RI_UMTS_32000ms (13),
1369 RI_UMTS_64000ms (14),
1370 RI_LTE_120ms (15),
1371 RI_LTE_240ms (16),
1372 RI_LTE_480ms (17),
1373 RI_LTE_640ms (18),
1374 RI_LTE_1024ms (19),
1375 RI_LTE_2048ms (20),
1376 RI_LTE_5120ms (21),
1377 RI_LTE_10240ms (22),
1378 RI_LTE_1min (23),
1379 RI_LTE_6min (24),
1380 RI_LTE_12min (25),
1381 RI_LTE_30min (26),
1382 RI_LTE_60min (27)
1383} with {
1384 variant "FIELDLENGTH(32)"
1385 variant "BYTEORDER(last)"
1386 variant "COMP(2scompl)"
1387}
1388
1389// 7.3.142, TS 32.422 v15.0.0 - 5.10.6
1390// AVP: Report-Amount (1628) 3GPP (10415)
1391type enumerated AAA_3GPP_Report_Amount {
1392 ONE (0),
1393 TWO (1),
1394 FOUR (2),
1395 EIGHT (3),
1396 SIXTEEN (4),
1397 THIRTYTWO (5),
1398 SIXTYFOUR (6),
1399 INFINITY_AMOUNT (7)
1400} with {
1401 variant "FIELDLENGTH(32)"
1402 variant "BYTEORDER(last)"
1403 variant "COMP(2scompl)"
1404}
1405
1406// 7.3.143
1407// AVP: Event-Threshold-RSRP (1629) 3GPP (10415)
1408type AVP_Unsigned32 AAA_3GPP_Event_Threshold_RSRP
1409
1410// 7.3.144
1411// AVP: Event-Threshold-RSRQ (1630) 3GPP (10415)
1412type AVP_Unsigned32 AAA_3GPP_Event_Threshold_RSRQ
1413
1414// 7.3.145, TS 32.422 v15.0.0 - 5.10.8
1415// AVP: Logging-Interval (1631) 3GPP (10415)
1416type enumerated AAA_3GPP_Logging_Interval {
1417 LI_128 (0),
1418 LI_256 (1),
1419 LI_512 (2),
1420 LI_1024 (3),
1421 LI_2048 (4),
1422 LI_3072 (5),
1423 LI_4096 (6),
1424 LI_6144 (7)
1425} with {
1426 variant "FIELDLENGTH(32)"
1427 variant "BYTEORDER(last)"
1428 variant "COMP(2scompl)"
1429}
1430
1431// 7.3.146, TS 32.422 v15.0.0 - 5.10.9
1432// AVP: Logging-Duration (1632) 3GPP (10415)
1433type enumerated AAA_3GPP_Logging_Duration {
1434 LD_600_SEC (0),
1435 LD_1200_SEC (1),
1436 LD_2400_SEC (2),
1437 LD_3600_SEC (3),
1438 LD_5400_SEC (4),
1439 LD_7200_SEC (5)
1440} with {
1441 variant "FIELDLENGTH(32)"
1442 variant "BYTEORDER(last)"
1443 variant "COMP(2scompl)"
1444}
1445
1446// 7.3.147
1447// AVP: Relay-Node-Indicator (1633) 3GPP (10415)
1448type enumerated AAA_3GPP_Relay_Node_Indicator {
1449 NOT_RELAY_NODE (0),
1450 RELAY_NODE (1)
1451} with {
1452 variant "FIELDLENGTH(32)"
1453 variant "BYTEORDER(last)"
1454 variant "COMP(2scompl)"
1455}
1456
1457// 7.3.148
1458// AVP: MDT-User-Consent (1634) 3GPP (10415)
1459type enumerated AAA_3GPP_MDT_User_Consent {
1460 CONSENT_NOT_GIVEN (0),
1461 CONSENT_GIVEN (1)
1462} with {
1463 variant "FIELDLENGTH(32)"
1464 variant "BYTEORDER(last)"
1465 variant "COMP(2scompl)"
1466}
1467
1468// 7.3.149
1469// AVP: PUR-Flags (1635) 3GPP (10415)
1470type AVP_Unsigned32 AAA_3GPP_PUR_Flags
1471
1472// 7.3.150
1473// AVP: Subscribed-VSRVCC (1636) 3GPP (10415)
1474type enumerated AAA_3GPP_Subscribed_VSRVCC {
1475 VSRVCC_SUBSCRIBED (0)
1476} with {
1477 variant "FIELDLENGTH(32)"
1478 variant "BYTEORDER(last)"
1479 variant "COMP(2scompl)"
1480}
1481
1482// 7.3.151
1483// AVP: Equivalent-PLMN-List (1637) 3GPP (10415)
1484type AVP_Grouped AAA_3GPP_Equivalent_PLMN_List
1485
1486
1487// 7.3.152
1488// AVP: CLR-Flags (1638) 3GPP (10415)
1489type AVP_Unsigned32 AAA_3GPP_CLR_Flags
1490
1491// 7.3.153
1492// AVP: UVR-Flags (1639) 3GPP (10415)
1493type AVP_Unsigned32 AAA_3GPP_UVR_Flags
1494
1495// 7.3.154
1496// AVP: UVA-Flags (1640) 3GPP (10415)
1497type AVP_Unsigned32 AAA_3GPP_UVA_Flags
1498
1499// 7.3.155
1500// AVP: VPLMN-CSG-Subscription-Data (1641) 3GPP (10415)
1501type AVP_Grouped AAA_3GPP_VPLMN_CSG_Subscription_Data
1502
1503// 7.3.156
1504// AVP: Local-Time-Zone (1649) 3GPP (10415)
1505type AVP_Grouped AAA_3GPP_Local_Time_Zone
1506
1507// 7.3.157
1508// AVP: A-MSISDN (1643) 3GPP (10415)
1509type AVP_OctetString AAA_3GPP_A_MSISDN
1510
1511// 7.3.159
1512// AVP: MME-Number-for-MT-SMS (1645) 3GPP (10415)
1513type AVP_OctetString AAA_3GPP_MME_Number_for_MT_SMS
1514
1515// 7.3.162
1516// AVP: SMS-Register-Request (1648) 3GPP (10415)
1517type enumerated AAA_3GPP_SMS_Register_Request {
1518 SMS_REGISTRATION_REQUIRED (0),
1519 SMS_REGISTRATION_NOT_PREFERRED (1),
1520 NO_PREFERENCE (2)
1521} with {
1522 variant "FIELDLENGTH(32)"
1523 variant "BYTEORDER(last)"
1524 variant "COMP(2scompl)"
1525}
1526
1527// 7.3.163
1528// AVP: Time-Zone (1642) 3GPP (10415)
1529type AVP_UTF8String AAA_3GPP_Time_Zone
1530
1531// 7.3.164
1532// AVP: Daylight-Saving-Time (1650) 3GPP (10415)
1533type enumerated AAA_3GPP_Daylight_Saving_Time {
1534 NO_ADJUSTMENT (0),
1535 PLUS_ONE_HOUR_ADJUSTMENT (1),
1536 PLUS_TWO_HOURS_ADJUSTMENT (2)
1537} with {
1538 variant "FIELDLENGTH(32)"
1539 variant "BYTEORDER(last)"
1540 variant "COMP(2scompl)"
1541}
1542
1543// 7.3.165
1544// AVP: Subscription-Data-Flags (1654) 3GPP (10415)
1545type AVP_Unsigned32 AAA_3GPP_Subscription_Data_Flags
1546
1547// 7.3.166, TS 32.422 v15.0.0 - 5.10.23
1548// AVP: Measurement-Period-LTE (1656) 3GPP (10415)
1549type enumerated AAA_3GPP_Measurement_Period_LTE {
1550 PERIOD_1024_ms (0),
1551 PERIOD_1280_ms (1),
1552 PERIOD_2048_ms (2),
1553 PERIOD_2560_ms (3),
1554 PERIOD_5120_ms (4),
1555 PERIOD_10240_ms (5),
1556 PERIOD_1_min (6)
1557} with {
1558 variant "FIELDLENGTH(32)"
1559 variant "BYTEORDER(last)"
1560 variant "COMP(2scompl)"
1561}
1562
1563// 7.3.167, TS 32.422 v15.0.0 - 5.10.22
1564// AVP: Measurement-Period-UMTS (1655) 3GPP (10415)
1565type enumerated AAA_3GPP_Measurement_Period_UMTS {
1566 PERIOD_250_ms (0),
1567 PERIOD_500_ms (1),
1568 PERIOD_1000_ms (2),
1569 PERIOD_2000_ms (3),
1570 PERIOD_3000_ms (4),
1571 PERIOD_4000_ms (5),
1572 PERIOD_6000_ms (6),
1573 PERIOD_8000_ms (7),
1574 PERIOD_12000_ms (8),
1575 PERIOD_16000_ms (9),
1576 PERIOD_20000_ms (10),
1577 PERIOD_24000_ms (11),
1578 PERIOD_28000_ms (12),
1579 PERIOD_32000_ms (13),
1580 PERIOD_64000_ms (14)
1581} with {
1582 variant "FIELDLENGTH(32)"
1583 variant "BYTEORDER(last)"
1584 variant "COMP(2scompl)"
1585}
1586
1587// 7.3.168, TS 32.422 v15.0.0 - 5.10.20
1588// AVP: Collection-Period-RRM-LTE (1657) 3GPP (10415)
1589type enumerated AAA_3GPP_Collection_Period_RRM_LTE {
1590 PERIOD_1024_ms (0),
1591 PERIOD_1280_ms (1),
1592 PERIOD_2048_ms (2),
1593 PERIOD_2560_ms (3),
1594 PERIOD_5120_ms (4),
1595 PERIOD_10240_ms (5),
1596 PERIOD_1_min (6)
1597} with {
1598 variant "FIELDLENGTH(32)"
1599 variant "BYTEORDER(last)"
1600 variant "COMP(2scompl)"
1601}
1602
1603// 7.3.169, TS 32.422 v15.0.0 - 5.10.22
1604// AVP: Collection-Period-RRM-UMTS (1658) 3GPP (10415)
1605type enumerated AAA_3GPP_Collection_Period_RRM_UMTS {
1606 PERIOD_250_ms (0),
1607 PERIOD_500_ms (1),
1608 PERIOD_1000_ms (2),
1609 PERIOD_2000_ms (3),
1610 PERIOD_3000_ms (4),
1611 PERIOD_4000_ms (5),
1612 PERIOD_6000_ms (6),
1613 PERIOD_8000_ms (7),
1614 PERIOD_12000_ms (8),
1615 PERIOD_16000_ms (9),
1616 PERIOD_20000_ms (10),
1617 PERIOD_24000_ms (11),
1618 PERIOD_28000_ms (12),
1619 PERIOD_32000_ms (13),
1620 PERIOD_64000_ms (14)
1621} with {
1622 variant "FIELDLENGTH(32)"
1623 variant "BYTEORDER(last)"
1624 variant "COMP(2scompl)"
1625}
1626
1627// 7.3.170
1628// AVP: Positioning-Method (1659) 3GPP (10415)
1629type AVP_OctetString AAA_3GPP_Positioning_Method
1630
1631// 7.3.171
1632// AVP: Measurement_Quantity (1660) 3GPP (10415)
1633type AVP_OctetString AAA_3GPP_Measurement_Quantity
1634
1635// 7.3.172
1636// AVP: Event-Threshold-Event-1F (1661) 3GPP (10415)
1637type AVP_Integer32 AAA_3GPP_Event_Threshold_Event_1F
1638
1639// 7.3.173
1640// AVP: Event-Threshold-Event-1I (1662) 3GPP (10415)
1641type AVP_Integer32 AAA_3GPP_Event_Threshold_Event_1I
1642
1643// 7.3.174
1644// AVP: Restoration-Priority (1663) 3GPP (10415)
1645type AVP_Unsigned32 AAA_3GPP_Restoration_Priority
1646
1647// 7.3.175
1648// AVP: SGs-MME-Identity (1664) 3GPP (10415)
1649type AVP_UTF8String AAA_3GPP_SGs_MME_Identity
1650
1651// 7.3.176
1652// AVP: SIPTO-Local-Network-Permission (1665) 3GPP (10415)
1653type AVP_Unsigned32 AAA_3GPP_SIPTO_Local_Network_Permission
1654
1655// 7.3.177
1656// AVP: Coupled-Node-Diameter-ID (1666) 3GPP (10415)
1657type AVP_DiameterIdentity AAA_3GPP_Coupled_Node_Diameter_ID
1658
1659// 7.3.181
1660// AVP: WLAN-offloadability (1667) 3GPP (10415)
1661type AVP_Grouped AAA_3GPP_WLAN_offloadability
1662
1663// 7.3.182
1664// AVP: WLAN-offloadability-EUTRAN (1668) 3GPP (10415)
1665type AVP_Unsigned32 AAA_3GPP_WLAN_offloadability_EUTRAN
1666
1667// 7.3.183
1668// AVP: WLAN-offloadability-UTRAN (1669) 3GPP (10415)
1669type AVP_Unsigned32 AAA_3GPP_WLAN_offloadability_UTRAN
1670
1671// 7.3.184
1672// AVP: Reset-ID (1670) 3GPP (10415)
1673type AVP_OctetString AAA_3GPP_Reset_ID
1674
1675// 7.3.185
1676// AVP: MDT-Allowed-PLMN-Id (1671) 3GPP (10415)
1677type AVP_OctetString AAA_3GPP_MDT_Allowed_PLMN_Id
1678
1679// 7.3.186
1680// AVP: Adjacent-PLMNs (1672) 3GPP (10415)
1681type AVP_Grouped AAA_3GPP_Adjacent_PLMNs
1682
1683// 7.3.187
1684// AVP: Adjacent-Access-Restriction-Data (1673) 3GPP (10415)
1685type AVP_Grouped AAA_3GPP_Adjacent_Access_Restriction_Data
1686
1687// 7.3.188
1688// AVP: DL-Buffering-Suggested-Packet-Count (1674) 3GPP (10415)
1689type AVP_Integer32 AAA_3GPP_DL_Buffering_Suggested_Packet_Count
1690
1691// 7.3.189
1692// AVP: IMSI-Group-Id (1675) 3GPP (10415)
1693type AVP_Grouped AAA_3GPP_IMSI_Group_Id
1694
1695// 7.3.190
1696// AVP: Group-Service-Id (1676) 3GPP (10415)
1697type AVP_Unsigned32 AAA_3GPP_Group_Service_Id
1698
1699// 7.3.191
1700// AVP: Group-PLMN-Id (1677) 3GPP (10415)
1701type AVP_OctetString AAA_3GPP_Group_PLMN_Id
1702
1703// 7.3.192
1704// AVP: Local-Group-Id (1678) 3GPP (10415)
1705type AVP_OctetString AAA_3GPP_Local_Group_Id
1706
1707// 7.3.201
1708// AVP: AIR-Flags (1679) 3GPP (10415)
1709type AVP_Unsigned32 AAA_3GPP_AIR_Flags
1710
1711// 7.3.202
1712// AVP: UE-Usage-Type (1680) 3GPP (10415)
1713type AVP_Unsigned32 AAA_3GPP_UE_Usage_Type
1714
1715// 7.3.204
1716// AVP: Non-IP-PDN-Type-Indicator (1681) 3GPP (10415)
1717type enumerated AAA_3GPP_Non_IP_PDN_Type_Indicator {
1718 FALSE_VALUE (0),
1719 TRUE_VALUE (1)
1720} with {
1721 variant "FIELDLENGTH(32)"
1722 variant "BYTEORDER(last)"
1723 variant "COMP(2scompl)"
1724}
1725
1726// 7.3.205
1727// AVP: Non-IP-Data-Delivery-Mechanism (1682) 3GPP (10415)
1728type AVP_Unsigned32 AAA_3GPP_Non_IP_Data_Delivery_Mechanism
1729
1730// 7.3.206
1731// AVP: Additional-Context-ID (1683) 3GPP (10415)
1732type AVP_Unsigned32 AAA_3GPP_Additional_Context_ID
1733
1734// 7.3.207
1735// AVP: SCEF-Realm (1684) 3GPP (10415)
1736type AVP_DiameterIdentity AAA_3GPP_SCEF_Realm
1737
1738// 7.3.208
1739// AVP: Subscription-Data-Deletion (1685) 3GPP (10415)
1740type AVP_Grouped AAA_3GPP_Subscription_Data_Deletion
1741
1742// 7.3.209
1743// AVP: Preferred-Data-Mode (1686) 3GPP (10415)
1744type AVP_Grouped AAA_3GPP_Preferred_Data_Mode
1745
1746// 7.3.210
1747// AVP: Emergency-Info (1687) 3GPP (10415)
1748type AVP_Grouped AAA_3GPP_Emergency_Info
1749
1750// 7.3.212
1751// AVP: V2X-Subscription-Data (1688) 3GPP (10415)
1752type AVP_Grouped AAA_3GPP_V2X_Subscription_Data
1753
1754// 7.3.213
1755// AVP: V2X-Permission (1689) 3GPP (10415)
1756type AVP_Unsigned32 AAA_3GPP_V2X_Permission
1757
1758// 7.3.214
1759// AVP: PDN-Connection-Continuity (1690) 3GPP (10415)
1760type AVP_Unsigned32 AAA_3GPP_PDN_Connection_Continuity
1761
1762// 7.3.215
1763// AVP: eDRX-Cycle-Length (1691) 3GPP (10415)
1764type AVP_Grouped AAA_3GPP_eDRX_Cycle_Length
1765
1766// 7.3.216
1767// AVP: eDRX-Cycle-Length-Value (1692) 3GPP (10415)
1768type AVP_OctetString AAA_3GPP_eDRX_Cycle_Length_Value
1769
1770// 7.3.217
1771// AVP: UE-PC5-AMBR (1693) 3GPP (10415)
1772type AVP_Unsigned32 AAA_3GPP_UE_PC5_AMBR
1773
1774// 7.3.219
1775// AVP: MBSFN-Area (1694) 3GPP (10415)
1776type AVP_Grouped AAA_3GPP_MBSFN_Area
1777
1778// 7.3.220
1779// AVP: MBSFN-Area-ID (1695) 3GPP (10415)
1780type AVP_Unsigned32 AAA_3GPP_MBSFN_Area_ID
1781
1782// 7.3.221
1783// AVP: Carrier-Frequency (1696) 3GPP (10415)
1784type AVP_Unsigned32 AAA_3GPP_Carrier_Frequency
1785
1786// 7.3.222
1787// AVP: RDS-Indicator (1697) 3GPP (10415)
1788type enumerated AAA_3GPP_RDS_Indicator {
1789 DISABLED (0),
1790 ENABLED (1)
1791} with {
1792 variant "FIELDLENGTH(32)"
1793 variant "BYTEORDER(last)"
1794 variant "COMP(2scompl)"
1795}
1796
1797/******************************************************************************
1798* Copyright (c) 2000-2019 Ericsson Telecom AB
1799* All rights reserved. This program and the accompanying materials
1800* are made available under the terms of the Eclipse Public License v2.0
1801* which accompanies this distribution, and is available at
1802* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
1803*
1804* Contributors:
1805* Gabor Szalai - initial implementation
1806******************************************************************************/
1807//
1808// File: GxInterface_PCC_3GPP_TS29212_f10.ddf
1809// Description: DDF for Gx Gxx and Sd according to 3GPP TS 29.212 V15.1.0
1810// Rev: R55A
1811// Prodnr: CNL 113 462
1812///////////////////////////////////////////////
1813
1814
1815// APPLICATION-NAME: PCC
1816// APPLICATION-REVISION: Vf_1_0
1817
1818// AVP implementations according to:
1819// 3GPP TS 29.212 V15.1.0 - Policy and Charging Control over Gx interface
1820//
1821//
1822// Dependant applications
1823// IETF RFC 3588 - Diameter Base Protocol
1824// IETF RFC 4005 - Diameter Network Address Server
1825// IETF RFC 4006 - Diameter Credit Control Application
1826// 3GPP TS 29.061 - Interworking between the Public Land Mobile Network (PLMN) supporting packet based services and Packet Data Networks (PDN)
1827// 3GPP TS 29.214 - Policy and Charging Control over Rx reference points
1828// 3GPP TS 29.229 - Cx and Dx interfaces based on the Diameter protocol
1829// 3GPP TS 29.272 - EPS; MME and SGSN related interfaces based on Diameter protocol
1830// 3GPP2 X.S0057-O - (3GPP2-BSID AVP reused for Gx and Gxx interface)
1831// 3GPP TS 32.299 - Telecommunication manegement; Charging management; Diameter charging applications
1832//
1833// Notes:
1834// Present application is based on 3GPP TS 29.210 V6.7.0 but has its own vendor
1835// specific Diameter application with application id for the Gx Application : 16777238
1836// Application-ID for the Gxx Application is 16777266
1837// Application-ID for the Sd Application is 16777303
1838
1839// 3GPP TS 29.212 V15.1.0
1840// 5.6, 5b.6, 5c.6
1841// WARNING: Enumeration item with code (258) exists in type Command_Code
1842
1843
1844
1845// 3GPP TS 29.212 V15.1.0
1846// AVP: Bearer-Usage (1000) 3GPP (10415)
1847// 5.3.1
1848type enumerated PCC_3GPP_Bearer_Usage {
1849 GENERAL (0),
1850 IMS_SIGNALLING (1)
1851} with {
1852 variant "FIELDLENGTH(32)"
1853 variant "BYTEORDER(last)"
1854 variant "COMP(2scompl)"
1855}
1856
1857
1858// 3GPP TS 29.212 V15.1.0
1859// AVP: Charging-Rule-Install (1001) 3GPP (10415)
1860// 5.3.2
1861type AVP_Grouped PCC_3GPP_Charging_Rule_Install
1862
1863
1864// 3GPP TS 29.212 V15.1.0
1865// AVP: Charging-Rule-Remove (1002) 3GPP (10415)
1866// 5.3.3
1867type AVP_Grouped PCC_3GPP_Charging_Rule_Remove
1868
1869
1870// 3GPP TS 29.212 V15.1.0
1871// AVP: Charging-Rule-Definition (1003) 3GPP (10415)
1872// 5.3.4
1873type AVP_Grouped PCC_3GPP_Charging_Rule_Definition
1874
1875
1876// 3GPP TS 29.212 V15.1.0
1877// AVP: Charging-Rule-Base-Name (1004) 3GPP (10415)
1878// 5.3.5
1879type AVP_UTF8String PCC_3GPP_Charging_Rule_Base_Name
1880
1881
1882// 3GPP TS 29.212 V15.1.0
1883// AVP: Charging-Rule-Name (1005) 3GPP (10415)
1884// 5.3.6
1885type AVP_OctetString PCC_3GPP_Charging_Rule_Name
1886
1887
1888
1889// 3GPP TS 29.212 V15.1.0
1890// AVP: Event-Trigger (1006) 3GPP (10415)
1891// 5.3.7
1892type enumerated PCC_3GPP_Event_Trigger {
1893 SGSN_CHANGE (0),
1894 QOS_CHANGE (1),
1895 RAT_CHANGE (2),
1896 TFT_CHANGE (3),
1897 PLMN_CHANGE (4),
1898 LOSS_OF_BEARER (5),
1899 RECOVERY_OF_BEARER (6),
1900 IP_CAN_CHANGE (7),
1901 QOS_CHANGE_EXCEEDING_AUTHORIZATION (11),
1902 RAI_CHANGE (12),
1903 USER_LOCATION_CHANGE (13),
1904 NO_EVENT_TRIGGERS (14),
1905 OUT_OF_CREDIT (15),
1906 REALLOCATION_OF_CREDIT (16),
1907 REVALIDATION_TIMEOUT (17),
1908 UE_IP_ADDRESS_ALLOCATE (18),
1909 UE_IP_ADDRESS_RELEASE (19),
1910 DEFAULT_EPS_BEARER_QOS_CHANGE (20),
1911 AN_GW_CHANGE (21),
1912 SUCCESSFUL_RESOURCE_ALLOCATION (22),
1913 RESOURCE_MODIFICATION_REQUEST (23),
1914 PGW_TRACE_CONTROL (24),
1915 UE_TIME_ZONE_CHANGE (25),
1916 TAI_CHANGE (26),
1917 ECGI_CHANGE (27),
1918 CHARGING_CORRELATION_EXCHANGE (28),
1919 APN_AMBR_MODIFICATION_FAILURE (29),
1920 USER_CSG_INFORMATION_CHANGE (30),
1921 USAGE_REPORT (33),
1922 DEFAULT_EPS_BEARER_QOS_MODIFICATION_FAILURE (34),
1923 USER_CSG_HYBRID_SUBSCRIBED_INFORMATION_CHANGE (35),
1924 USER_CSG_HYBRID_UNSUBSCRIBED_INFORMATION_CHANGE (36),
1925 ROUTING_RULE_CHANGE (37),
1926 APPLICATION_START (39),
1927 APPLICATION_STOP (40),
1928 CS_TO_PS_HANDOVER (42),
1929 UE_LOCAL_IP_ADDRESS_CHANGE (43),
1930 HENB_LOCAL_IP_ADDRESS_CHANGE (44),
1931 ACCESS_NETWORK_INFO_REPORT (45),
1932 CREDIT_MANAGEMENT_SESSION_FAILURE (46),
1933 DEFAULT_QOS_CHANGE (47),
1934 CHANGE_OF_UE_PRESENCE_IN_PRESENCE_REPORTING_AREA_REPORT (48),
1935 ADDITION_OF_ACCESS (49),
1936 REMOVAL_OF_ACCESS (50),
1937 UNAVAILABLITY_OF_ACCESS (51),
1938 AVAILABLITY_OF_ACCESS (52),
1939 RESOURCE_RELEASE (53),
1940 ENODEB_CHANGE (54),
1941 THREEGPP_PS_DATA_OFF_CHANGE (55)
1942} with {
1943 variant "FIELDLENGTH(32)"
1944 variant "BYTEORDER(last)"
1945 variant "COMP(2scompl)"
1946}
1947
1948
1949// 3GPP TS 29.212 V15.1.0
1950// AVP: Metering-Method (1007) 3GPP (10415)
1951// 5.3.8
1952type enumerated PCC_3GPP_Metering_Method {
1953 DURATION (0),
1954 VOLUME (1),
1955 DURATION_VOLUME (2),
1956 EVENT (3)
1957} with {
1958 variant "FIELDLENGTH(32)"
1959 variant "BYTEORDER(last)"
1960 variant "COMP(2scompl)"
1961}
1962
1963
1964// 3GPP TS 29.212 V15.1.0
1965// AVP: Offline (1008) 3GPP (10415)
1966// 5.3.9
1967type enumerated PCC_3GPP_Offline {
1968 DISABLE_OFFLINE (0),
1969 ENABLE_OFFLINE (1)
1970} with {
1971 variant "FIELDLENGTH(32)"
1972 variant "BYTEORDER(last)"
1973 variant "COMP(2scompl)"
1974}
1975
1976
1977// 3GPP TS 29.212 V15.1.0
1978// AVP: Online (1009) 3GPP (10415)
1979// 5.3.10
1980type enumerated PCC_3GPP_Online {
1981 DISABLE_ONLINE (0),
1982 ENABLE_ONLINE (1)
1983} with {
1984 variant "FIELDLENGTH(32)"
1985 variant "BYTEORDER(last)"
1986 variant "COMP(2scompl)"
1987}
1988
1989
1990// 3GPP TS 29.212 V15.1.0
1991// AVP: Precedence (1010) 3GPP (10415)
1992// 5.3.11
1993type AVP_Unsigned32 PCC_3GPP_Precedence
1994
1995
1996// 3GPP TS 29.212 V15.1.0
1997// AVP: Reporting-Level (1011) 3GPP (10415)
1998// 5.3.12
1999type enumerated PCC_3GPP_Reporting_Level {
2000 SERVICE_IDENTIFIER_LEVEL (0),
2001 RATING_GROUP_LEVEL (1),
2002 SPONSORED_CONNECTIVITY_LEVEL (2)
2003} with {
2004 variant "FIELDLENGTH(32)"
2005 variant "BYTEORDER(last)"
2006 variant "COMP(2scompl)"
2007}
2008
2009
2010// 3GPP TS 29.212 V15.1.0
2011// AVP: TFT-Filter (1012) 3GPP (10415)
2012// 5.3.13
2013type AVP_IPFilterRule PCC_3GPP_TFT_Filter
2014
2015
2016// 3GPP TS 29.212 V15.1.0
2017// AVP: TFT-Packet-Filter-Information (1013) 3GPP (10415)
2018// 5.3.14
2019type AVP_Grouped PCC_3GPP_TFT_Packet_Filter_Information
2020
2021
2022// 3GPP TS 29.212 V15.1.0
2023// AVP: ToS-Traffic-Class (1014) 3GPP (10415)
2024// 5.3.15
2025type AVP_OctetString PCC_3GPP_ToS_Traffic_Class
2026
2027
2028// 3GPP TS 29.212 V15.1.0
2029// AVP: QoS-Information (1016) 3GPP (10415)
2030// 5.3.16
2031type AVP_Grouped PCC_3GPP_QoS_Information
2032
2033
2034// 3GPP TS 29.212 V15.1.0
2035// AVP: QoS-Class-Identifier (1028) 3GPP (10415)
2036// 5.3.17
2037type AVP_Unsigned32 PCC_3GPP_QoS_Class_Identifier
2038
2039
2040// 3GPP TS 29.212 V15.1.0
2041// AVP: Charging-Rule-Report (1018) 3GPP (10415)
2042// 5.3.18
2043type AVP_Grouped PCC_3GPP_Charging_Rule_Report
2044
2045
2046// 3GPP TS 29.212 V15.1.0
2047// AVP: PCC-Rule-Status (1019) 3GPP (10415)
2048// 5.3.19
2049type enumerated PCC_3GPP_PCC_Rule_Status {
2050 ACTIVE (0),
2051 INACTIVE (1),
2052 TEMPORARILY_INACTIVE (2)
2053} with {
2054 variant "FIELDLENGTH(32)"
2055 variant "BYTEORDER(last)"
2056 variant "COMP(2scompl)"
2057}
2058
2059
2060// 3GPP TS 29.212 V15.1.0
2061// AVP: Bearer-Identifier (1020) 3GPP (10415)
2062// 5.3.20
2063type AVP_OctetString PCC_3GPP_Bearer_Identifier
2064
2065
2066// 3GPP TS 29.212 V15.1.0
2067// AVP: Bearer-Operation (1021) 3GPP (10415)
2068// 5.3.21
2069type enumerated PCC_3GPP_Bearer_Operation {
2070 TERMINATION (0),
2071 ESTABLISHMENT (1),
2072 MODIFICATION (2)
2073} with {
2074 variant "FIELDLENGTH(32)"
2075 variant "BYTEORDER(last)"
2076 variant "COMP(2scompl)"
2077}
2078
2079
2080// 3GPP TS 29.212 V15.1.0
2081// AVP: Access-Network-Charging-Identifier-Gx (1022) 3GPP (10415)
2082// 5.3.22
2083type AVP_Grouped PCC_3GPP_Access_Network_Charging_Identifier_Gx
2084
2085
2086// 3GPP TS 29.212 V15.1.0
2087// AVP: Bearer-Control-Mode (1023) 3GPP (10415)
2088// 5.3.23
2089type enumerated PCC_3GPP_Bearer_Control_Mode {
2090 UE_ONLY (0),
2091 RESERVED (1),
2092 UE_NW (2),
2093 SX_GX (3),
2094 SX_ONLY (4)
2095} with {
2096 variant "FIELDLENGTH(32)"
2097 variant "BYTEORDER(last)"
2098 variant "COMP(2scompl)"
2099}
2100
2101
2102// 3GPP TS 29.212 V15.1.0
2103// AVP: Network-Request-Support (1024) 3GPP (10415)
2104// 5.3.24
2105type enumerated PCC_3GPP_Network_Request_Support {
2106 NETWORK_REQUEST_NOT_SUPPORTED (0),
2107 NETWORK_REQUEST_SUPPORTED (1)
2108} with {
2109 variant "FIELDLENGTH(32)"
2110 variant "BYTEORDER(last)"
2111 variant "COMP(2scompl)"
2112}
2113
2114
2115// 3GPP TS 29.212 V15.1.0
2116// AVP: Guaranteed-Bitrate-DL (1025) 3GPP (10415)
2117// 5.3.25
2118type AVP_Unsigned32 PCC_3GPP_Guaranteed_Bitrate_DL
2119
2120
2121// 3GPP TS 29.212 V15.1.0
2122// AVP: Guaranteed-Bitrate-UL (1026) 3GPP (10415)
2123// 5.3.26
2124type AVP_Unsigned32 PCC_3GPP_Guaranteed_Bitrate_UL
2125
2126
2127// 3GPP TS 29.212 V15.1.0
2128// AVP: IP-CAN-Type (1027) 3GPP (10415)
2129// 5.3.27
2130type enumerated PCC_3GPP_IP_CAN_Type {
2131 threeGPP_GPRS (0),
2132 DOCSIS (1),
2133 xDSL (2),
2134 WiMAX (3),
2135 threeGPP2 (4),
2136 threeGPP_EPS (5),
2137 Non_threeGPP_EPS (6),
2138 FBA (7)
2139} with {
2140 variant "FIELDLENGTH(32)"
2141 variant "BYTEORDER(last)"
2142 variant "COMP(2scompl)"
2143}
2144
2145
2146// 3GPP TS 29.212 V15.1.0
2147// AVP: QoS-Negotiation (1029) 3GPP (10415)
2148// 5.3.28
2149type enumerated PCC_3GPP_QoS_Negotiation {
2150 NO_QoS_NEGOTIATION (0),
2151 QoS_NEGOTIATION_SUPPORTED (1)
2152} with {
2153 variant "FIELDLENGTH(32)"
2154 variant "BYTEORDER(last)"
2155 variant "COMP(2scompl)"
2156}
2157
2158
2159// 3GPP TS 29.212 V15.1.0
2160// AVP: QoS-Upgrade (1030) 3GPP (10415)
2161// 5.3.29
2162type enumerated PCC_3GPP_QoS_Upgrade {
2163 QoS_UPGRADE_NOT_SUPPORTED (0),
2164 QoS_UPGRADE_SUPPORTED (1)
2165} with {
2166 variant "FIELDLENGTH(32)"
2167 variant "BYTEORDER(last)"
2168 variant "COMP(2scompl)"
2169}
2170
2171
2172// 3GPP TS 29.212 V15.1.0
2173// AVP: Event-Report-Indication (1033) 3GPP (10415)
2174// 5.3.30
2175type AVP_Grouped PCC_3GPP_Event_Report_Indication
2176
2177
2178// 3GPP TS 29.212 V15.1.0
2179// AVP: RAT-Type (1032) 3GPP (10415)
2180// 5.3.31
2181type enumerated PCC_3GPP_RAT_Type {
2182 WLAN (0),
2183 VIRTUAL (1),
2184 UTRAN (1000),
2185 GERAN (1001),
2186 GAN (1002),
2187 HSPA_EVOLUTION (1003),
2188 EUTRAN (1004),
2189 EUTRAN_NB_IoT (1005),
2190 CDMA2000_1X (2000),
2191 HRPD (2001),
2192 UMB (2002),
2193 EHRPD (2003)
2194} with {
2195 variant "FIELDLENGTH(32)"
2196 variant "BYTEORDER(last)"
2197 variant "COMP(2scompl)"
2198}
2199
2200
2201// 3GPP TS 29.212 V15.1.0
2202// AVP: Allocation-Retention-Priority (1034) 3GPP (10415)
2203// 5.3.32
2204type AVP_Grouped PCC_3GPP_Allocation_Retention_Priority
2205
2206
2207// 3GPP TS 29.212 V15.1.0
2208// AVP: CoA-IP-Address (1035) 3GPP (10415)
2209// 5.3.33
2210type AVP_Address PCC_3GPP_CoA_IP_Address
2211
2212
2213// 3GPP TS 29.212 V15.1.0
2214// AVP: Tunnel-Header-Filter (1036) 3GPP (10415)
2215// 5.3.34
2216type AVP_IPFilterRule PCC_3GPP_Tunnel_Header_Filter
2217
2218
2219// 3GPP TS 29.212 V15.1.0
2220// AVP: Tunnel-Header-Length (1037) 3GPP (10415)
2221// 5.3.35
2222type AVP_Unsigned32 PCC_3GPP_Tunnel_Header_Length
2223
2224
2225// 3GPP TS 29.212 V15.1.0
2226// AVP: Tunnel-Information (1038) 3GPP (10415)
2227// 5.3.36
2228type AVP_Grouped PCC_3GPP_Tunnel_Information
2229
2230
2231// 3GPP TS 29.212 V15.1.0
2232// AVP: CoA-Information (1039) 3GPP (10415)
2233// 5.3.37
2234type AVP_Grouped PCC_3GPP_CoA_Information
2235
2236
2237// 3GPP TS 29.212 V15.1.0
2238// AVP: Rule-Failure-Code (1031) 3GPP (10415)
2239// 5.3.38
2240type enumerated PCC_3GPP_Rule_Failure_Code {
2241 UNKNOWN_RULE_NAME (1),
2242 RATING_GROUP_ERROR (2),
2243 SERVICE_IDENTIFIER_ERROR (3),
2244 GW_PCEF_MALFUNCTION (4),
2245 RESOURCES_LIMITATION (5),
2246 MAX_NR_BEARERS_REACHED (6),
2247 UNKNOWN_BEARER_ID (7),
2248 MISSING_BEARER_ID (8),
2249 MISSING_FLOW_DESCRIPTION (9),
2250 RESOURCE_ALLOCATION_FAILURE (10),
2251 UNSUCCESSFUL_QOS_VALIDATION (11),
2252 INCORRECT_FLOW_INFORMATION (12),
2253 PS_TO_CS_HANDOVER (13),
2254 TDF_APPLICATION_IDENTIFIER_ERROR (14),
2255 NO_BEARER_BOUND (15),
2256 FILTER_RESTRICTIONS (16),
2257 AN_GW_FAILED (17),
2258 MISSING_REDIRECT_SERVER_ADDRESS (18),
2259 CM_END_USER_SERVICE_DENIED (19),
2260 CM_CREDIT_CONTROL_NOT_APPLICABLE (20),
2261 CM_AUTHORIZATION_REJECTED (21),
2262 CM_USER_UNKNOWN (22),
2263 CM_RATING_FAILED (23),
2264 ROUTING_RULE_REJECTION (24),
2265 UNKNOWN_ROUTING_ACCESS_INFORMATION (25),
2266 NO_NBIFOM_SUPPORT (26)
2267} with {
2268 variant "FIELDLENGTH(32)"
2269 variant "BYTEORDER(last)"
2270 variant "COMP(2scompl)"
2271}
2272
2273
2274// 3GPP TS 29.212 V15.1.0
2275// AVP: APN-Aggregate-Max-Bitrate-DL (1040) 3GPP (10415)
2276// 5.3.39
2277type AVP_Unsigned32 PCC_3GPP_APN_Aggregate_Max_Bitrate_DL
2278
2279
2280// 3GPP TS 29.212 V15.1.0
2281// AVP: APN-Aggregate-Max-Bitrate-UL (1041) 3GPP (10415)
2282// 5.3.40
2283type AVP_Unsigned32 PCC_3GPP_APN_Aggregate_Max_Bitrate_UL
2284
2285
2286// 3GPP TS 29.212 V15.1.0
2287// AVP: Revalidation-Time (1042) 3GPP (10415)
2288// 5.3.41
2289type AVP_Time PCC_3GPP_Revalidation_Time
2290
2291
2292// 3GPP TS 29.212 V15.1.0
2293// AVP: Rule-Activation-Time (1043) 3GPP (10415)
2294// 5.3.42
2295type AVP_Time PCC_3GPP_Rule_Activation_Time
2296
2297
2298// 3GPP TS 29.212 V15.1.0
2299// AVP: Rule-DeActivation-Time (1044) 3GPP (10415)
2300// 5.3.43
2301type AVP_Time PCC_3GPP_Rule_DeActivation_Time
2302
2303
2304// 3GPP TS 29.212 V15.1.0
2305// AVP: Session-Release-Cause (1045) 3GPP (10415)
2306// 5.3.44
2307type enumerated PCC_3GPP_Session_Release_Cause {
2308 UNSPECIFIED_REASON (0),
2309 UE_SUBSCRIPTION_REASON (1),
2310 INSUFFICIENT_SERVER_RESOURCES (2),
2311 IP_CAN_SESSION_TERMINATION (3),
2312 UE_IP_ADDRESS_RELEASE (4)
2313} with {
2314 variant "FIELDLENGTH(32)"
2315 variant "BYTEORDER(last)"
2316 variant "COMP(2scompl)"
2317}
2318
2319
2320// 3GPP TS 29.212 V15.1.0
2321// AVP: Priority-Level (1046) 3GPP (10415)
2322// 5.3.45
2323type AVP_Unsigned32 PCC_3GPP_Priority_Level
2324
2325
2326// 3GPP TS 29.212 V15.1.0
2327// AVP: Pre-emption-Capability (1047) 3GPP (10415)
2328// 5.3.46
2329type enumerated PCC_3GPP_Pre_emption_Capability {
2330 PRE_EMPTION_CAPABILITY_ENABLED (0),
2331 PRE_EMPTION_CAPABILITY_DISABLED (1)
2332} with {
2333 variant "FIELDLENGTH(32)"
2334 variant "BYTEORDER(last)"
2335 variant "COMP(2scompl)"
2336}
2337
2338
2339// 3GPP TS 29.212 V15.1.0
2340// AVP: Pre-emption-Vulnerability (1048) 3GPP (10415)
2341// 5.3.47
2342type enumerated PCC_3GPP_Pre_emption_Vulnerability {
2343 PRE_EMPTION_VULNERABILITY_ENABLED (0),
2344 PRE_EMPTION_VULNERABILITY_DISABLED (1)
2345} with {
2346 variant "FIELDLENGTH(32)"
2347 variant "BYTEORDER(last)"
2348 variant "COMP(2scompl)"
2349}
2350
2351
2352// 3GPP TS 29.212 V15.1.0
2353// AVP: Default-EPS-Bearer-QoS (1049) 3GPP (10415)
2354// 5.3.48
2355type AVP_Grouped PCC_3GPP_Default_EPS_Bearer_QoS
2356
2357
2358// 3GPP TS 29.212 V15.1.0
2359// AVP: AN-GW-Address (1050) 3GPP (10415)
2360// 5.3.49
2361type AVP_Address PCC_3GPP_AN_GW_Address
2362
2363
2364// 3GPP TS 29.212 V15.1.0
2365// AVP: Resource-Allocation-Notification (1063) 3GPP (10415)
2366// 5.3.50
2367type enumerated PCC_3GPP_Resource_Allocation_Notification {
2368 ENABLE_NOTIFICATION (0)
2369} with {
2370 variant "FIELDLENGTH(32)"
2371 variant "BYTEORDER(last)"
2372 variant "COMP(2scompl)"
2373}
2374
2375
2376// 3GPP TS 29.212 V15.1.0
2377// AVP: Security-Parameter-Index (1056) 3GPP (10415)
2378// 5.3.51
2379type AVP_OctetString PCC_3GPP_Security_Parameter_Index
2380
2381
2382// 3GPP TS 29.212 V15.1.0
2383// AVP: Flow-Label (1057) 3GPP (10415)
2384// 5.3.52
2385type AVP_OctetString PCC_3GPP_Flow_Label
2386
2387
2388// 3GPP TS 29.212 V15.1.0
2389// AVP: Flow-Information (1058) 3GPP (10415)
2390// 5.3.53
2391type AVP_Grouped PCC_3GPP_Flow_Information
2392
2393
2394// 3GPP TS 29.212 V15.1.0
2395// AVP: Packet-Filter-Content (1059) 3GPP (10415)
2396// 5.3.54
2397type AVP_IPFilterRule PCC_3GPP_Packet_Filter_Content
2398
2399
2400// 3GPP TS 29.212 V15.1.0
2401// AVP: Packet-Filter-Identifier (1060) 3GPP (10415)
2402// 5.3.55
2403type AVP_OctetString PCC_3GPP_Packet_Filter_Identifier
2404
2405
2406// 3GPP TS 29.212 V15.1.0
2407// AVP: Packet-Filter-Information (1061) 3GPP (10415)
2408// 5.3.56
2409type AVP_Grouped PCC_3GPP_Packet_Filter_Information
2410
2411
2412// 3GPP TS 29.212 V15.1.0
2413// AVP: Packet-Filter-Operation (1062) 3GPP (10415)
2414// 5.3.57
2415type enumerated PCC_3GPP_Packet_Filter_Operation {
2416 DELETION (0),
2417 ADDITION (1),
2418 MODIFICATION (2)
2419} with {
2420 variant "FIELDLENGTH(32)"
2421 variant "BYTEORDER(last)"
2422 variant "COMP(2scompl)"
2423}
2424
2425
2426// 3GPP TS 29.212 V15.1.0
2427// AVP: PDN-Connection-ID (1065) 3GPP (10415)
2428// 5.3.58
2429type AVP_OctetString PCC_3GPP_PDN_Connection_ID
2430
2431
2432// 3GPP TS 29.212 V15.1.0
2433// AVP: Monitoring-Key (1066) 3GPP (10415)
2434// 5.3.59
2435type AVP_OctetString PCC_3GPP_Monitoring_Key
2436
2437
2438// 3GPP TS 29.212 V15.1.0
2439// AVP: Usage-Monitoring-Information (1067) 3GPP (10415)
2440// 5.3.60
2441type AVP_Grouped PCC_3GPP_Usage_Monitoring_Information
2442
2443
2444// 3GPP TS 29.212 V15.1.0
2445// AVP: Usage-Monitoring-Level (1068) 3GPP (10415)
2446// 5.3.61
2447type enumerated PCC_3GPP_Usage_Monitoring_Level {
2448 SESSION_LEVEL (0),
2449 PCC_RULE_LEVEL (1),
2450 ADC_RULE_LEVEL (2)
2451} with {
2452 variant "FIELDLENGTH(32)"
2453 variant "BYTEORDER(last)"
2454 variant "COMP(2scompl)"
2455}
2456
2457
2458// 3GPP TS 29.212 V15.1.0
2459// AVP: Usage-Monitoring-Report (1069) 3GPP (10415)
2460// 5.3.62
2461type enumerated PCC_3GPP_Usage_Monitoring_Report {
2462 USAGE_MONITORING_REPORT_REQUIRED (0)
2463} with {
2464 variant "FIELDLENGTH(32)"
2465 variant "BYTEORDER(last)"
2466 variant "COMP(2scompl)"
2467}
2468
2469
2470// 3GPP TS 29.212 V15.1.0
2471// AVP: Usage-Monitoring-Support (1070) 3GPP (10415)
2472// 5.3.63
2473type enumerated PCC_3GPP_Usage_Monitoring_Support {
2474 USAGE_MONITORING_DISABLED (0)
2475} with {
2476 variant "FIELDLENGTH(32)"
2477 variant "BYTEORDER(last)"
2478 variant "COMP(2scompl)"
2479}
2480
2481
2482// 3GPP TS 29.212 V15.1.0
2483// AVP: CSG-Information-Reporting (1071) 3GPP (10415)
2484// 5.3.64
2485type enumerated PCC_3GPP_CSG_Information_Reporting {
2486 CHANGE_CSG_CELL (0),
2487 CHANGE_CSG_SUBSCRIBED_HYBRID_CELL (1),
2488 CHANGE_CSG_UNSUBSCRIBED_HYBRID_CELL (2)
2489} with {
2490 variant "FIELDLENGTH(32)"
2491 variant "BYTEORDER(last)"
2492 variant "COMP(2scompl)"
2493}
2494
2495
2496// 3GPP TS 29.212 V15.1.0
2497// AVP: Flow-Direction (1080) 3GPP (10415)
2498// 5.3.65
2499type enumerated PCC_3GPP_Flow_Direction {
2500 UNSPECIFIED (0),
2501 DOWNLINK (1),
2502 UPLINK (2),
2503 BIDIRECTIONAL (3)
2504} with {
2505 variant "FIELDLENGTH(32)"
2506 variant "BYTEORDER(last)"
2507 variant "COMP(2scompl)"
2508}
2509
2510
2511// 3GPP TS 29.212 V15.1.0
2512// AVP: Packet-Filter-Usage (1072) 3GPP (10415)
2513// 5.3.66
2514type enumerated PCC_3GPP_Packet_Filter_Usage {
2515 SEND_TO_UE (1)
2516} with {
2517 variant "FIELDLENGTH(32)"
2518 variant "BYTEORDER(last)"
2519 variant "COMP(2scompl)"
2520}
2521
2522// 3GPP TS 29.212 V15.1.0
2523// AVP: Charging-Correlation-Indicator (1073) 3GPP (10415)
2524// 5.3.67
2525type enumerated PCC_3GPP_Charging_Correlation_Indicator {
2526 CHARGING_IDENTIFIER_REQUIRED (0)
2527} with {
2528 variant "FIELDLENGTH(32)"
2529 variant "BYTEORDER(last)"
2530 variant "COMP(2scompl)"
2531}
2532
2533// 3GPP TS 29.212 V15.1.0
2534// AVP: Routing-Rule-Install (1081) 3GPP (10415)
2535// 5.3.68
2536type AVP_Grouped PCC_3GPP_Routing_Rule_Install
2537
2538// 3GPP TS 29.212 V15.1.0
2539// AVP: Routing-Rule-Remove (1075) 3GPP (10415)
2540// 5.3.69
2541type AVP_Grouped PCC_3GPP_Routing_Rule_Remove
2542
2543// 3GPP TS 29.212 V15.1.0
2544// AVP: Routing-Rule-Definition (1076) 3GPP (10415)
2545// 5.3.70
2546type AVP_Grouped PCC_3GPP_Routing_Rule_Definition
2547
2548// 3GPP TS 29.212 V15.1.0
2549// AVP: Routing-Rule-Identifier (1077) 3GPP (10415)
2550// 5.3.71
2551type AVP_OctetString PCC_3GPP_Routing_Rule_Identifier
2552
2553// 3GPP TS 29.212 V15.1.0
2554// AVP: Routing-Filter (1078) 3GPP (10415)
2555// 5.3.72
2556type AVP_Grouped PCC_3GPP_Routing_Filter
2557
2558// 3GPP TS 29.212 V15.1.0
2559// AVP: Routing-IP-Address (1079) 3GPP (10415)
2560// 5.3.73
2561type AVP_Address PCC_3GPP_Routing_IP_Address
2562
2563
2564// 3GPP TS 29.212 V15.1.0
2565// AVP: TDF-Application-Identifier (1088) 3GPP (10415)
2566// 5.3.77
2567type AVP_OctetString PCC_3GPP_TDF_Application_Identifier
2568
2569
2570// 3GPP TS 29.212 V15.1.0
2571// AVP: TDF-Information (1087) 3GPP (10415)
2572// 5.3.78
2573type AVP_Grouped PCC_3GPP_TDF_Information
2574
2575
2576// 3GPP TS 29.212 V15.1.0
2577// AVP: TDF-Destination-Realm (1090) 3GPP (10415)
2578// 5.3.79
2579type AVP_DiameterIdentity PCC_3GPP_TDF_Destination_Realm
2580
2581
2582// 3GPP TS 29.212 V15.1.0
2583// AVP: TDF-Destination-Host (1089) 3GPP (10415)
2584// 5.3.80
2585type AVP_DiameterIdentity PCC_3GPP_TDF_Destination_Host
2586
2587
2588// 3GPP TS 29.212 V15.1.0
2589// AVP: TDF-IP-Address (1091) 3GPP (10415)
2590// 5.3.81
2591type AVP_Address PCC_3GPP_TDF_IP_Address
2592
2593
2594// 3GPP TS 29.212 V15.1.0
2595// AVP: Redirect-Information (1085) 3GPP (10415)
2596// 5.3.82
2597type AVP_Grouped PCC_3GPP_Redirect_Information
2598
2599
2600// 3GPP TS 29.212 V15.1.0
2601// AVP: Redirect-Support (1086) 3GPP (10415)
2602// 5.3.83
2603type enumerated PCC_3GPP_Redirect_Support {
2604 REDIRECTION_DISABLED (0),
2605 REDIRECTION_ENABLED (1)
2606} with {
2607 variant "FIELDLENGTH(32)"
2608 variant "BYTEORDER(last)"
2609 variant "COMP(2scompl)"
2610}
2611
2612
2613// 3GPP TS 29.212 V15.1.0
2614// AVP: PS-to-CS-Session-Continuity (1099) 3GPP (10415)
2615// 5.3.84
2616type enumerated PCC_3GPP_PS_to_CS_Session_Continuity {
2617 VIDEO_PS2CS_CONT_CANDIDATE (0)
2618} with {
2619 variant "FIELDLENGTH(32)"
2620 variant "BYTEORDER(last)"
2621 variant "COMP(2scompl)"
2622}
2623
2624
2625// 3GPP TS 29.212 V15.1.0
2626// AVP: Application-Detection-Information (1098) 3GPP (10415)
2627// 5.3.91
2628type AVP_Grouped PCC_3GPP_Application_Detection_Information
2629
2630
2631// 3GPP TS 29.212 V15.1.0
2632// AVP: TDF-Application-Instance-Identifier (2802) 3GPP (10415)
2633// 5.3.92
2634type AVP_OctetString PCC_3GPP_TDF_Application_Instance_Identifier
2635
2636
2637// 3GPP TS 29.212 V15.1.0
2638// AVP: HeNB-Local-IP-Address (2804) 3GPP (10415)
2639// 5.3.95
2640type AVP_Address PCC_3GPP_HeNB_Local_IP_Address
2641
2642
2643// 3GPP TS 29.212 V15.1.0
2644// AVP: UE-Local-IP-Address (2805) 3GPP (10415)
2645// 5.3.96
2646type AVP_Address PCC_3GPP_UE_Local_IP_Address
2647
2648
2649// 3GPP TS 29.212 V15.1.0
2650// AVP: UDP-Source-Port (2806) 3GPP (10415)
2651// 5.3.97
2652type AVP_Unsigned32 PCC_3GPP_UDP_Source_Port
2653
2654
2655// 3GPP TS 29.212 V15.1.0
2656// AVP: Mute-Notification (2809) 3GPP (10415)
2657// 5.3.98
2658type enumerated PCC_3GPP_Mute_Notification {
2659 MUTE_REQUIRED (0)
2660} with {
2661 variant "FIELDLENGTH(32)"
2662 variant "BYTEORDER(last)"
2663 variant "COMP(2scompl)"
2664}
2665
2666
2667// 3GPP TS 29.212 V15.1.0
2668// AVP: Monitoring-Time (2810) 3GPP (10415)
2669// 5.3.99
2670type AVP_Time PCC_3GPP_Monitoring_Time
2671
2672
2673// 3GPP TS 29.212 V15.1.0
2674// AVP: AN-GW-Status (2811) 3GPP (10415)
2675// 5.3.100
2676type enumerated PCC_3GPP_AN_GW_Status {
2677 AN_GW_FAILED (0)
2678} with {
2679 variant "FIELDLENGTH(32)"
2680 variant "BYTEORDER(last)"
2681 variant "COMP(2scompl)"
2682}
2683
2684
2685// 3GPP TS 29.212 V15.1.0
2686// AVP: User-Location-Info-Time (2812) 3GPP (10415)
2687// 5.3.101
2688type AVP_Time PCC_3GPP_User_Location_Info_Time
2689
2690
2691// 3GPP TS 29.212 V15.1.0
2692// AVP: Credit-Management-Status (1082) 3GPP (10415)
2693// 5.3.102
2694type AVP_Unsigned32 PCC_3GPP_Credit_Management_Status
2695
2696
2697// 3GPP TS 29.212 V15.1.0
2698// AVP: Default-QoS-Information (2816) 3GPP (10415)
2699// 5.3.103
2700type AVP_Grouped PCC_3GPP_Default_QoS_Information
2701
2702
2703// 3GPP TS 29.212 V15.1.0
2704// AVP: Default-QoS-Name (2817) 3GPP (10415)
2705// 5.3.104
2706type AVP_UTF8String PCC_3GPP_Default_QoS_Name
2707
2708
2709// 3GPP TS 29.212 V15.1.0
2710// AVP: Conditional-APN-Aggregate-Max-Bitrate (2818) 3GPP (10415)
2711// 5.3.105
2712type AVP_Grouped PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate
2713
2714
2715// 3GPP TS 29.212 V15.1.0
2716// AVP: RAN-NAS-Release-Cause (2819) 3GPP (10415)
2717// 5.3.106
2718type AVP_OctetString PCC_3GPP_RAN_NAS_Release_Cause
2719
2720
2721// 3GPP TS 29.212 V15.1.0
2722// AVP: Presence-Reporting-Area-Elements-List (2820) 3GPP (10415)
2723// 5.3.107
2724type AVP_OctetString PCC_3GPP_Presence_Reporting_Area_Elements_List
2725
2726
2727// 3GPP TS 29.212 V15.1.0
2728// AVP: Presence-Reporting-Area-Identifier (2821) 3GPP (10415)
2729// 5.3.108
2730type AVP_OctetString PCC_3GPP_Presence_Reporting_Area_Identifier
2731
2732
2733// 3GPP TS 29.212 V15.1.0
2734// AVP: Presence-Reporting-Area-Information (2822) 3GPP (10415)
2735// 5.3.109
2736type AVP_Grouped PCC_3GPP_Presence_Reporting_Area_Information
2737
2738
2739// 3GPP TS 29.212 V15.1.0
2740// AVP: Presence-Reporting-Area-Status (2823) 3GPP (10415)
2741// 5.3.110
2742type AVP_Unsigned32 PCC_3GPP_Presence_Reporting_Area_Status
2743
2744
2745// 3GPP TS 29.212 V15.1.0
2746// AVP: NetLoc-Access-Support (2824) 3GPP (10415)
2747// 5.3.111
2748type AVP_Unsigned32 PCC_3GPP_NetLoc_Access_Support
2749
2750
2751// 3GPP TS 29.212 V15.1.0
2752// AVP: Fixed-User-Location-Info (2825) 3GPP (10415)
2753// 5.3.112
2754type AVP_Grouped PCC_3GPP_Fixed_User_Location_Info
2755
2756
2757// 3GPP TS 29.212 V15.1.0
2758// AVP: PCSCF-Restoration-Indication (2826) 3GPP (10415)
2759// 5.3.113
2760type AVP_Unsigned32 PCC_3GPP_PCSCF_Restoration_Indication
2761
2762
2763// 3GPP TS 29.212 V15.1.0
2764// AVP: IP-CAN-Session-Charging-Scope (2827) 3GPP (10415)
2765// 5.3.114
2766type enumerated PCC_3GPP_IP_CAN_Session_Charging_Scope {
2767 IP_CAN_SESSION_SCOPE (0)
2768} with {
2769 variant "FIELDLENGTH(32)"
2770 variant "BYTEORDER(last)"
2771 variant "COMP(2scompl)"
2772}
2773
2774// 3GPP TS 29.212 V15.1.0
2775// AVP: Monitoring-Flags (2828) 3GPP (10415)
2776// 5.3.115
2777type AVP_Unsigned32 PCC_3GPP_Monitoring_Flags
2778
2779
2780// 3GPP TS 29.212 V15.1.0
2781// AVP: NBIFOM-Support (2831) 3GPP (10415)
2782// 5.3.116
2783type enumerated PCC_3GPP_NBIFOM_Support {
2784 NBIFOM_NOT_SUPPORTED (0),
2785 NBIFOM_SUPPORTED (1)
2786} with {
2787 variant "FIELDLENGTH(32)"
2788 variant "BYTEORDER(last)"
2789 variant "COMP(2scompl)"
2790}
2791
2792// 3GPP TS 29.212 V15.1.0
2793// AVP: NBIFOM-Mode (2830) 3GPP (10415)
2794// 5.3.117
2795type enumerated PCC_3GPP_NBIFOM_Mode {
2796 UE_INITIATED (0),
2797 NETWORK_INITIATED (1)
2798} with {
2799 variant "FIELDLENGTH(32)"
2800 variant "BYTEORDER(last)"
2801 variant "COMP(2scompl)"
2802}
2803
2804// 3GPP TS 29.212 V15.1.0
2805// AVP: Routing-Rule-Report (2835) 3GPP (10415)
2806// 5.3.118
2807type AVP_Grouped PCC_3GPP_Routing_Rule_Report
2808
2809
2810// 3GPP TS 29.212 V15.1.0
2811// AVP: Routing-Rule-Failure-Code (2834) 3GPP (10415)
2812// 5.3.119
2813type AVP_Unsigned32 PCC_3GPP_Routing_Rule_Failure_Code
2814
2815
2816// 3GPP TS 29.212 V15.1.0
2817// AVP: Default-Access (2829) 3GPP (10415)
2818// 5.3.120
2819type enumerated PCC_3GPP_Default_Access {
2820 threeGPP_GPRS (0),
2821 DOCSIS (1),
2822 xDSL (2),
2823 WiMAX (3),
2824 threeGPP2 (4),
2825 threeGPP_EPS (5),
2826 Non_threeGPP_EPS (6),
2827 FBA (7)
2828} with {
2829 variant "FIELDLENGTH(32)"
2830 variant "BYTEORDER(last)"
2831 variant "COMP(2scompl)"
2832}
2833
2834
2835// 3GPP TS 29.212 V15.1.0
2836// AVP: Access-Availability-Change-Reason (2833) 3GPP (10415)
2837// 5.3.121
2838type AVP_Unsigned32 PCC_3GPP_Access_Availability_Change_Reason
2839
2840
2841// 3GPP TS 29.212 V15.1.0
2842// AVP: RAN-Rule-Support (2832) 3GPP (10415)
2843// 5.3.122
2844type AVP_Unsigned32 PCC_3GPP_RAN_Rule_Support
2845
2846
2847// 3GPP TS 29.212 V15.1.0
2848// AVP: Traffic-Steering-Policy-Identifier-DL (2836) 3GPP (10415)
2849// 5.3.123
2850type AVP_OctetString PCC_3GPP_Traffic_Steering_Policy_Identifier_DL
2851
2852
2853// 3GPP TS 29.212 V15.1.0
2854// AVP: Traffic-Steering-Policy-Identifier-UL (2837) 3GPP (10415)
2855// 5.3.124
2856type AVP_OctetString PCC_3GPP_Traffic_Steering_Policy_Identifier_UL
2857
2858
2859// 3GPP TS 29.212 V15.1.0
2860// AVP: Resource-Release-Notification (2841) 3GPP (10415)
2861// 5.3.125
2862type enumerated PCC_3GPP_Resource_Release_Notification {
2863 ENABLE_NOTIFICATION (0)
2864} with {
2865 variant "FIELDLENGTH(32)"
2866 variant "BYTEORDER(last)"
2867 variant "COMP(2scompl)"
2868}
2869
2870
2871// 3GPP TS 29.212 V15.1.0
2872// AVP: Removal-Of-Access (2842) 3GPP (10415)
2873// 5.3.126
2874type enumerated PCC_3GPP_Removal_Of_Access {
2875 REMOVAL_OF_ACCESS (0)
2876} with {
2877 variant "FIELDLENGTH(32)"
2878 variant "BYTEORDER(last)"
2879 variant "COMP(2scompl)"
2880}
2881
2882
2883// 3GPP TS 29.212 V15.1.0
2884// AVP: Execution-Time (2839) 3GPP (10415)
2885// 5.3.127
2886type AVP_Time PCC_3GPP_Execution_Time
2887
2888
2889// 3GPP TS 29.212 V15.1.0
2890// AVP: Conditional-Policy-Information (2840) 3GPP (10415)
2891// 5.3.128
2892type AVP_Grouped PCC_3GPP_Conditional_Policy_Information
2893
2894// 3GPP TS 29.212 V15.1.0
2895// AVP: TCP-Source-Port (2843) 3GPP (10415)
2896// 5.3.129
2897type AVP_Unsigned32 PCC_3GPP_TCP_Source_Port
2898
2899// 3GPP TS 29.212 V15.1.0
2900// AVP: PRA-Install (2845) 3GPP (10415)
2901// 5.3.130
2902type AVP_Grouped PCC_3GPP_PRA_Install
2903
2904// 3GPP TS 29.212 V15.1.0
2905// AVP: PRA-Remove (2846) 3GPP (10415)
2906// 5.3.131
2907type AVP_Grouped PCC_3GPP_PRA_Remove
2908
2909// 3GPP TS 29.212 V15.1.0
2910// AVP: Default-Bearer-Indication (2844) 3GPP (10415)
2911// 5.3.132
2912type enumerated PCC_3GPP_Default_Bearer_Indication {
2913 BIND_TO_DEF_BEARER (0),
2914 BIND_TO_APPLICABLE_BEARER (1)
2915} with {
2916 variant "FIELDLENGTH(32)"
2917 variant "BYTEORDER(last)"
2918 variant "COMP(2scompl)"
2919}
2920
2921// 3GPP TS 29.212 V15.1.0
2922// AVP: 3GPP-PS-Data-Off-Status (2847) 3GPP (10415)
2923// 5.3.133
2924type enumerated PCC_3GPP_3GPP_PS_Data_Off_Status {
2925 ACTIVE (0),
2926 INACTIVE (1)
2927} with {
2928 variant "FIELDLENGTH(32)"
2929 variant "BYTEORDER(last)"
2930 variant "COMP(2scompl)"
2931}
2932
2933// 3GPP TS 29.212 V15.1.0
2934// AVP: Extended-APN-AMBR-DL (2848) 3GPP (10415)
2935// 5.3.134
2936type AVP_Unsigned32 PCC_3GPP_Extended_APN_AMBR_DL
2937
2938// 3GPP TS 29.212 V15.1.0
2939// AVP: Extended-APN-AMBR-UL (2849) 3GPP (10415)
2940// 5.3.135
2941type AVP_Unsigned32 PCC_3GPP_Extended_APN_AMBR_UL
2942
2943// 3GPP TS 29.212 V15.1.0
2944// AVP: Extended-GBR-DL (2850) 3GPP (10415)
2945// 5.3.136
2946type AVP_Unsigned32 PCC_3GPP_Extended_GBR_DL
2947
2948// 3GPP TS 29.212 V15.1.0
2949// AVP: Extended-GBR-UL (2851) 3GPP (10415)
2950// 5.3.137
2951type AVP_Unsigned32 PCC_3GPP_Extended_GBR_UL
2952
2953
2954// Gxx specific AVPs
2955
2956// 3GPP TS 29.212 V15.1.0
2957// AVP: QoS-Rule-Install (1051) 3GPP (10415)
2958// 5a.3.1
2959type AVP_Grouped PCC_3GPP_QoS_Rule_Install
2960
2961
2962// 3GPP TS 29.212 V15.1.0
2963// AVP: QoS-Rule-Remove (1052) 3GPP (10415)
2964// 5a.3.2
2965type AVP_Grouped PCC_3GPP_QoS_Rule_Remove
2966
2967
2968// 3GPP TS 29.212 V15.1.0
2969// AVP: QoS-Rule-Definition (1053) 3GPP (10415)
2970// 5a.3.3
2971type AVP_Grouped PCC_3GPP_QoS_Rule_Definition
2972
2973
2974// 3GPP TS 29.212 V15.1.0
2975// AVP: QoS-Rule-Name (1054) 3GPP (10415)
2976// 5a.3.4
2977type AVP_OctetString PCC_3GPP_QoS_Rule_Name
2978
2979
2980// 3GPP TS 29.212 V15.1.0
2981// AVP: QoS-Rule-Report (1055) 3GPP (10415)
2982// 5a.3.5
2983type AVP_Grouped PCC_3GPP_QoS_Rule_Report
2984
2985
2986// 3GPP TS 29.212 V15.1.0
2987// AVP: Session-Linking-Indicator (1064) 3GPP (10415)
2988// 5a.3.6
2989type enumerated PCC_3GPP_Session_Linking_Indicator {
2990 SESSION_LINKING_IMMEDIATE (0),
2991 SESSION_LINKING_DEFERRED (1),
2992 SESSION_LINKING_INVALID (100)
2993} with {
2994 variant "FIELDLENGTH(32)"
2995 variant "BYTEORDER(last)"
2996 variant "COMP(2scompl)"
2997}
2998
2999// 3GPP TS 29.212 V15.1.0
3000// AVP: QoS-Rule-Base-Name (1074) 3GPP (10415)
3001// 5a.3.7
3002type AVP_UTF8String PCC_3GPP_QoS_Rule_Base_Name
3003
3004
3005// Sd specific AVPs
3006
3007// 3GPP TS 29.212 V15.1.0
3008// AVP: ADC-Rule-Install (1092) 3GPP (10415)
3009// 5b.3.1
3010type AVP_Grouped PCC_3GPP_ADC_Rule_Install
3011
3012
3013// 3GPP TS 29.212 V15.1.0
3014// AVP: ADC-Rule-Remove (1093) 3GPP (10415)
3015// 5b.3.2
3016type AVP_Grouped PCC_3GPP_ADC_Rule_Remove
3017
3018
3019// 3GPP TS 29.212 V15.1.0
3020// AVP: ADC-Rule-Definition (1094) 3GPP (10415)
3021// 5b.3.3
3022type AVP_Grouped PCC_3GPP_ADC_Rule_Definition
3023
3024
3025// 3GPP TS 29.212 V15.1.0
3026// AVP: ADC-Rule-Base-Name (1095) 3GPP (10415)
3027// 5b.3.4
3028type AVP_UTF8String PCC_3GPP_ADC_Rule_Base_Name
3029
3030
3031// 3GPP TS 29.212 V15.1.0
3032// AVP: ADC-Rule-Name (1096) 3GPP (10415)
3033// 5b.3.5
3034type AVP_OctetString PCC_3GPP_ADC_Rule_Name
3035
3036
3037// 3GPP TS 29.212 V15.1.0
3038// AVP: ADC-Rule-Report (1097) 3GPP (10415)
3039// 5b.3.6
3040type AVP_Grouped PCC_3GPP_ADC_Rule_Report
3041
3042/******************************************************************************
3043* Copyright (c) 2000-2019 Ericsson Telecom AB
3044* All rights reserved. This program and the accompanying materials
3045* are made available under the terms of the Eclipse Public License v2.0
3046* which accompanies this distribution, and is available at
3047* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
3048*
3049* Contributors:
3050* Timea Moder
3051******************************************************************************/
3052//
3053// File: S6Interfaces_3GPP_TS29336_f00.ddf
3054// Description: DDF for S6m, S6n and S6t Interfaces according to 3GPP TS 29.336 V15.0.0
3055// Rev: R55A
3056// Prodnr: CNL 113 462
3057
3058
3059// APPLICATION-NAME: S6
3060// APPLICATION-REVISION: V15_0_0
3061
3062// AVP implementations according to:
3063// 3GPP TS 29.336 V15.0.0 - Home Subscriber Server (HSS) diameter interfaces for interworking with packet data networks and applications
3064
3065// 8.2.2
3066
3067
3068//S6m/S6n specific Diameter AVPs
3069
3070// 6.4.14
3071// AVP: IP-SM-GW-Number (3100) 3GPP (10415)
3072type AVP_OctetString S6_3GPP_IP_SM_GW_Number
3073
3074// 6.4.15
3075// AVP: IP-SM-GW-Name (3101) 3GPP (10415)
3076type AVP_DiameterIdentity S6_3GPP_IP_SM_GW_Name
3077
3078// 6.4.2
3079// AVP: User-Identifier (3102) 3GPP (10415)
3080type AVP_Grouped S6_3GPP_User_Identifier
3081
3082// 6.4.3
3083// AVP: Service-ID (3103) 3GPP (10415)
3084type enumerated S6_3GPP_Service_ID {
3085 DEVICE_TRIGGER (0),
3086 SMS_MO (1)
3087} with {
3088 variant "FIELDLENGTH(32)"
3089 variant "BYTEORDER(last)"
3090 variant "COMP(2scompl)"
3091}
3092
3093// 6.4.4
3094// AVP: SCS-Identity (3104) 3GPP (10415)
3095type AVP_OctetString S6_3GPP_SCS_Identity
3096
3097// 6.4.5
3098// AVP: Service-Parameters (3105) 3GPP (10415)
3099type AVP_Grouped S6_3GPP_Service_Parameters
3100
3101// 6.4.6
3102// AVP: T4-Parameters (3106) 3GPP (10415)
3103type AVP_Grouped S6_3GPP_T4_Parameters
3104
3105// 6.4.7
3106// AVP: Service-Data (3107) 3GPP (10415)
3107type AVP_Grouped S6_3GPP_Service_Data
3108
3109// 6.4.8
3110// AVP: T4-Data (3108) 3GPP (10415)
3111type AVP_Grouped S6_3GPP_T4_Data
3112
3113// 6.4.9
3114// AVP: HSS-Cause (3109) 3GPP (10415)
3115type AVP_Unsigned32 S6_3GPP_HSS_Cause
3116
3117// 6.4.10
3118// AVP: SIR-Flags (3110) 3GPP (10415)
3119type AVP_Unsigned32 S6_3GPP_SIR_Flags
3120
3121// 6.4.11
3122// AVP: External-Identifier (3111) 3GPP (10415)
3123type AVP_UTF8String S6_3GPP_External_Identifier
3124
3125// 6.4.18
3126// AVP: IP-SM-GW-Realm (3112) 3GPP (10415)
3127type AVP_DiameterIdentity S6_3GPP_IP_SM_GW_Realm
3128
3129
3130
3131//S6t specific Diameter AVPs
3132
3133// 8.4.25
3134// AVP: AESE-Communication-Pattern (3113) 3GPP (10415)
3135type AVP_Grouped S6_3GPP_AESE_Communication_Pattern
3136
3137// 8.4.26
3138// AVP: Communication-Pattern-Set (3114) 3GPP (10415)
3139type AVP_Grouped S6_3GPP_Communication_Pattern_Set
3140
3141// 8.4.27
3142// AVP: Periodic-Communication-Indicator (3115) 3GPP (10415)
3143type AVP_Unsigned32 S6_3GPP_Periodic_Communication_Indicator
3144
3145// 8.4.28
3146// AVP: Communication-Duration-Time (3116) 3GPP (10415)
3147type AVP_Unsigned32 S6_3GPP_Communication_Duration_Time
3148
3149// 8.4.29
3150// AVP: Periodic-Time (3117) 3GPP (10415)
3151type AVP_Unsigned32 S6_3GPP_Periodic_Time
3152
3153// 8.4.30
3154// AVP: Scheduled-Communication-Time (3118) 3GPP (10415)
3155type AVP_Grouped S6_3GPP_Scheduled_Communication_Time
3156
3157// 8.4.31
3158// AVP: Stationary-Indication (3119) 3GPP (10415)
3159type AVP_Unsigned32 S6_3GPP_Stationary_Indication
3160
3161// 8.4.32
3162// AVP: AESE-Communication-Pattern-Config-Status (3120) 3GPP (10415)
3163type AVP_Grouped S6_3GPP_AESE_Communication_Pattern_Config_Status
3164
3165// 8.4.33
3166// AVP: AESE-Error-Report (3121) 3GPP (10415)
3167type AVP_Grouped S6_3GPP_AESE_Error_Report
3168
3169// 8.4.2
3170// AVP: Monitoring-Event-Configuration (3122) 3GPP (10415)
3171type AVP_Grouped S6_3GPP_Monitoring_Event_Configuration
3172
3173// 8.4.3
3174// AVP: Monitoring-Event-Report (3123) 3GPP (10415)
3175type AVP_Grouped S6_3GPP_Monitoring_Event_Report
3176
3177// 8.4.4
3178// AVP: SCEF-Reference-ID (3124) 3GPP (10415)
3179type AVP_Unsigned32 S6_3GPP_SCEF_Reference_ID
3180
3181// 8.4.5
3182// AVP: SCEF-ID (3125) 3GPP (10415)
3183type AVP_DiameterIdentity S6_3GPP_SCEF_ID
3184
3185// 8.4.6
3186// AVP: SCEF-Reference-ID-for-Deletion (3126) 3GPP (10415)
3187type AVP_Unsigned32 S6_3GPP_SCEF_Reference_ID_for_Deletion
3188
3189// 8.4.7
3190// AVP: Monitoring-Type (3127) 3GPP (10415)
3191type AVP_Unsigned32 S6_3GPP_Monitoring_Type
3192
3193// 8.4.8
3194// AVP: Maximum-Number-of-Reports (3128) 3GPP (10415)
3195type AVP_Unsigned32 S6_3GPP_Maximum_Number_of_Reports
3196
3197// 8.4.9
3198// AVP: UE-Reachability-Configuration (3129) 3GPP (10415)
3199type AVP_Grouped S6_3GPP_UE_Reachability_Configuration
3200
3201// 8.4.10
3202// AVP: Monitoring-Duration (3130) 3GPP (10415)
3203type AVP_Time S6_3GPP_Monitoring_Duration
3204
3205// 8.4.11
3206// AVP: Maximum-Detection-Time (3131) 3GPP (10415)
3207type AVP_Unsigned32 S6_3GPP_Maximum_Detection_Time
3208
3209// 8.4.12
3210// AVP: Reachability-Type (3132) 3GPP (10415)
3211type AVP_Unsigned32 S6_3GPP_Reachability_Type
3212
3213// 8.4.13
3214// AVP: Maximum-Latency (3133) 3GPP (10415)
3215type AVP_Unsigned32 S6_3GPP_Maximum_Latency
3216
3217// 8.4.14
3218// AVP: Maximum-Response-Time (3134) 3GPP (10415)
3219type AVP_Unsigned32 S6_3GPP_Maximum_Response_Time
3220
3221// 8.4.15
3222// AVP: Location-Information-Configuration (3135) 3GPP (10415)
3223type AVP_Grouped S6_3GPP_Location_Information_Configuration
3224
3225// 8.4.16
3226// AVP: MONTE-Location-Type (3136) 3GPP (10415)
3227type AVP_Unsigned32 S6_3GPP_MONTE_Location_Type
3228
3229// 8.4.17
3230// AVP: Accuracy (3137) 3GPP (10415)
3231type AVP_Unsigned32 S6_3GPP_Accuracy
3232
3233// 8.4.18
3234// AVP: Association-Type (3138) 3GPP (10415)
3235type AVP_Unsigned32 S6_3GPP_Association_Type
3236
3237// 8.4.19
3238// AVP: Roaming-Information (3139) 3GPP (10415)
3239type AVP_Unsigned32 S6_3GPP_Roaming_Information
3240
3241// 8.4.20
3242// AVP: Reachability-Information (3140) 3GPP (10415)
3243type AVP_Unsigned32 S6_3GPP_Reachability_Information
3244
3245// 8.4.22
3246// AVP: IMEI-Change (3141) 3GPP (10415)
3247type AVP_Unsigned32 S6_3GPP_IMEI_Change
3248
3249// 8.4.24
3250// AVP: Monitoring-Event-Config-Status (3142) 3GPP (10415)
3251type AVP_Grouped S6_3GPP_Monitoring_Event_Config_Status
3252
3253// 8.4.40
3254// AVP: Supported-Services (3143) 3GPP (10415)
3255type AVP_Grouped S6_3GPP_Supported_Services
3256
3257// 8.4.41
3258// AVP: Supported-Monitoring-Events (3144) 3GPP (10415)
3259type AVP_Unsigned64 S6_3GPP_Supported_Monitoring_Events
3260
3261// 8.4.39
3262// AVP: CIR-Flags (3145) 3GPP (10415)
3263type AVP_Unsigned32 S6_3GPP_CIR_Flags
3264
3265// 8.4.37
3266// AVP: Service-Result (3146) 3GPP (10415)
3267type AVP_Grouped S6_3GPP_Service_Result
3268
3269// 8.4.38
3270// AVP: Service-Result-Code (3147) 3GPP (10415)
3271type AVP_Unsigned32 S6_3GPP_Service_Result_Code
3272
3273// 8.4.42
3274// AVP: Reference-ID-Validity-Time (3148) 3GPP (10415)
3275type AVP_Time S6_3GPP_Reference_ID_Validity_Time
3276
3277// 8.4.43
3278// AVP: Event-Handling (3149) 3GPP (10415)
3279type AVP_Unsigned32 S6_3GPP_Event_Handling
3280
3281// 8.4.44
3282// AVP: NIDD-Authorization-Request (3150) 3GPP (10415)
3283type AVP_Grouped S6_3GPP_NIDD_Authorization_Request
3284
3285// 8.4.45
3286// AVP: NIDD-Authorization-Response (3151) 3GPP (10415)
3287type AVP_Grouped S6_3GPP_NIDD_Authorization_Response
3288
3289// 8.4.47
3290// AVP: Service-Report (3152) 3GPP (10415)
3291type AVP_Grouped S6_3GPP_Service_Report
3292
3293// 8.4.48
3294// AVP: Node-Type (3153) 3GPP (10415)
3295type AVP_Unsigned32 S6_3GPP_Node_Type
3296
3297// 8.4.50
3298// AVP: S6t-HSS-Cause (3154) 3GPP (10415)
3299type AVP_Unsigned32 S6_3GPP_S6t_HSS_Cause
3300
3301// 8.4.51
3302// AVP: Enhanced-Coverage-Restriction (3155) 3GPP (10415)
3303type AVP_Grouped S6_3GPP_Enhanced_Coverage_Restriction
3304
3305// 8.4.52
3306// AVP: Enhanced-Coverage-Restriction-Data (3156) 3GPP (10415)
3307type AVP_Grouped S6_3GPP_Enhanced_Coverage_Restriction_Data
3308
3309// 8.4.53
3310// AVP: Restricted-PLMN-List (3157) 3GPP (10415)
3311type AVP_Grouped S6_3GPP_Restricted_PLMN_List
3312
3313// 8.4.54
3314// AVP: Allowed-PLMN-List (3158) 3GPP (10415)
3315type AVP_Grouped S6_3GPP_Allowed_PLMN_List
3316
3317// 8.4.55
3318// AVP: Requested-Validity-Time (3159) 3GPP (10415)
3319type AVP_Time S6_3GPP_Requested_Validity_Time
3320
3321// 8.4.56
3322// AVP: Granted-Validity-Time (3160) 3GPP (10415)
3323type AVP_Time S6_3GPP_Granted_Validity_Time
3324
3325// 8.4.57
3326// AVP: NIDD-Authorization-Update (3161) 3GPP (10415)
3327type AVP_Grouped S6_3GPP_NIDD_Authorization_Update
3328
3329// 8.4.58
3330// AVP: Loss-Of-Connectivity-Reason (3162) 3GPP (10415)
3331type AVP_Unsigned32 S6_3GPP_Loss_Of_Connectivity_Reason
3332
3333// 8.4.59
3334// AVP: Group-Reporting-Guard-Timer (3163) 3GPP (10415)
3335type AVP_Unsigned32 S6_3GPP_Group_Reporting_Guard_Timer
3336
3337// 8.4.60
3338// AVP: CIA-Flags (3164) 3GPP (10415)
3339type AVP_Unsigned32 S6_3GPP_CIA_Flags
3340
3341// 8.4.61
3342// AVP: Group-Monitoring-Event-Report (3165) 3GPP (10415)
3343type AVP_Grouped S6_3GPP_Group_Monitoring_Event_Report
3344
3345// 8.4.62
3346// AVP: Group-Monitoring-Event-Report-Item (3166) 3GPP (10415)
3347type AVP_Grouped S6_3GPP_Group_Monitoring_Event_Report_Item
3348
3349// 8.4.63
3350// AVP: RIR-Flags (3167) 3GPP (10415)
3351type AVP_Unsigned32 S6_3GPP_RIR_Flags
3352
3353// 8.4.64
3354// AVP: Type-Of-External-Identifier (3168) 3GPP (10415)
3355type AVP_Unsigned32 S6_3GPP_Type_Of_External_Identifier
3356
3357// 8.4.65
3358// AVP: APN-Validity-Time (3169) 3GPP (10415)
3359type AVP_Grouped S6_3GPP_APN_Validity_Time
3360
3361
3362
3363/******************************************************************************
3364* Copyright (c) 2000-2019 Ericsson Telecom AB
3365* All rights reserved. This program and the accompanying materials
3366* are made available under the terms of the Eclipse Public License v2.0
3367* which accompanies this distribution, and is available at
3368* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
3369*
3370* Contributors:
3371* Roland Gecse - initial implementation and initial documentation
3372* Akos Pernek
3373* Antal Wuh.Hen.Chang
3374* Attila Fulop
3375* Balazs Barcsik
3376* Bence Molnar
3377* Csaba Koppany
3378* David Juhasz
3379* Eduard Czimbalmos
3380* Elemer Lelik
3381* Endre Kiss
3382* Endre Kulcsar
3383* Gabor Szalai
3384* Gabor Tatarka
3385* Gergely Futo
3386* Istvan Sandor
3387* Krisztian Pandi
3388* Kulcsár Endre
3389* Laszlo Tamas Zeke
3390* Norbert Pinter
3391* Roland Gecse
3392* Tibor Bende
3393* Tibor Szabo
3394* Timea Moder
3395* Zoltan Medve
3396* Zsolt Nandor Torok
3397* Zsolt Szalai
3398******************************************************************************/
3399//
3400// File: MobileIPv6_HA_IETF_RFC5778.ddf
3401// Description: DDF for Mobile IPv6 according to RFC 5778
3402// Rev: R55A
3403// Prodnr: CNL113462
3404///////////////////////////////////////////////
3405
3406// APPLICATION-NAME: MIPv6
3407// APPLICATION-REVISION: RFC5778
3408
3409// RFC 5778 6.2
3410// AVP: Service-Selection (493)
3411type AVP_UTF8String MIPv6_NONE_Service_Selection
3412
3413// RFC 5778 6.3
3414// AVP: MIP-MN-AAA-SPI (341)
3415type AVP_Unsigned32 MIPv6_NONE_MIP_MN_AAA_SPI
3416
3417// RFC 5778 6.4
3418// AVP: MIP-MN-HA-SPI (491)
3419type AVP_Unsigned32 MIPv6_NONE_MIP_MN_HA_SPI
3420
3421// RFC 5778 6.5
3422// AVP: MIP-Mobile-Node-Address (333)
3423type AVP_Address MIPv6_NONE_MIP_Mobile_Node_Address
3424
3425// RFC 5778 6.7
3426// AVP: MIP-Careof-Address (487)
3427type AVP_Address MIPv6_NONE_MIP_Careof_Address
3428
3429// RFC 5778 6.8
3430// AVP: MIP-Authenticator (488)
3431type AVP_OctetString MIPv6_NONE_MIP_Authenticator
3432
3433// RFC 5778 6.9
3434// AVP: MIP-MAC-Mobility-Data (489)
3435type AVP_OctetString MIPv6_NONE_MIP_MAC_Mobility_Data
3436
3437// RFC 5778 6.10
3438// AVP: MIP-Session-Key (343)
3439type AVP_OctetString MIPv6_NONE_MIP_Session_Key
3440
3441// RFC 5778 6.11
3442// AVP: MIP-MSA-Lifetime (367)
3443type AVP_Unsigned32 MIPv6_NONE_MIP_MSA_Lifetime
3444
3445// RFC 5778 6.12
3446// AVP: MIP-MN-HA-MSA (492)
3447type AVP_Grouped MIPv6_NONE_MIP_MN_HA_MSA
3448
3449// RFC 5778 6.13
3450// AVP: MIP-Algorithm-Type (345)
3451type AVP_Unsigned32 MIPv6_NONE_MIP_Algorithm_Type
3452
3453// RFC 5778 6.14
3454// AVP: MIP-Replay-Mode (346)
3455type enumerated MIPv6_NONE_MIP_Replay_Mode {
3456 None (1),
3457 Timestamp (2)
3458} with {
3459 variant "FIELDLENGTH(32)"
3460 variant "BYTEORDER(last)"
3461 variant "COMP(2scompl)"
3462}
3463
3464// RFC 5778 6.16
3465// AVP: MIP-Timestamp (490)
3466type AVP_OctetString MIPv6_NONE_MIP_Timestamp
3467
3468// RFC 5778 6.17
3469// AVP: QoS-Capability (578)
3470type AVP_Grouped MIPv6_NONE_QoS_Capability
3471
3472// RFC 5778 6.18
3473// AVP: QoS-Resources (508)
3474type AVP_Grouped MIPv6_NONE_QoS_Resources
3475
3476// RFC 5778 6.19
3477// AVP: Chargable-User-Identity (89)
3478type AVP_OctetString MIPv6_NONE_Chargable_User_Identity
3479
3480// RFC 5778 6.20
3481// AVP: MIP6-Auth-Mode (494)
3482type AVP_Unsigned32 MIPv6_NONE_MIP6_Auth_Mode
3483/******************************************************************************
3484* Copyright (c) 2000-2019 Ericsson Telecom AB
3485* All rights reserved. This program and the accompanying materials
3486* are made available under the terms of the Eclipse Public License v2.0
3487* which accompanies this distribution, and is available at
3488* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
3489*
3490* Contributors:
3491* Gabor Szalai - initial implementation
3492******************************************************************************/
3493//
3494// File: RxInterface_PCC_3GPP_TS29214_f20.ddf
3495// Description: DDF for Rx according to 3GPP TS 29.214 15.2.0
3496// Rev: R55A
3497// Prodnr: CNL 113 462
3498///////////////////////////////////////////////
3499
3500
3501// APPLICATION-NAME: RX
3502// APPLICATION-REVISION: VF_2_0
3503
3504// AVP implementations according to:
3505// 3GPP TS 29.214 15.2.0 - Policy and Charging Control over Rx reference point
3506//
3507//
3508// Dependant applications
3509// 3GPP TS 29.229 - Cx and Dx interfaces based on the Diameter protocol
3510// TS 183.017 - DIAMETER protocol for session based policy set-up information exchange between
3511// the Application Function (AF) and the Service Policy Decision Function (SPDF)
3512// IETF RFC 3588 - Diameter Base Protocol
3513// IETF RFC 4005 - Diameter Network Address Server
3514// IETF RFC 4006 - Diameter Credit Control Application
3515//
3516// Notes:
3517// Present application has its own vendor specific Diameter application id: 16777236
3518//
3519// Type of enumerated AVP Media-Type is changed to AVP_Unsigned32 to
3520// give the ability to contain OTHER (0xFFFFFFFF) value
3521//
3522
3523// 3GPP TS 29.214 15.2.0 5.6
3524// WARNING: Enumeration item with code (258) exists in type Command_Code
3525// WARNING: Enumeration item with code (275) exists in type Command_Code
3526// WARNING: Enumeration item with code (274) exists in type Command_Code
3527
3528
3529
3530
3531// 3GPP TS 29.214 15.2.0
3532// AVP: Abort-Cause (500) 3GPP (10415)
3533// 5.3.1
3534type enumerated RX_3GPP_Abort_Cause {
3535 BEARER_RELEASED (0),
3536 INSUFFICIENT_SERVER_RESOURCES (1),
3537 INSUFFICIENT_BEARER_RESOURCES (2),
3538 PS_TO_CS_HANDOVER (3),
3539 SPONSORED_DATA_CONNECTIVITY_DISALLOWED (4)
3540} with {
3541 variant "FIELDLENGTH(32)"
3542 variant "BYTEORDER(last)"
3543 variant "COMP(2scompl)"
3544}
3545
3546
3547// 3GPP TS 29.214 15.2.0
3548// AVP: Access-Network-Charging-Address (501) 3GPP (10415)
3549// 5.3.2
3550type AVP_Address RX_3GPP_Access_Network_Charging_Address
3551
3552
3553// 3GPP TS 29.214 15.2.0
3554// AVP: Access-Network-Charging-Identifier (502) 3GPP (10415)
3555// 5.3.3
3556type AVP_Grouped RX_3GPP_Access_Network_Charging_Identifier
3557
3558
3559// 3GPP TS 29.214 15.2.0
3560// AVP: Access-Network-Charging-Identifier-Value (503) 3GPP (10415)
3561// 5.3.4
3562type AVP_OctetString RX_3GPP_Access_Network_Charging_Identifier_Value
3563
3564
3565
3566
3567// 3GPP TS 29.214 15.2.0
3568// AVP: AF-Application-Identifier (504) 3GPP (10415)
3569// 5.3.5
3570type AVP_OctetString RX_3GPP_AF_Application_Identifier
3571
3572
3573// 3GPP TS 29.214 15.2.0
3574// AVP: AF-Charging-Identifier (505) 3GPP (10415)
3575// 5.3.6
3576type AVP_OctetString RX_3GPP_AF_Charging_Identifier
3577
3578
3579// 3GPP TS 29.214 15.2.0
3580// AVP: Codec-Data (524) 3GPP (10415)
3581// 5.3.7
3582type AVP_OctetString RX_3GPP_Codec_Data
3583
3584
3585// 3GPP TS 29.214 15.2.0
3586// AVP: Flow-Description (507) 3GPP (10415)
3587// 5.3.8
3588type AVP_IPFilterRule RX_3GPP_Flow_Description
3589
3590
3591// 3GPP TS 29.214 15.2.0
3592// AVP: Flow-Number (509) 3GPP (10415)
3593// 5.3.9
3594type AVP_Unsigned32 RX_3GPP_Flow_Number
3595
3596
3597// 3GPP TS 29.214 15.2.0
3598// AVP: Flows (510) 3GPP (10415)
3599// 5.3.10
3600type AVP_Grouped RX_3GPP_Flows
3601
3602
3603// 3GPP TS 29.214 15.2.0
3604// AVP: Flow-Status (511) 3GPP (10415)
3605// 5.3.11
3606type enumerated RX_3GPP_Flow_Status {
3607 ENABLED_UPLINK (0),
3608 ENABLED_DOWNLINK (1),
3609 ENABLED (2),
3610 DISABLED (3),
3611 REMOVED (4)
3612} with {
3613 variant "FIELDLENGTH(32)"
3614 variant "BYTEORDER(last)"
3615 variant "COMP(2scompl)"
3616}
3617
3618
3619// 3GPP TS 29.214 15.2.0
3620// AVP: Flow-Usage (512) 3GPP (10415)
3621// 5.3.12
3622type enumerated RX_3GPP_Flow_Usage {
3623 NO_INFORMATION (0),
3624 RTCP (1),
3625 AF_SIGNALLING (2)
3626} with {
3627 variant "FIELDLENGTH(32)"
3628 variant "BYTEORDER(last)"
3629 variant "COMP(2scompl)"
3630}
3631
3632
3633// 3GPP TS 29.214 15.2.0
3634// AVP: Specific-Action (513) 3GPP (10415)
3635// 5.3.13
3636type enumerated RX_3GPP_Specific_Action {
3637 CHARGING_CORRELATION_EXCHANGE (1),
3638 INDICATION_OF_LOSS_OF_BEARER (2),
3639 INDICATION_OF_RECOVERY_OF_BEARER (3),
3640 INDICATION_OF_RELEASE_OF_BEARER (4),
3641 INDICATION_OF_ESTABLISHMENT_OF_BEARER (5),
3642 IP_CAN_CHANGE (6),
3643 INDICATION_OF_OUT_OF_CREDIT (7),
3644 INDICATION_OF_SUCCESSFUL_RESOURCES_ALLOCATION (8),
3645 INDICATION_OF_FAILED_RESOURCES_ALLOCATION (9),
3646 INDICATION_OF_LIMITED_PCC_DEPLOYMENT (10),
3647 USAGE_REPORT (11),
3648 ACCESS_NETWORK_INFO_REPORT (12),
3649 INDICATION_OF_RECOVERY_FROM_LIMITED_PCC_DEPLOYMENT (13),
3650 INDICATION_OF_ACCESS_NETWORK_INFO_REPORTING_FAILURE (14),
3651 INDICATION_OF_TRANSFER_POLICY_EXPIRED (15),
3652 PLMN_CHANGE (16)
3653} with {
3654 variant "FIELDLENGTH(32)"
3655 variant "BYTEORDER(last)"
3656 variant "COMP(2scompl)"
3657}
3658
3659
3660// 3GPP TS 29.214 15.2.0
3661// AVP: Max-Requested-Bandwidth-DL (515) 3GPP (10415)
3662// 5.3.14
3663type AVP_Unsigned32 RX_3GPP_Max_Requested_Bandwidth_DL
3664
3665
3666// 3GPP TS 29.214 15.2.0
3667// AVP: Max-Requested-Bandwidth-UL (516) 3GPP (10415)
3668// 5.3.15
3669type AVP_Unsigned32 RX_3GPP_Max_Requested_Bandwidth_UL
3670
3671
3672// 3GPP TS 29.214 15.2.0
3673// AVP: Media-Component-Description (517) 3GPP (10415)
3674// 5.3.16
3675type AVP_Grouped RX_3GPP_Media_Component_Description
3676
3677
3678// 3GPP TS 29.214 15.2.0
3679// AVP: Media-Component-Number (518) 3GPP (10415)
3680// 5.3.17
3681type AVP_Unsigned32 RX_3GPP_Media_Component_Number
3682
3683
3684// 3GPP TS 29.214 15.2.0
3685// AVP: Media-Sub-Component (519) 3GPP (10415)
3686// 5.3.18
3687type AVP_Grouped RX_3GPP_Media_Sub_Component
3688
3689
3690// 3GPP TS 29.214 15.2.0
3691// AVP: Media-Type (520) 3GPP (10415)
3692// 5.3.19
3693type AVP_Unsigned32 RX_3GPP_Media_Type
3694
3695
3696// 3GPP TS 29.214 15.2.0
3697// AVP: RR-Bandwidth (521) 3GPP (10415)
3698// 5.3.20
3699type AVP_Unsigned32 RX_3GPP_RR_Bandwidth
3700
3701
3702// 3GPP TS 29.214 15.2.0
3703// AVP: RS-Bandwidth (522) 3GPP (10415)
3704// 5.3.21
3705type AVP_Unsigned32 RX_3GPP_RS_Bandwidth
3706
3707// 3GPP TS 29.214 15.2.0
3708// AVP: SIP-Forking-Indication (523) 3GPP (10415)
3709// 5.3.22
3710type enumerated RX_3GPP_SIP_Forking_Indication {
3711 SINGLE_DIALOGUE (0),
3712 SEVERAL_DIALOGUES (1)
3713} with {
3714 variant "FIELDLENGTH(32)"
3715 variant "BYTEORDER(last)"
3716 variant "COMP(2scompl)"
3717}
3718
3719// 3GPP TS 29.214 15.2.0
3720// AVP: Service-URN (525) 3GPP (10415)
3721// 5.3.23
3722type AVP_OctetString RX_3GPP_Service_URN
3723
3724
3725// 3GPP TS 29.214 15.2.0
3726// AVP: Acceptable-Service-Info (526) 3GPP (10415)
3727// 5.3.24
3728type AVP_Grouped RX_3GPP_Acceptable_Service_Info
3729
3730// 3GPP TS 29.214 15.2.0
3731// AVP: Service-Info-Status (527) 3GPP (10415)
3732// 5.3.25
3733type enumerated RX_3GPP_Service_Info_Status {
3734 FINAL_SERVICE_INFORMATION (0),
3735 PRELIMINARY_SERVICE_INFORMATION (1)
3736} with {
3737 variant "FIELDLENGTH(32)"
3738 variant "BYTEORDER(last)"
3739 variant "COMP(2scompl)"
3740}
3741
3742// 3GPP TS 29.214 15.2.0
3743// AVP: AF-Signalling-Protocol (529) 3GPP (10415)
3744// 5.3.26
3745type enumerated RX_3GPP_AF_Signalling_Protocol {
3746 NO_INFORMATION (0),
3747 SIP (1)
3748} with {
3749 variant "FIELDLENGTH(32)"
3750 variant "BYTEORDER(last)"
3751 variant "COMP(2scompl)"
3752}
3753
3754// 3GPP TS 29.214 15.2.0
3755// AVP: Sponsored-Connectivity-Data (530) 3GPP (10415)
3756// 5.3.27
3757type AVP_Grouped RX_3GPP_Sponsored_Connectivity_Data
3758
3759// 3GPP TS 29.214 15.2.0
3760// AVP: Sponsor-Identity (531) 3GPP (10415)
3761// 5.3.28
3762type AVP_UTF8String RX_3GPP_Sponsor_Identity
3763
3764// 3GPP TS 29.214 15.2.0
3765// AVP: Application-Service-Provider-Identity (532) 3GPP (10415)
3766// 5.3.29
3767type AVP_UTF8String RX_3GPP_Application_Service_Provider_Identity
3768
3769
3770// 3GPP TS 29.214 15.2.0
3771// AVP: MPS-Identifier (528) 3GPP (10415)
3772// 5.3.30
3773type AVP_OctetString RX_3GPP_MPS_Identifier
3774
3775// 3GPP TS 29.214 15.2.0
3776// AVP: Rx-Request-Type (533) 3GPP (10415)
3777// 5.3.31
3778type enumerated RX_3GPP_Rx_Request_Type {
3779 INITIAL_REQUEST (0),
3780 UPDATE_REQUEST (1),
3781 PCSCF_RESTORATION (2)
3782} with {
3783 variant "FIELDLENGTH(32)"
3784 variant "BYTEORDER(last)"
3785 variant "COMP(2scompl)"
3786}
3787
3788// 3GPP TS 29.214 15.2.0
3789// AVP: Min-Requested-Bandwidth-DL (534) 3GPP (10415)
3790// 5.3.32
3791type AVP_Unsigned32 RX_3GPP_Min_Requested_Bandwidth_DL
3792
3793// 3GPP TS 29.214 15.2.0
3794// AVP: Min-Requested-Bandwidth-UL (535) 3GPP (10415)
3795// 5.3.33
3796type AVP_Unsigned32 RX_3GPP_Min_Requested_Bandwidth_UL
3797
3798// 3GPP TS 29.214 15.2.0
3799// AVP: Required-Access-Info (536) 3GPP (10415)
3800// 5.3.34
3801type enumerated RX_3GPP_Required_Access_Info {
3802 USER_LOCATION (0),
3803 MS_TIME_ZONE (1)
3804} with {
3805 variant "FIELDLENGTH(32)"
3806 variant "BYTEORDER(last)"
3807 variant "COMP(2scompl)"
3808}
3809
3810// 3GPP TS 29.214 15.2.0
3811// AVP: Ip-Domain-Id (537) 3GPP (10415)
3812// 5.3.35
3813type AVP_OctetString RX_3GPP_Ip_Domain_Id
3814
3815// 3GPP TS 29.214 15.2.0
3816// AVP: GCS-Identifier (538) 3GPP (10415)
3817// 5.3.36
3818type AVP_OctetString RX_3GPP_GCS_Identifier
3819
3820// 3GPP TS 29.214 15.2.0
3821// AVP: Sharing-Key-DL (539) 3GPP (10415)
3822// 5.3.37
3823type AVP_Unsigned32 RX_3GPP_Sharing_Key_DL
3824
3825// 3GPP TS 29.214 15.2.0
3826// AVP: Sharing-Key-UL (540) 3GPP (10415)
3827// 5.3.38
3828type AVP_Unsigned32 RX_3GPP_Sharing_Key_UL
3829
3830// 3GPP TS 29.214 15.2.0
3831// AVP: Retry-Interval (541) 3GPP (10415)
3832// 5.3.39
3833type AVP_Unsigned32 RX_3GPP_Retry_Interval
3834
3835// 3GPP TS 29.214 15.2.0
3836// AVP: Sponsoring-Action (542) 3GPP (10415)
3837// 5.3.40
3838type enumerated RX_3GPP_Sponsoring_Action {
3839 DISABLE_SPONSORING (0),
3840 ENABLE_SPONSORING (1)
3841} with {
3842 variant "FIELDLENGTH(32)"
3843 variant "BYTEORDER(last)"
3844 variant "COMP(2scompl)"
3845}
3846
3847// 3GPP TS 29.214 15.2.0
3848// AVP: Max-Supported-Bandwidth-DL (543) 3GPP (10415)
3849// 5.3.41
3850type AVP_Unsigned32 RX_3GPP_Max_Supported_Bandwidth_DL
3851
3852// 3GPP TS 29.214 15.2.0
3853// AVP: Max-Supported-Bandwidth-UL (544) 3GPP (10415)
3854// 5.3.42
3855type AVP_Unsigned32 RX_3GPP_Max_Supported_Bandwidth_UL
3856
3857// 3GPP TS 29.214 15.2.0
3858// AVP: Min-Desired-Bandwidth-DL (545) 3GPP (10415)
3859// 5.3.43
3860type AVP_Unsigned32 RX_3GPP_Min_Desired_Bandwidth_DL
3861
3862// 3GPP TS 29.214 15.2.0
3863// AVP: Min-Desired-Bandwidth-UL (546) 3GPP (10415)
3864// 5.3.44
3865type AVP_Unsigned32 RX_3GPP_Min_Desired_Bandwidth_UL
3866
3867// 3GPP TS 29.214 15.2.0
3868// AVP: MCPTT-Identifier (547) 3GPP (10415)
3869// 5.3.45
3870type AVP_OctetString RX_3GPP_MCPTT_Identifier
3871
3872// 3GPP TS 29.214 15.2.0
3873// AVP: Service-Authorization-Info (548) 3GPP (10415)
3874// 5.3.46
3875type AVP_Unsigned32 RX_3GPP_Service_Authorization_Info
3876
3877// 3GPP TS 29.214 15.2.0
3878// AVP: Priority-Sharing-Indicator (550) 3GPP (10415)
3879// 5.3.47
3880type enumerated RX_3GPP_Priority_Sharing_Indicator {
3881 PRIORITY_SHARING_ENABLED (0),
3882 PRIORITY_SHARING_DISABLED (1)
3883} with {
3884 variant "FIELDLENGTH(32)"
3885 variant "BYTEORDER(last)"
3886 variant "COMP(2scompl)"
3887}
3888
3889// 3GPP TS 29.214 15.2.0
3890// AVP: Media-Component-Status (549) 3GPP (10415)
3891// 5.3.49
3892type AVP_Unsigned32 RX_3GPP_Media_Component_Status
3893
3894// 3GPP TS 29.214 15.2.0
3895// AVP: Content-Version (552) 3GPP (10415)
3896// 5.3.49
3897type AVP_Unsigned64 RX_3GPP_Content_Version
3898
3899// 3GPP TS 29.214 15.2.0
3900// AVP: AF-Requested-Data (551) 3GPP (10415)
3901// 5.3.50
3902type AVP_Unsigned32 RX_3GPP_AF_Requested_Data
3903
3904// 3GPP TS 29.214 15.2.0
3905// AVP: Pre-emption-Control-Info (553) 3GPP (10415)
3906// 5.3.51
3907type AVP_Unsigned32 RX_3GPP_Pre_emption_Control_Info
3908
3909// 3GPP TS 29.214 15.2.0
3910// AVP: Extended-Max-Requested-BW-DL (554) 3GPP (10415)
3911// 5.3.52
3912type AVP_Unsigned32 RX_3GPP_Extended_Max_Requested_BW_DL
3913
3914// 3GPP TS 29.214 15.2.0
3915// AVP: Extended-Max-Requested-BW-UL (555) 3GPP (10415)
3916// 5.3.53
3917type AVP_Unsigned32 RX_3GPP_Extended_Max_Requested_BW_UL
3918
3919// 3GPP TS 29.214 15.2.0
3920// AVP: Extended-Max-Supported-BW-DL (556) 3GPP (10415)
3921// 5.3.54
3922type AVP_Unsigned32 RX_3GPP_Extended_Max_Supported_BW_DL
3923
3924// 3GPP TS 29.214 15.2.0
3925// AVP: Extended-Max-Supported-BW-UL (557) 3GPP (10415)
3926// 5.3.55
3927type AVP_Unsigned32 RX_3GPP_Extended_Max_Supported_BW_UL
3928
3929// 3GPP TS 29.214 15.2.0
3930// AVP: Extended-Min-Desired-BW-DL (558) 3GPP (10415)
3931// 5.3.56
3932type AVP_Unsigned32 RX_3GPP_Extended_Min_Desired_BW_DL
3933
3934// 3GPP TS 29.214 15.2.0
3935// AVP: Extended-Min-Desired-BW-UL (559) 3GPP (10415)
3936// 5.3.57
3937type AVP_Unsigned32 RX_3GPP_Extended_Min_Desired_BW_UL
3938
3939// 3GPP TS 29.214 15.2.0
3940// AVP: Extended-Min-Requested-BW-DL (560) 3GPP (10415)
3941// 5.3.58
3942type AVP_Unsigned32 RX_3GPP_Extended_Min_Requested_BW_DL
3943
3944// 3GPP TS 29.214 15.2.0
3945// AVP: Extended-Min-Requested-BW-UL (561) 3GPP (10415)
3946// 5.3.59
3947type AVP_Unsigned32 RX_3GPP_Extended_Min_Requested_BW_UL
3948
3949
3950// STATISTICS: 523 AVP descriptors found
3951// STATISTICS: 523 AVP type definitions matching AVP descriptors found
3952// STATISTICS: duplicate AVP definitions deleted
3953type enumerated Command_Code {
3954 Abort_Session (274), Accounting (271), Capabilities_Exchange (257), Device_Watchdog (280), Disconnect_Peer (282), Re_Auth (258), Session_Termination (275), Experimental1 (16777214), Experimental2 (16777215) , Update_Location (316), Cancel_Location (317), Authentication_Information (318), Insert_Subscriber_Data (319), Delete_Subscriber_Data (320), Purge_UE (321), Reset (322), Notify (323), ME_Identity_Check (324), Update_VCSG_Location (8388638), Cancel_VCSG_Location (8388642), Credit_Control (272), TDF_Session (8388637), Subscriber_Information (8388641), Configuration_Information (8388718), Reporting_Information (8388719), NIDD_Information (8388726), Authorize_Authenticate (265)
3955} with {
3956 variant "FIELDLENGTH(24)"
3957 variant "BYTEORDER(last)"
3958}
3959
3960type enumerated Vendor_Id {
3961 vendor_id_NONE (0),
3962 vendor_id_3GPP (10415)
3963} with {
3964 variant "FIELDLENGTH(32)"
3965 variant "BYTEORDER(last)"
3966 variant "COMP(2scompl)"
3967}
3968type enumerated AVP_Code_NONE {
3969 avp_code_MIPv6_NONE_MIP_Careof_Address (487),
3970 avp_code_BASE_NONE_Session_Id (263),
3971 avp_code_BASE_NONE_Auth_Application_Id (258),
3972 avp_code_BASE_NONE_Firmware_Revision (267),
3973 avp_code_BASE_NONE_Auth_Grace_Period (276),
3974 avp_code_BASE_NONE_Re_Auth_Request_Type (285),
3975 avp_code_MIPv6_NONE_MIP_MN_HA_MSA (492),
3976 avp_code_MIPv6_NONE_QoS_Resources (508),
3977 avp_code_MIPv6_NONE_MIP_Session_Key (343),
3978 avp_code_BASE_NONE_Multi_Round_Time_Out (272),
3979 avp_code_BASE_NONE_Experimental_Result_Code (298),
3980 avp_code_BASE_NONE_Error_Message (281),
3981 avp_code_BASE_NONE_Error_Reporting_Host (294),
3982 avp_code_BASE_NONE_Proxy_State (33),
3983 avp_code_BASE_NONE_Redirect_Max_Cache_Time (262),
3984 avp_code_BASE_NONE_Host_IP_Address (257),
3985 avp_code_BASE_NONE_Vendor_Id (266),
3986 avp_code_BASE_NONE_Event_Timestamp (55),
3987 avp_code_MIPv6_NONE_MIP_MN_HA_SPI (491),
3988 avp_code_MIPv6_NONE_MIP_Mobile_Node_Address (333),
3989 avp_code_BASE_NONE_Failed_AVP (279),
3990 avp_code_BASE_NONE_Session_Server_Failover (271),
3991 avp_code_BASE_NONE_Experimental_Result (297),
3992 avp_code_MIPv6_NONE_MIP_Replay_Mode (346),
3993 avp_code_BASE_NONE_Proxy_Host (280),
3994 avp_code_BASE_NONE_Proxy_Info (284),
3995 avp_code_BASE_NONE_Destination_Host (293),
3996 avp_code_BASE_NONE_Accounting_Record_Number (485),
3997 avp_code_BASE_NONE_Redirect_Host_Usage (261),
3998 avp_code_MIPv6_NONE_MIP6_Auth_Mode (494),
3999 avp_code_BASE_NONE_Session_Timeout (27),
4000 avp_code_MIPv6_NONE_MIP_MAC_Mobility_Data (489),
4001 avp_code_BASE_NONE_Supported_Vendor_Id (265),
4002 avp_code_BASE_NONE_Auth_Request_Type (274),
4003 avp_code_MIPv6_NONE_MIP_Timestamp (490),
4004 avp_code_BASE_NONE_Product_Name (269),
4005 avp_code_BASE_NONE_Origin_State_Id (278),
4006 avp_code_BASE_NONE_User_Name (1),
4007 avp_code_BASE_NONE_Accounting_Sub_Session_Id (287),
4008 avp_code_BASE_NONE_Session_Binding (270),
4009 avp_code_BASE_NONE_Acct_Multi_Session_Id (50),
4010 avp_code_MIPv6_NONE_MIP_Algorithm_Type (345),
4011 avp_code_MIPv6_NONE_QoS_Capability (578),
4012 avp_code_BASE_NONE_Destination_Realm (283),
4013 avp_code_MIPv6_NONE_Chargable_User_Identity (89),
4014 avp_code_BASE_NONE_Redirect_Host (292),
4015 avp_code_MIPv6_NONE_MIP_MN_AAA_SPI (341),
4016 avp_code_MIPv6_NONE_MIP_MSA_Lifetime (367),
4017 avp_code_BASE_NONE_E2E_Sequence (300),
4018 avp_code_BASE_NONE_Origin_Realm (296),
4019 avp_code_BASE_NONE_Acct_Interim_Interval (85),
4020 avp_code_MIPv6_NONE_MIP_Authenticator (488),
4021 avp_code_BASE_NONE_Origin_Host (264),
4022 avp_code_BASE_NONE_Accounting_Session_Id (44),
4023 avp_code_BASE_NONE_Disconnect_Cause (273),
4024 avp_code_BASE_NONE_Accounting_Record_Type (480),
4025 avp_code_BASE_NONE_Acct_Application_Id (259),
4026 avp_code_BASE_NONE_Result_Code (268),
4027 avp_code_BASE_NONE_Auth_Session_State (277),
4028 avp_code_BASE_NONE_Vendor_Specific_Application_Id (260),
4029 avp_code_MIPv6_NONE_Service_Selection (493),
4030 avp_code_BASE_NONE_Inband_Security_Id (299),
4031 avp_code_BASE_NONE_Route_Record (282),
4032 avp_code_BASE_NONE_Authorization_Lifetime (291),
4033 avp_code_BASE_NONE_Accounting_Realtime_Required (483),
4034 avp_code_BASE_NONE_Termination_Cause (295),
4035 avp_code_BASE_NONE_Class (25)
4036} with {
4037 variant "FIELDLENGTH(32)"
4038 variant "BYTEORDER(last)"
4039 variant "COMP(2scompl)"
4040}
4041type enumerated AVP_Code_3GPP {
4042 avp_code_PCC_3GPP_Bearer_Identifier (1020),
4043 avp_code_RX_3GPP_Content_Version (552),
4044 avp_code_RX_3GPP_Media_Component_Description (517),
4045 avp_code_PCC_3GPP_CSG_Information_Reporting (1071),
4046 avp_code_AAA_3GPP_Measurement_Quantity (1660),
4047 avp_code_S6_3GPP_Location_Information_Configuration (3135),
4048 avp_code_PCC_3GPP_Bearer_Usage (1000),
4049 avp_code_PCC_3GPP_Tunnel_Header_Filter (1036),
4050 avp_code_AAA_3GPP_List_Of_Measurements (1625),
4051 avp_code_PCC_3GPP_Default_QoS_Name (2817),
4052 avp_code_AAA_3GPP_UVA_Flags (1640),
4053 avp_code_AAA_3GPP_Group_Service_Id (1676),
4054 avp_code_PCC_3GPP_TDF_Information (1087),
4055 avp_code_AAA_3GPP_Requested_EUTRAN_Authentication_Info (1408),
4056 avp_code_AAA_3GPP_Last_UE_Activity_Time (1494),
4057 avp_code_AAA_3GPP_Context_Identifier (1423),
4058 avp_code_AAA_3GPP_Trace_Reference (1459),
4059 avp_code_RX_3GPP_Sharing_Key_UL (540),
4060 avp_code_RX_3GPP_AF_Charging_Identifier (505),
4061 avp_code_S6_3GPP_Monitoring_Event_Report (3123),
4062 avp_code_RX_3GPP_Media_Type (520),
4063 avp_code_PCC_3GPP_Conditional_Policy_Information (2840),
4064 avp_code_AAA_3GPP_SIPTO_Permission (1613),
4065 avp_code_PCC_3GPP_Network_Request_Support (1024),
4066 avp_code_RX_3GPP_Extended_Max_Supported_BW_DL (556),
4067 avp_code_PCC_3GPP_UE_Local_IP_Address (2805),
4068 avp_code_PCC_3GPP_Presence_Reporting_Area_Elements_List (2820),
4069 avp_code_AAA_3GPP_SGs_MME_Identity (1664),
4070 avp_code_PCC_3GPP_Routing_Rule_Remove (1075),
4071 avp_code_S6_3GPP_Roaming_Information (3139),
4072 avp_code_AAA_3GPP_Event_Threshold_RSRP (1629),
4073 avp_code_AAA_3GPP_PLMN_Client (1482),
4074 avp_code_AAA_3GPP_Re_Synchronization_Info (1411),
4075 avp_code_AAA_3GPP_RAND (1447),
4076 avp_code_AAA_3GPP_Trace_Depth (1462),
4077 avp_code_AAA_3GPP_SGSN_User_State (1498),
4078 avp_code_AAA_3GPP_APN_OI_Replacement (1427),
4079 avp_code_S6_3GPP_External_Identifier (3111),
4080 avp_code_PCC_3GPP_TFT_Filter (1012),
4081 avp_code_RX_3GPP_Max_Supported_Bandwidth_UL (544),
4082 avp_code_S6_3GPP_Loss_Of_Connectivity_Reason (3162),
4083 avp_code_RX_3GPP_Flow_Number (509),
4084 avp_code_PCC_3GPP_Resource_Allocation_Notification (1063),
4085 avp_code_S6_3GPP_Monitoring_Type (3127),
4086 avp_code_PCC_3GPP_Default_Bearer_Indication (2844),
4087 avp_code_AAA_3GPP_VPLMN_LIPA_Allowed (1617),
4088 avp_code_PCC_3GPP_QoS_Class_Identifier (1028),
4089 avp_code_PCC_3GPP_Mute_Notification (2809),
4090 avp_code_AAA_3GPP_Logging_Duration (1632),
4091 avp_code_AAA_3GPP_WLAN_offloadability_EUTRAN (1668),
4092 avp_code_PCC_3GPP_Routing_IP_Address (1079),
4093 avp_code_AAA_3GPP_KASME (1450),
4094 avp_code_AAA_3GPP_Teleservice_List (1486),
4095 avp_code_AAA_3GPP_UTRAN_Vector (1415),
4096 avp_code_RX_3GPP_Application_Service_Provider_Identity (532),
4097 avp_code_S6_3GPP_NIDD_Authorization_Request (3150),
4098 avp_code_PCC_3GPP_QoS_Rule_Install (1051),
4099 avp_code_S6_3GPP_Periodic_Communication_Indicator (3115),
4100 avp_code_RX_3GPP_Flow_Usage (512),
4101 avp_code_PCC_3GPP_RAN_Rule_Support (2832),
4102 avp_code_S6_3GPP_Monitoring_Duration (3130),
4103 avp_code_AAA_3GPP_Routing_Area_Identity (1605),
4104 avp_code_PCC_3GPP_QoS_Information (1016),
4105 avp_code_RX_3GPP_Service_Authorization_Info (548),
4106 avp_code_AAA_3GPP_eDRX_Cycle_Length (1691),
4107 avp_code_S6_3GPP_Group_Monitoring_Event_Report_Item (3166),
4108 avp_code_AAA_3GPP_Ext_PDP_Type (1620),
4109 avp_code_PCC_3GPP_Rule_Failure_Code (1031),
4110 avp_code_PCC_3GPP_User_Location_Info_Time (2812),
4111 avp_code_AAA_3GPP_Measurement_Period_LTE (1656),
4112 avp_code_PCC_3GPP_Usage_Monitoring_Information (1067),
4113 avp_code_PCC_3GPP_Extended_APN_AMBR_DL (2848),
4114 avp_code_AAA_3GPP_GMLC_Number (1474),
4115 avp_code_AAA_3GPP_Software_Version (1403),
4116 avp_code_AAA_3GPP_Expiration_Date (1439),
4117 avp_code_AAA_3GPP_SRES (1454),
4118 avp_code_AAA_3GPP_Item_Number (1419),
4119 avp_code_S6_3GPP_Service_ID (3103),
4120 avp_code_RX_3GPP_Abort_Cause (500),
4121 avp_code_PCC_3GPP_Charging_Rule_Base_Name (1004),
4122 avp_code_RX_3GPP_Required_Access_Info (536),
4123 avp_code_PCC_3GPP_TDF_Destination_Realm (1090),
4124 avp_code_S6_3GPP_S6t_HSS_Cause (3154),
4125 avp_code_RX_3GPP_AF_Requested_Data (551),
4126 avp_code_PCC_3GPP_QoS_Rule_Report (1055),
4127 avp_code_S6_3GPP_Stationary_Indication (3119),
4128 avp_code_PCC_3GPP_Traffic_Steering_Policy_Identifier_DL (2836),
4129 avp_code_AAA_3GPP_Geodetic_Information (1609),
4130 avp_code_PCC_3GPP_Extended_GBR_UL (2851),
4131 avp_code_AAA_3GPP_MBSFN_Area_ID (1695),
4132 avp_code_AAA_3GPP_Area_Scope (1624),
4133 avp_code_AAA_3GPP_PUA_Flags (1442),
4134 avp_code_AAA_3GPP_Notification_To_UE_User (1478),
4135 avp_code_AAA_3GPP_Visited_PLMN_Id (1407),
4136 avp_code_AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions (1493),
4137 avp_code_RX_3GPP_Codec_Data (524),
4138 avp_code_S6_3GPP_Monitoring_Event_Config_Status (3142),
4139 avp_code_PCC_3GPP_Rule_Activation_Time (1043),
4140 avp_code_S6_3GPP_Service_Data (3107),
4141 avp_code_RX_3GPP_AF_Application_Identifier (504),
4142 avp_code_PCC_3GPP_NetLoc_Access_Support (2824),
4143 avp_code_S6_3GPP_Monitoring_Event_Configuration (3122),
4144 avp_code_PCC_3GPP_Offline (1008),
4145 avp_code_AAA_3GPP_Additional_Context_ID (1683),
4146 avp_code_PCC_3GPP_ADC_Rule_Definition (1094),
4147 avp_code_S6_3GPP_Allowed_PLMN_List (3158),
4148 avp_code_AAA_3GPP_Active_APN (1612),
4149 avp_code_PCC_3GPP_Bearer_Control_Mode (1023),
4150 avp_code_PCC_3GPP_HeNB_Local_IP_Address (2804),
4151 avp_code_AAA_3GPP_SMS_Register_Request (1648),
4152 avp_code_PCC_3GPP_Packet_Filter_Content (1059),
4153 avp_code_AAA_3GPP_APN_Configuration (1430),
4154 avp_code_AAA_3GPP_OMC_Id (1466),
4155 avp_code_AAA_3GPP_GMLC_Restriction (1481),
4156 avp_code_AAA_3GPP_Regional_Subscription_Zone_Code (1446),
4157 avp_code_S6_3GPP_SIR_Flags (3110),
4158 avp_code_RX_3GPP_MPS_Identifier (528),
4159 avp_code_AAA_3GPP_MDT_Allowed_PLMN_Id (1671),
4160 avp_code_PCC_3GPP_Credit_Management_Status (1082),
4161 avp_code_S6_3GPP_Service_Result (3146),
4162 avp_code_AAA_3GPP_MME_Location_Information (1600),
4163 avp_code_PCC_3GPP_Reporting_Level (1011),
4164 avp_code_RX_3GPP_Max_Supported_Bandwidth_DL (543),
4165 avp_code_AAA_3GPP_Subscribed_VSRVCC (1636),
4166 avp_code_PCC_3GPP_Pre_emption_Capability (1047),
4167 avp_code_PCC_3GPP_Monitoring_Flags (2828),
4168 avp_code_PCC_3GPP_TCP_Source_Port (2843),
4169 avp_code_PCC_3GPP_Application_Detection_Information (1098),
4170 avp_code_AAA_3GPP_Emergency_Info (1687),
4171 avp_code_AAA_3GPP_MPS_Priority (1616),
4172 avp_code_AAA_3GPP_Alert_Reason (1434),
4173 avp_code_AAA_3GPP_MO_LR (1485),
4174 avp_code_RX_3GPP_Max_Requested_Bandwidth_UL (516),
4175 avp_code_PCC_3GPP_Usage_Monitoring_Support (1070),
4176 avp_code_S6_3GPP_Maximum_Response_Time (3134),
4177 avp_code_RX_3GPP_Sponsor_Identity (531),
4178 avp_code_PCC_3GPP_CoA_IP_Address (1035),
4179 avp_code_PCC_3GPP_Default_QoS_Information (2816),
4180 avp_code_PCC_3GPP_AN_GW_Address (1050),
4181 avp_code_PCC_3GPP_NBIFOM_Support (2831),
4182 avp_code_PCC_3GPP_Redirect_Support (1086),
4183 avp_code_AAA_3GPP_IMSI_Group_Id (1675),
4184 avp_code_AAA_3GPP_Cell_Global_Identity (1604),
4185 avp_code_AAA_3GPP_PDN_Connection_Continuity (1690),
4186 avp_code_AAA_3GPP_DSA_Flags (1422),
4187 avp_code_AAA_3GPP_Trace_Data (1458),
4188 avp_code_AAA_3GPP_LCS_Info (1473),
4189 avp_code_AAA_3GPP_PDN_GW_Allocation_Type (1438),
4190 avp_code_RX_3GPP_Extended_Max_Requested_BW_UL (555),
4191 avp_code_S6_3GPP_User_Identifier (3102),
4192 avp_code_PCC_3GPP_QoS_Rule_Base_Name (1074),
4193 avp_code_AAA_3GPP_Restoration_Priority (1663),
4194 avp_code_S6_3GPP_Association_Type (3138),
4195 avp_code_PCC_3GPP_Charging_Rule_Definition (1003),
4196 avp_code_RX_3GPP_Min_Requested_Bandwidth_UL (535),
4197 avp_code_AAA_3GPP_Report_Amount (1628),
4198 avp_code_PCC_3GPP_CoA_Information (1039),
4199 avp_code_AAA_3GPP_A_MSISDN (1643),
4200 avp_code_PCC_3GPP_Routing_Rule_Report (2835),
4201 avp_code_AAA_3GPP_Number_Of_Requested_Vectors (1410),
4202 avp_code_AAA_3GPP_AIR_Flags (1679),
4203 avp_code_AAA_3GPP_Geographical_Information (1608),
4204 avp_code_AAA_3GPP_MME_User_State (1497),
4205 avp_code_AAA_3GPP_Access_Restriction_Data (1426),
4206 avp_code_AAA_3GPP_SS_Status (1477),
4207 avp_code_S6_3GPP_NIDD_Authorization_Update (3161),
4208 avp_code_PCC_3GPP_Packet_Filter_Operation (1062),
4209 avp_code_S6_3GPP_SCEF_Reference_ID_for_Deletion (3126),
4210 avp_code_RX_3GPP_SIP_Forking_Indication (523),
4211 avp_code_S6_3GPP_IMEI_Change (3141),
4212 avp_code_PCC_3GPP_IP_CAN_Type (1027),
4213 avp_code_RX_3GPP_Extended_Min_Desired_BW_UL (559),
4214 avp_code_PCC_3GPP_Revalidation_Time (1042),
4215 avp_code_AAA_3GPP_Logging_Interval (1631),
4216 avp_code_PCC_3GPP_Presence_Reporting_Area_Status (2823),
4217 avp_code_AAA_3GPP_WLAN_offloadability (1667),
4218 avp_code_PCC_3GPP_Routing_Filter (1078),
4219 avp_code_PCC_3GPP_Metering_Method (1007),
4220 avp_code_AAA_3GPP_Non_IP_Data_Delivery_Mechanism (1682),
4221 avp_code_AAA_3GPP_E_UTRAN_Vector (1414),
4222 avp_code_AAA_3GPP_Trace_Event_List (1465),
4223 avp_code_S6_3GPP_Communication_Pattern_Set (3114),
4224 avp_code_RX_3GPP_Flow_Status (511),
4225 avp_code_RX_3GPP_MCPTT_Identifier (547),
4226 avp_code_S6_3GPP_Group_Monitoring_Event_Report (3165),
4227 avp_code_PCC_3GPP_QoS_Upgrade (1030),
4228 avp_code_PCC_3GPP_AN_GW_Status (2811),
4229 avp_code_AAA_3GPP_Measurement_Period_UMTS (1655),
4230 avp_code_PCC_3GPP_Monitoring_Key (1066),
4231 avp_code_PCC_3GPP_3GPP_PS_Data_Off_Status (2847),
4232 avp_code_AAA_3GPP_Reset_ID (1670),
4233 avp_code_PCC_3GPP_Routing_Rule_Install (1081),
4234 avp_code_AAA_3GPP_PUR_Flags (1635),
4235 avp_code_PCC_3GPP_IP_CAN_Session_Charging_Scope (2827),
4236 avp_code_AAA_3GPP_IMEI (1402),
4237 avp_code_AAA_3GPP_Kc (1453),
4238 avp_code_AAA_3GPP_SGSN_Number (1489),
4239 avp_code_AAA_3GPP_HPLMN_ODB (1418),
4240 avp_code_AAA_3GPP_PDP_Context (1469),
4241 avp_code_S6_3GPP_Node_Type (3153),
4242 avp_code_RX_3GPP_Priority_Sharing_Indicator (550),
4243 avp_code_PCC_3GPP_QoS_Rule_Name (1054),
4244 avp_code_S6_3GPP_Scheduled_Communication_Time (3118),
4245 avp_code_RX_3GPP_Max_Requested_Bandwidth_DL (515),
4246 avp_code_S6_3GPP_Maximum_Latency (3133),
4247 avp_code_PCC_3GPP_PCC_Rule_Status (1019),
4248 avp_code_PCC_3GPP_Extended_GBR_DL (2850),
4249 avp_code_AAA_3GPP_MBSFN_Area (1694),
4250 avp_code_S6_3GPP_APN_Validity_Time (3169),
4251 avp_code_AAA_3GPP_Job_Type (1623),
4252 avp_code_PCC_3GPP_Allocation_Retention_Priority (1034),
4253 avp_code_AAA_3GPP_Positioning_Method (1659),
4254 avp_code_AAA_3GPP_DL_Buffering_Suggested_Packet_Count (1674),
4255 avp_code_AAA_3GPP_IDA_Flags (1441),
4256 avp_code_AAA_3GPP_ULA_Flags (1406),
4257 avp_code_AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported (1492),
4258 avp_code_AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature (1457),
4259 avp_code_S6_3GPP_T4_Parameters (3106),
4260 avp_code_RX_3GPP_Access_Network_Charging_Identifier_Value (503),
4261 avp_code_S6_3GPP_AESE_Error_Report (3121),
4262 avp_code_RX_3GPP_Sharing_Key_DL (539),
4263 avp_code_PCC_3GPP_ADC_Rule_Remove (1093),
4264 avp_code_S6_3GPP_Restricted_PLMN_List (3157),
4265 avp_code_AAA_3GPP_Age_Of_Location_Information (1611),
4266 avp_code_PCC_3GPP_Access_Network_Charging_Identifier_Gx (1022),
4267 avp_code_RX_3GPP_Extended_Max_Requested_BW_DL (554),
4268 avp_code_PCC_3GPP_Flow_Information (1058),
4269 avp_code_PCC_3GPP_Execution_Time (2839),
4270 avp_code_AAA_3GPP_Event_Threshold_Event_1I (1662),
4271 avp_code_PCC_3GPP_Charging_Correlation_Indicator (1073),
4272 avp_code_AAA_3GPP_Report_Interval (1627),
4273 avp_code_PCC_3GPP_RAN_NAS_Release_Cause (2819),
4274 avp_code_AAA_3GPP_Client_Identity (1480),
4275 avp_code_AAA_3GPP_Equipment_Status (1445),
4276 avp_code_AAA_3GPP_EPS_Location_Information (1496),
4277 avp_code_RX_3GPP_Service_Info_Status (527),
4278 avp_code_S6_3GPP_CIR_Flags (3145),
4279 avp_code_PCC_3GPP_Precedence (1010),
4280 avp_code_RX_3GPP_Sponsoring_Action (542),
4281 avp_code_S6_3GPP_Granted_Validity_Time (3160),
4282 avp_code_PCC_3GPP_Priority_Level (1046),
4283 avp_code_RX_3GPP_Flow_Description (507),
4284 avp_code_AAA_3GPP_Daylight_Saving_Time (1650),
4285 avp_code_PCC_3GPP_Packet_Filter_Information (1061),
4286 avp_code_S6_3GPP_SCEF_ID (3125),
4287 avp_code_PCC_3GPP_Removal_Of_Access (2842),
4288 avp_code_AAA_3GPP_Preferred_Data_Mode (1686),
4289 avp_code_PCC_3GPP_ADC_Rule_Report (1097),
4290 avp_code_AAA_3GPP_UE_SRVCC_Capability (1615),
4291 avp_code_PCC_3GPP_Guaranteed_Bitrate_UL (1026),
4292 avp_code_AAA_3GPP_Coupled_Node_Diameter_ID (1666),
4293 avp_code_AAA_3GPP_STN_SR (1433),
4294 avp_code_AAA_3GPP_ServiceTypeIdentity (1484),
4295 avp_code_AAA_3GPP_AUTN (1449),
4296 avp_code_RX_3GPP_Sponsored_Connectivity_Data (530),
4297 avp_code_S6_3GPP_AESE_Communication_Pattern (3113),
4298 avp_code_PCC_3GPP_NBIFOM_Mode (2830),
4299 avp_code_PCC_3GPP_Redirect_Information (1085),
4300 avp_code_S6_3GPP_Event_Handling (3149),
4301 avp_code_AAA_3GPP_Tracking_Area_Identity (1603),
4302 avp_code_PCC_3GPP_ToS_Traffic_Class (1014),
4303 avp_code_RX_3GPP_Min_Desired_Bandwidth_UL (546),
4304 avp_code_AAA_3GPP_UVR_Flags (1639),
4305 avp_code_AAA_3GPP_Subscription_Data_Flags (1654),
4306 avp_code_PCC_3GPP_PDN_Connection_ID (1065),
4307 avp_code_AAA_3GPP_DSR_Flags (1421),
4308 avp_code_PCC_3GPP_PRA_Remove (2846),
4309 avp_code_AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer (1619),
4310 avp_code_AAA_3GPP_Specific_APN_Info (1472),
4311 avp_code_AAA_3GPP_Terminal_Information (1401),
4312 avp_code_AAA_3GPP_CSG_Id (1437),
4313 avp_code_AAA_3GPP_Call_Barring_Info (1488),
4314 avp_code_S6_3GPP_IP_SM_GW_Name (3101),
4315 avp_code_RX_3GPP_Media_Sub_Component (519),
4316 avp_code_S6_3GPP_Accuracy (3137),
4317 avp_code_PCC_3GPP_Charging_Rule_Remove (1002),
4318 avp_code_RX_3GPP_Min_Requested_Bandwidth_DL (534),
4319 avp_code_S6_3GPP_Service_Report (3152),
4320 avp_code_PCC_3GPP_Tunnel_Information (1038),
4321 avp_code_AAA_3GPP_Time_Zone (1642),
4322 avp_code_PCC_3GPP_QoS_Rule_Definition (1053),
4323 avp_code_S6_3GPP_Periodic_Time (3117),
4324 avp_code_PCC_3GPP_Routing_Rule_Failure_Code (2834),
4325 avp_code_PCC_3GPP_TDF_Destination_Host (1089),
4326 avp_code_AAA_3GPP_Local_Group_Id (1678),
4327 avp_code_AAA_3GPP_Service_Area_Identity (1607),
4328 avp_code_PCC_3GPP_Charging_Rule_Report (1018),
4329 avp_code_AAA_3GPP_UE_PC5_AMBR (1693),
4330 avp_code_AAA_3GPP_Collection_Period_RRM_UMTS (1658),
4331 avp_code_AAA_3GPP_Operator_Determined_Barring (1425),
4332 avp_code_AAA_3GPP_SS_Code (1476),
4333 avp_code_RX_3GPP_RS_Bandwidth (522),
4334 avp_code_S6_3GPP_Reachability_Information (3140),
4335 avp_code_RX_3GPP_Extended_Min_Desired_BW_DL (558),
4336 avp_code_AAA_3GPP_Event_Threshold_RSRQ (1630),
4337 avp_code_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL (1041),
4338 avp_code_S6_3GPP_Service_Parameters (3105),
4339 avp_code_PCC_3GPP_Presence_Reporting_Area_Information (2822),
4340 avp_code_PCC_3GPP_Routing_Rule_Identifier (1077),
4341 avp_code_PCC_3GPP_Event_Trigger (1006),
4342 avp_code_RX_3GPP_GCS_Identifier (538),
4343 avp_code_AAA_3GPP_Non_IP_PDN_Type_Indicator (1681),
4344 avp_code_PCC_3GPP_ADC_Rule_Install (1092),
4345 avp_code_PCC_3GPP_Flow_Label (1057),
4346 avp_code_AAA_3GPP_Authentication_Info (1413),
4347 avp_code_AAA_3GPP_Trace_Interface_List (1464),
4348 avp_code_AAA_3GPP_APN_Configuration_Profile (1429),
4349 avp_code_RX_3GPP_Flows (510),
4350 avp_code_S6_3GPP_CIA_Flags (3164),
4351 avp_code_RX_3GPP_Extended_Min_Requested_BW_UL (561),
4352 avp_code_PCC_3GPP_Monitoring_Time (2810),
4353 avp_code_S6_3GPP_UE_Reachability_Configuration (3129),
4354 avp_code_RX_3GPP_Acceptable_Service_Info (526),
4355 avp_code_PCC_3GPP_Flow_Direction (1080),
4356 avp_code_S6_3GPP_Supported_Monitoring_Events (3144),
4357 avp_code_PCC_3GPP_Session_Release_Cause (1045),
4358 avp_code_AAA_3GPP_MDT_User_Consent (1634),
4359 avp_code_S6_3GPP_HSS_Cause (3109),
4360 avp_code_PCC_3GPP_PCSCF_Restoration_Indication (2826),
4361 avp_code_AAA_3GPP_Subscription_Data_Deletion (1685),
4362 avp_code_AAA_3GPP_Trace_Collection_Entity (1452),
4363 avp_code_AAA_3GPP_Network_Access_Mode (1417),
4364 avp_code_AAA_3GPP_Complete_Data_List_Included_Indicator (1468),
4365 avp_code_S6_3GPP_Reachability_Type (3132),
4366 avp_code_S6_3GPP_Type_Of_External_Identifier (3168),
4367 avp_code_PCC_3GPP_Event_Report_Indication (1033),
4368 avp_code_AAA_3GPP_MDT_Configuration (1622),
4369 avp_code_PCC_3GPP_Usage_Monitoring_Report (1069),
4370 avp_code_AAA_3GPP_Adjacent_Access_Restriction_Data (1673),
4371 avp_code_AAA_3GPP_RAT_Frequency_Selection_Priority_ID (1440),
4372 avp_code_AAA_3GPP_CLR_Flags (1638),
4373 avp_code_PCC_3GPP_Default_EPS_Bearer_QoS (1049),
4374 avp_code_AAA_3GPP_ULR_Flags (1405),
4375 avp_code_AAA_3GPP_ICS_Indicator (1491),
4376 avp_code_AAA_3GPP_Cancellation_Type (1420),
4377 avp_code_AAA_3GPP_PDN_Type (1456),
4378 avp_code_RX_3GPP_Access_Network_Charging_Identifier (502),
4379 avp_code_S6_3GPP_AESE_Communication_Pattern_Config_Status (3120),
4380 avp_code_S6_3GPP_Enhanced_Coverage_Restriction_Data (3156),
4381 avp_code_PCC_3GPP_Bearer_Operation (1021),
4382 avp_code_AAA_3GPP_Current_Location_Retrieved (1610),
4383 avp_code_RX_3GPP_Pre_emption_Control_Info (553),
4384 avp_code_PCC_3GPP_TDF_Application_Instance_Identifier (2802),
4385 avp_code_RX_3GPP_Media_Component_Number (518),
4386 avp_code_AAA_3GPP_Event_Threshold_Event_1F (1661),
4387 avp_code_PCC_3GPP_Packet_Filter_Usage (1072),
4388 avp_code_S6_3GPP_MONTE_Location_Type (3136),
4389 avp_code_AAA_3GPP_RDS_Indicator (1697),
4390 avp_code_AAA_3GPP_Reporting_Trigger (1626),
4391 avp_code_PCC_3GPP_Tunnel_Header_Length (1037),
4392 avp_code_PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate (2818),
4393 avp_code_AAA_3GPP_Group_PLMN_Id (1677),
4394 avp_code_AAA_3GPP_User_Id (1444),
4395 avp_code_AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info (1409),
4396 avp_code_AAA_3GPP_EPS_User_State (1495),
4397 avp_code_RX_3GPP_Retry_Interval (541),
4398 avp_code_PCC_3GPP_Packet_Filter_Identifier (1060),
4399 avp_code_S6_3GPP_SCEF_Reference_ID (3124),
4400 avp_code_PCC_3GPP_Resource_Release_Notification (2841),
4401 avp_code_PCC_3GPP_ADC_Rule_Name (1096),
4402 avp_code_AAA_3GPP_Error_Diagnostic (1614),
4403 avp_code_PCC_3GPP_Guaranteed_Bitrate_DL (1025),
4404 avp_code_RX_3GPP_Extended_Max_Supported_BW_UL (557),
4405 avp_code_PCC_3GPP_UDP_Source_Port (2806),
4406 avp_code_AAA_3GPP_SIPTO_Local_Network_Permission (1665),
4407 avp_code_PCC_3GPP_Routing_Rule_Definition (1076),
4408 avp_code_AAA_3GPP_VPLMN_Dynamic_Address_Allowed (1432),
4409 avp_code_AAA_3GPP_Service_Type (1483),
4410 avp_code_AAA_3GPP_Immediate_Response_Preferred (1412),
4411 avp_code_AAA_3GPP_XRES (1448),
4412 avp_code_AAA_3GPP_User_State (1499),
4413 avp_code_S6_3GPP_IP_SM_GW_Realm (3112),
4414 avp_code_S6_3GPP_Reference_ID_Validity_Time (3148),
4415 avp_code_AAA_3GPP_E_UTRAN_Cell_Global_Identity (1602),
4416 avp_code_PCC_3GPP_TFT_Packet_Filter_Information (1013),
4417 avp_code_RX_3GPP_Min_Desired_Bandwidth_DL (545),
4418 avp_code_S6_3GPP_Group_Reporting_Guard_Timer (3163),
4419 avp_code_PCC_3GPP_Session_Linking_Indicator (1064),
4420 avp_code_S6_3GPP_Maximum_Number_of_Reports (3128),
4421 avp_code_PCC_3GPP_PRA_Install (2845),
4422 avp_code_AAA_3GPP_V2X_Permission (1689),
4423 avp_code_AAA_3GPP_LIPA_Permission (1618),
4424 avp_code_PCC_3GPP_QoS_Negotiation (1029),
4425 avp_code_AAA_3GPP_3GPP2_MEID (1471),
4426 avp_code_AAA_3GPP_Subscription_Data (1400),
4427 avp_code_AAA_3GPP_WLAN_offloadability_UTRAN (1669),
4428 avp_code_AAA_3GPP_CSG_Subscription_Data (1436),
4429 avp_code_AAA_3GPP_TS_Code (1487),
4430 avp_code_S6_3GPP_IP_SM_GW_Number (3100),
4431 avp_code_PCC_3GPP_Charging_Rule_Install (1001),
4432 avp_code_RX_3GPP_Rx_Request_Type (533),
4433 avp_code_S6_3GPP_NIDD_Authorization_Response (3151),
4434 avp_code_AAA_3GPP_VPLMN_CSG_Subscription_Data (1641),
4435 avp_code_PCC_3GPP_QoS_Rule_Remove (1052),
4436 avp_code_S6_3GPP_Communication_Duration_Time (3116),
4437 avp_code_PCC_3GPP_Access_Availability_Change_Reason (2833),
4438 avp_code_PCC_3GPP_TDF_Application_Identifier (1088),
4439 avp_code_AAA_3GPP_Location_Area_Identity (1606),
4440 avp_code_RX_3GPP_Media_Component_Status (549),
4441 avp_code_AAA_3GPP_eDRX_Cycle_Length_Value (1692),
4442 avp_code_S6_3GPP_RIR_Flags (3167),
4443 avp_code_AAA_3GPP_Collection_Period_RRM_LTE (1657),
4444 avp_code_PCC_3GPP_Usage_Monitoring_Level (1068),
4445 avp_code_AAA_3GPP_Subscriber_Status (1424),
4446 avp_code_PCC_3GPP_Extended_APN_AMBR_UL (2849),
4447 avp_code_AAA_3GPP_LCS_PrivacyException (1475),
4448 avp_code_AAA_3GPP_QoS_Subscribed (1404),
4449 avp_code_RX_3GPP_RR_Bandwidth (521),
4450 avp_code_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL (1040),
4451 avp_code_S6_3GPP_SCS_Identity (3104),
4452 avp_code_RX_3GPP_Access_Network_Charging_Address (501),
4453 avp_code_PCC_3GPP_Presence_Reporting_Area_Identifier (2821),
4454 avp_code_PCC_3GPP_Charging_Rule_Name (1005),
4455 avp_code_RX_3GPP_Ip_Domain_Id (537),
4456 avp_code_AAA_3GPP_UE_Usage_Type (1680),
4457 avp_code_PCC_3GPP_TDF_IP_Address (1091),
4458 avp_code_S6_3GPP_Enhanced_Coverage_Restriction (3155),
4459 avp_code_AAA_3GPP_MME_Number_for_MT_SMS (1645),
4460 avp_code_PCC_3GPP_Security_Parameter_Index (1056),
4461 avp_code_PCC_3GPP_Traffic_Steering_Policy_Identifier_UL (2837),
4462 avp_code_AAA_3GPP_Carrier_Frequency (1696),
4463 avp_code_AAA_3GPP_Trace_NE_Type_List (1463),
4464 avp_code_AAA_3GPP_All_APN_Configurations_Included_Indicator (1428),
4465 avp_code_AAA_3GPP_NOR_Flags (1443),
4466 avp_code_AAA_3GPP_External_Client (1479),
4467 avp_code_RX_3GPP_Extended_Min_Requested_BW_DL (560),
4468 avp_code_RX_3GPP_Service_URN (525),
4469 avp_code_S6_3GPP_Supported_Services (3143),
4470 avp_code_AAA_3GPP_Relay_Node_Indicator (1633),
4471 avp_code_PCC_3GPP_Rule_DeActivation_Time (1044),
4472 avp_code_S6_3GPP_T4_Data (3108),
4473 avp_code_PCC_3GPP_Fixed_User_Location_Info (2825),
4474 avp_code_PCC_3GPP_Online (1009),
4475 avp_code_PCC_3GPP_ADC_Rule_Base_Name (1095),
4476 avp_code_AAA_3GPP_SCEF_Realm (1684),
4477 avp_code_S6_3GPP_Requested_Validity_Time (3159),
4478 avp_code_AAA_3GPP_Local_Time_Zone (1649),
4479 avp_code_AAA_3GPP_GERAN_Vector (1416),
4480 avp_code_AAA_3GPP_EPS_Subscribed_QoS_Profile (1431),
4481 avp_code_AAA_3GPP_GPRS_Subscription_Data (1467),
4482 avp_code_RX_3GPP_Specific_Action (513),
4483 avp_code_S6_3GPP_Maximum_Detection_Time (3131),
4484 avp_code_AAA_3GPP_Ext_PDP_Address (1621),
4485 avp_code_PCC_3GPP_RAT_Type (1032),
4486 avp_code_RX_3GPP_AF_Signalling_Protocol (529),
4487 avp_code_AAA_3GPP_Adjacent_PLMNs (1672),
4488 avp_code_S6_3GPP_Service_Result_Code (3147),
4489 avp_code_AAA_3GPP_SGSN_Location_Information (1601),
4490 avp_code_PCC_3GPP_Pre_emption_Vulnerability (1048),
4491 avp_code_AAA_3GPP_Equivalent_PLMN_List (1637),
4492 avp_code_PCC_3GPP_Default_Access (2829),
4493 avp_code_AAA_3GPP_IDR_Flags (1490),
4494 avp_code_AAA_3GPP_V2X_Subscription_Data (1688),
4495 avp_code_PCC_3GPP_PS_to_CS_Session_Continuity (1099),
4496 avp_code_AAA_3GPP_PDP_Type (1470),
4497 avp_code_AAA_3GPP_AMBR (1435)
4498} with {
4499 variant "FIELDLENGTH(32)"
4500 variant "BYTEORDER(last)"
4501 variant "COMP(2scompl)"
4502}
4503type union AVP_Code {
4504 AVP_Code_NONE vendor_id_NONE,
4505 AVP_Code_3GPP vendor_id_3GPP
4506}
4507type record AVP_Header {
4508 AVP_Code avp_code,
4509 BIT8 VMPxxxxx,
4510 UINT24 avp_length,
4511 Vendor_Id vendor_id optional
4512} with {
4513 variant (vendor_id) "PRESENCE( {
4514 VMPxxxxx = '10000000'B,
4515 VMPxxxxx = '10100000'B,
4516 VMPxxxxx = '11000000'B,
4517 VMPxxxxx = '11100000'B
4518 } )"
4519 variant (avp_code) "CROSSTAG(
4520 vendor_id_NONE, vendor_id = omit;
4521 vendor_id_3GPP, vendor_id = vendor_id_3GPP;
4522 )"
4523}
4524type union AVP_Data {
4525 MIPv6_NONE_MIP_Careof_Address avp_MIPv6_NONE_MIP_Careof_Address,
4526 PCC_3GPP_Bearer_Identifier avp_PCC_3GPP_Bearer_Identifier,
4527 RX_3GPP_Content_Version avp_RX_3GPP_Content_Version,
4528 BASE_NONE_Session_Id avp_BASE_NONE_Session_Id,
4529 RX_3GPP_Media_Component_Description avp_RX_3GPP_Media_Component_Description,
4530 PCC_3GPP_CSG_Information_Reporting avp_PCC_3GPP_CSG_Information_Reporting,
4531 AAA_3GPP_Measurement_Quantity avp_AAA_3GPP_Measurement_Quantity,
4532 S6_3GPP_Location_Information_Configuration avp_S6_3GPP_Location_Information_Configuration,
4533 PCC_3GPP_Bearer_Usage avp_PCC_3GPP_Bearer_Usage,
4534 PCC_3GPP_Tunnel_Header_Filter avp_PCC_3GPP_Tunnel_Header_Filter,
4535 AAA_3GPP_List_Of_Measurements avp_AAA_3GPP_List_Of_Measurements,
4536 PCC_3GPP_Default_QoS_Name avp_PCC_3GPP_Default_QoS_Name,
4537 AAA_3GPP_UVA_Flags avp_AAA_3GPP_UVA_Flags,
4538 AAA_3GPP_Group_Service_Id avp_AAA_3GPP_Group_Service_Id,
4539 PCC_3GPP_TDF_Information avp_PCC_3GPP_TDF_Information,
4540 AAA_3GPP_Requested_EUTRAN_Authentication_Info avp_AAA_3GPP_Requested_EUTRAN_Authentication_Info,
4541 AAA_3GPP_Last_UE_Activity_Time avp_AAA_3GPP_Last_UE_Activity_Time,
4542 AAA_3GPP_Context_Identifier avp_AAA_3GPP_Context_Identifier,
4543 BASE_NONE_Auth_Application_Id avp_BASE_NONE_Auth_Application_Id,
4544 AAA_3GPP_Trace_Reference avp_AAA_3GPP_Trace_Reference,
4545 RX_3GPP_Sharing_Key_UL avp_RX_3GPP_Sharing_Key_UL,
4546 RX_3GPP_AF_Charging_Identifier avp_RX_3GPP_AF_Charging_Identifier,
4547 S6_3GPP_Monitoring_Event_Report avp_S6_3GPP_Monitoring_Event_Report,
4548 RX_3GPP_Media_Type avp_RX_3GPP_Media_Type,
4549 PCC_3GPP_Conditional_Policy_Information avp_PCC_3GPP_Conditional_Policy_Information,
4550 BASE_NONE_Firmware_Revision avp_BASE_NONE_Firmware_Revision,
4551 AAA_3GPP_SIPTO_Permission avp_AAA_3GPP_SIPTO_Permission,
4552 PCC_3GPP_Network_Request_Support avp_PCC_3GPP_Network_Request_Support,
4553 RX_3GPP_Extended_Max_Supported_BW_DL avp_RX_3GPP_Extended_Max_Supported_BW_DL,
4554 PCC_3GPP_UE_Local_IP_Address avp_PCC_3GPP_UE_Local_IP_Address,
4555 PCC_3GPP_Presence_Reporting_Area_Elements_List avp_PCC_3GPP_Presence_Reporting_Area_Elements_List,
4556 AAA_3GPP_SGs_MME_Identity avp_AAA_3GPP_SGs_MME_Identity,
4557 PCC_3GPP_Routing_Rule_Remove avp_PCC_3GPP_Routing_Rule_Remove,
4558 S6_3GPP_Roaming_Information avp_S6_3GPP_Roaming_Information,
4559 AAA_3GPP_Event_Threshold_RSRP avp_AAA_3GPP_Event_Threshold_RSRP,
4560 AAA_3GPP_PLMN_Client avp_AAA_3GPP_PLMN_Client,
4561 AAA_3GPP_Re_Synchronization_Info avp_AAA_3GPP_Re_Synchronization_Info,
4562 BASE_NONE_Auth_Grace_Period avp_BASE_NONE_Auth_Grace_Period,
4563 AAA_3GPP_RAND avp_AAA_3GPP_RAND,
4564 AAA_3GPP_Trace_Depth avp_AAA_3GPP_Trace_Depth,
4565 AAA_3GPP_SGSN_User_State avp_AAA_3GPP_SGSN_User_State,
4566 AAA_3GPP_APN_OI_Replacement avp_AAA_3GPP_APN_OI_Replacement,
4567 BASE_NONE_Re_Auth_Request_Type avp_BASE_NONE_Re_Auth_Request_Type,
4568 S6_3GPP_External_Identifier avp_S6_3GPP_External_Identifier,
4569 MIPv6_NONE_MIP_MN_HA_MSA avp_MIPv6_NONE_MIP_MN_HA_MSA,
4570 PCC_3GPP_TFT_Filter avp_PCC_3GPP_TFT_Filter,
4571 RX_3GPP_Max_Supported_Bandwidth_UL avp_RX_3GPP_Max_Supported_Bandwidth_UL,
4572 S6_3GPP_Loss_Of_Connectivity_Reason avp_S6_3GPP_Loss_Of_Connectivity_Reason,
4573 RX_3GPP_Flow_Number avp_RX_3GPP_Flow_Number,
4574 PCC_3GPP_Resource_Allocation_Notification avp_PCC_3GPP_Resource_Allocation_Notification,
4575 S6_3GPP_Monitoring_Type avp_S6_3GPP_Monitoring_Type,
4576 PCC_3GPP_Default_Bearer_Indication avp_PCC_3GPP_Default_Bearer_Indication,
4577 AAA_3GPP_VPLMN_LIPA_Allowed avp_AAA_3GPP_VPLMN_LIPA_Allowed,
4578 PCC_3GPP_QoS_Class_Identifier avp_PCC_3GPP_QoS_Class_Identifier,
4579 PCC_3GPP_Mute_Notification avp_PCC_3GPP_Mute_Notification,
4580 MIPv6_NONE_QoS_Resources avp_MIPv6_NONE_QoS_Resources,
4581 AAA_3GPP_Logging_Duration avp_AAA_3GPP_Logging_Duration,
4582 AAA_3GPP_WLAN_offloadability_EUTRAN avp_AAA_3GPP_WLAN_offloadability_EUTRAN,
4583 PCC_3GPP_Routing_IP_Address avp_PCC_3GPP_Routing_IP_Address,
4584 MIPv6_NONE_MIP_Session_Key avp_MIPv6_NONE_MIP_Session_Key,
4585 AAA_3GPP_KASME avp_AAA_3GPP_KASME,
4586 AAA_3GPP_Teleservice_List avp_AAA_3GPP_Teleservice_List,
4587 AAA_3GPP_UTRAN_Vector avp_AAA_3GPP_UTRAN_Vector,
4588 RX_3GPP_Application_Service_Provider_Identity avp_RX_3GPP_Application_Service_Provider_Identity,
4589 S6_3GPP_NIDD_Authorization_Request avp_S6_3GPP_NIDD_Authorization_Request,
4590 PCC_3GPP_QoS_Rule_Install avp_PCC_3GPP_QoS_Rule_Install,
4591 S6_3GPP_Periodic_Communication_Indicator avp_S6_3GPP_Periodic_Communication_Indicator,
4592 RX_3GPP_Flow_Usage avp_RX_3GPP_Flow_Usage,
4593 PCC_3GPP_RAN_Rule_Support avp_PCC_3GPP_RAN_Rule_Support,
4594 S6_3GPP_Monitoring_Duration avp_S6_3GPP_Monitoring_Duration,
4595 AAA_3GPP_Routing_Area_Identity avp_AAA_3GPP_Routing_Area_Identity,
4596 PCC_3GPP_QoS_Information avp_PCC_3GPP_QoS_Information,
4597 RX_3GPP_Service_Authorization_Info avp_RX_3GPP_Service_Authorization_Info,
4598 BASE_NONE_Multi_Round_Time_Out avp_BASE_NONE_Multi_Round_Time_Out,
4599 AAA_3GPP_eDRX_Cycle_Length avp_AAA_3GPP_eDRX_Cycle_Length,
4600 S6_3GPP_Group_Monitoring_Event_Report_Item avp_S6_3GPP_Group_Monitoring_Event_Report_Item,
4601 AAA_3GPP_Ext_PDP_Type avp_AAA_3GPP_Ext_PDP_Type,
4602 PCC_3GPP_Rule_Failure_Code avp_PCC_3GPP_Rule_Failure_Code,
4603 PCC_3GPP_User_Location_Info_Time avp_PCC_3GPP_User_Location_Info_Time,
4604 AAA_3GPP_Measurement_Period_LTE avp_AAA_3GPP_Measurement_Period_LTE,
4605 PCC_3GPP_Usage_Monitoring_Information avp_PCC_3GPP_Usage_Monitoring_Information,
4606 BASE_NONE_Experimental_Result_Code avp_BASE_NONE_Experimental_Result_Code,
4607 PCC_3GPP_Extended_APN_AMBR_DL avp_PCC_3GPP_Extended_APN_AMBR_DL,
4608 AAA_3GPP_GMLC_Number avp_AAA_3GPP_GMLC_Number,
4609 AAA_3GPP_Software_Version avp_AAA_3GPP_Software_Version,
4610 AAA_3GPP_Expiration_Date avp_AAA_3GPP_Expiration_Date,
4611 BASE_NONE_Error_Message avp_BASE_NONE_Error_Message,
4612 AAA_3GPP_SRES avp_AAA_3GPP_SRES,
4613 AAA_3GPP_Item_Number avp_AAA_3GPP_Item_Number,
4614 S6_3GPP_Service_ID avp_S6_3GPP_Service_ID,
4615 RX_3GPP_Abort_Cause avp_RX_3GPP_Abort_Cause,
4616 PCC_3GPP_Charging_Rule_Base_Name avp_PCC_3GPP_Charging_Rule_Base_Name,
4617 RX_3GPP_Required_Access_Info avp_RX_3GPP_Required_Access_Info,
4618 PCC_3GPP_TDF_Destination_Realm avp_PCC_3GPP_TDF_Destination_Realm,
4619 S6_3GPP_S6t_HSS_Cause avp_S6_3GPP_S6t_HSS_Cause,
4620 RX_3GPP_AF_Requested_Data avp_RX_3GPP_AF_Requested_Data,
4621 PCC_3GPP_QoS_Rule_Report avp_PCC_3GPP_QoS_Rule_Report,
4622 S6_3GPP_Stationary_Indication avp_S6_3GPP_Stationary_Indication,
4623 PCC_3GPP_Traffic_Steering_Policy_Identifier_DL avp_PCC_3GPP_Traffic_Steering_Policy_Identifier_DL,
4624 AAA_3GPP_Geodetic_Information avp_AAA_3GPP_Geodetic_Information,
4625 PCC_3GPP_Extended_GBR_UL avp_PCC_3GPP_Extended_GBR_UL,
4626 AAA_3GPP_MBSFN_Area_ID avp_AAA_3GPP_MBSFN_Area_ID,
4627 AAA_3GPP_Area_Scope avp_AAA_3GPP_Area_Scope,
4628 AAA_3GPP_PUA_Flags avp_AAA_3GPP_PUA_Flags,
4629 AAA_3GPP_Notification_To_UE_User avp_AAA_3GPP_Notification_To_UE_User,
4630 AAA_3GPP_Visited_PLMN_Id avp_AAA_3GPP_Visited_PLMN_Id,
4631 AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions avp_AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions,
4632 RX_3GPP_Codec_Data avp_RX_3GPP_Codec_Data,
4633 S6_3GPP_Monitoring_Event_Config_Status avp_S6_3GPP_Monitoring_Event_Config_Status,
4634 BASE_NONE_Error_Reporting_Host avp_BASE_NONE_Error_Reporting_Host,
4635 PCC_3GPP_Rule_Activation_Time avp_PCC_3GPP_Rule_Activation_Time,
4636 S6_3GPP_Service_Data avp_S6_3GPP_Service_Data,
4637 RX_3GPP_AF_Application_Identifier avp_RX_3GPP_AF_Application_Identifier,
4638 PCC_3GPP_NetLoc_Access_Support avp_PCC_3GPP_NetLoc_Access_Support,
4639 S6_3GPP_Monitoring_Event_Configuration avp_S6_3GPP_Monitoring_Event_Configuration,
4640 PCC_3GPP_Offline avp_PCC_3GPP_Offline,
4641 AAA_3GPP_Additional_Context_ID avp_AAA_3GPP_Additional_Context_ID,
4642 PCC_3GPP_ADC_Rule_Definition avp_PCC_3GPP_ADC_Rule_Definition,
4643 S6_3GPP_Allowed_PLMN_List avp_S6_3GPP_Allowed_PLMN_List,
4644 AAA_3GPP_Active_APN avp_AAA_3GPP_Active_APN,
4645 PCC_3GPP_Bearer_Control_Mode avp_PCC_3GPP_Bearer_Control_Mode,
4646 PCC_3GPP_HeNB_Local_IP_Address avp_PCC_3GPP_HeNB_Local_IP_Address,
4647 AAA_3GPP_SMS_Register_Request avp_AAA_3GPP_SMS_Register_Request,
4648 PCC_3GPP_Packet_Filter_Content avp_PCC_3GPP_Packet_Filter_Content,
4649 AAA_3GPP_APN_Configuration avp_AAA_3GPP_APN_Configuration,
4650 AAA_3GPP_OMC_Id avp_AAA_3GPP_OMC_Id,
4651 AAA_3GPP_GMLC_Restriction avp_AAA_3GPP_GMLC_Restriction,
4652 AAA_3GPP_Regional_Subscription_Zone_Code avp_AAA_3GPP_Regional_Subscription_Zone_Code,
4653 BASE_NONE_Proxy_State avp_BASE_NONE_Proxy_State,
4654 S6_3GPP_SIR_Flags avp_S6_3GPP_SIR_Flags,
4655 RX_3GPP_MPS_Identifier avp_RX_3GPP_MPS_Identifier,
4656 AAA_3GPP_MDT_Allowed_PLMN_Id avp_AAA_3GPP_MDT_Allowed_PLMN_Id,
4657 PCC_3GPP_Credit_Management_Status avp_PCC_3GPP_Credit_Management_Status,
4658 S6_3GPP_Service_Result avp_S6_3GPP_Service_Result,
4659 AAA_3GPP_MME_Location_Information avp_AAA_3GPP_MME_Location_Information,
4660 PCC_3GPP_Reporting_Level avp_PCC_3GPP_Reporting_Level,
4661 RX_3GPP_Max_Supported_Bandwidth_DL avp_RX_3GPP_Max_Supported_Bandwidth_DL,
4662 AAA_3GPP_Subscribed_VSRVCC avp_AAA_3GPP_Subscribed_VSRVCC,
4663 PCC_3GPP_Pre_emption_Capability avp_PCC_3GPP_Pre_emption_Capability,
4664 PCC_3GPP_Monitoring_Flags avp_PCC_3GPP_Monitoring_Flags,
4665 BASE_NONE_Redirect_Max_Cache_Time avp_BASE_NONE_Redirect_Max_Cache_Time,
4666 PCC_3GPP_TCP_Source_Port avp_PCC_3GPP_TCP_Source_Port,
4667 PCC_3GPP_Application_Detection_Information avp_PCC_3GPP_Application_Detection_Information,
4668 AAA_3GPP_Emergency_Info avp_AAA_3GPP_Emergency_Info,
4669 AAA_3GPP_MPS_Priority avp_AAA_3GPP_MPS_Priority,
4670 AAA_3GPP_Alert_Reason avp_AAA_3GPP_Alert_Reason,
4671 AAA_3GPP_MO_LR avp_AAA_3GPP_MO_LR,
4672 BASE_NONE_Host_IP_Address avp_BASE_NONE_Host_IP_Address,
4673 RX_3GPP_Max_Requested_Bandwidth_UL avp_RX_3GPP_Max_Requested_Bandwidth_UL,
4674 PCC_3GPP_Usage_Monitoring_Support avp_PCC_3GPP_Usage_Monitoring_Support,
4675 S6_3GPP_Maximum_Response_Time avp_S6_3GPP_Maximum_Response_Time,
4676 RX_3GPP_Sponsor_Identity avp_RX_3GPP_Sponsor_Identity,
4677 PCC_3GPP_CoA_IP_Address avp_PCC_3GPP_CoA_IP_Address,
4678 PCC_3GPP_Default_QoS_Information avp_PCC_3GPP_Default_QoS_Information,
4679 PCC_3GPP_AN_GW_Address avp_PCC_3GPP_AN_GW_Address,
4680 PCC_3GPP_NBIFOM_Support avp_PCC_3GPP_NBIFOM_Support,
4681 PCC_3GPP_Redirect_Support avp_PCC_3GPP_Redirect_Support,
4682 AAA_3GPP_IMSI_Group_Id avp_AAA_3GPP_IMSI_Group_Id,
4683 AAA_3GPP_Cell_Global_Identity avp_AAA_3GPP_Cell_Global_Identity,
4684 BASE_NONE_Vendor_Id avp_BASE_NONE_Vendor_Id,
4685 AAA_3GPP_PDN_Connection_Continuity avp_AAA_3GPP_PDN_Connection_Continuity,
4686 AAA_3GPP_DSA_Flags avp_AAA_3GPP_DSA_Flags,
4687 AAA_3GPP_Trace_Data avp_AAA_3GPP_Trace_Data,
4688 AAA_3GPP_LCS_Info avp_AAA_3GPP_LCS_Info,
4689 AAA_3GPP_PDN_GW_Allocation_Type avp_AAA_3GPP_PDN_GW_Allocation_Type,
4690 BASE_NONE_Event_Timestamp avp_BASE_NONE_Event_Timestamp,
4691 RX_3GPP_Extended_Max_Requested_BW_UL avp_RX_3GPP_Extended_Max_Requested_BW_UL,
4692 S6_3GPP_User_Identifier avp_S6_3GPP_User_Identifier,
4693 PCC_3GPP_QoS_Rule_Base_Name avp_PCC_3GPP_QoS_Rule_Base_Name,
4694 AAA_3GPP_Restoration_Priority avp_AAA_3GPP_Restoration_Priority,
4695 MIPv6_NONE_MIP_MN_HA_SPI avp_MIPv6_NONE_MIP_MN_HA_SPI,
4696 S6_3GPP_Association_Type avp_S6_3GPP_Association_Type,
4697 PCC_3GPP_Charging_Rule_Definition avp_PCC_3GPP_Charging_Rule_Definition,
4698 RX_3GPP_Min_Requested_Bandwidth_UL avp_RX_3GPP_Min_Requested_Bandwidth_UL,
4699 AAA_3GPP_Report_Amount avp_AAA_3GPP_Report_Amount,
4700 PCC_3GPP_CoA_Information avp_PCC_3GPP_CoA_Information,
4701 AAA_3GPP_A_MSISDN avp_AAA_3GPP_A_MSISDN,
4702 MIPv6_NONE_MIP_Mobile_Node_Address avp_MIPv6_NONE_MIP_Mobile_Node_Address,
4703 PCC_3GPP_Routing_Rule_Report avp_PCC_3GPP_Routing_Rule_Report,
4704 AAA_3GPP_Number_Of_Requested_Vectors avp_AAA_3GPP_Number_Of_Requested_Vectors,
4705 AAA_3GPP_AIR_Flags avp_AAA_3GPP_AIR_Flags,
4706 AAA_3GPP_Geographical_Information avp_AAA_3GPP_Geographical_Information,
4707 AAA_3GPP_MME_User_State avp_AAA_3GPP_MME_User_State,
4708 AAA_3GPP_Access_Restriction_Data avp_AAA_3GPP_Access_Restriction_Data,
4709 BASE_NONE_Failed_AVP avp_BASE_NONE_Failed_AVP,
4710 AAA_3GPP_SS_Status avp_AAA_3GPP_SS_Status,
4711 S6_3GPP_NIDD_Authorization_Update avp_S6_3GPP_NIDD_Authorization_Update,
4712 PCC_3GPP_Packet_Filter_Operation avp_PCC_3GPP_Packet_Filter_Operation,
4713 S6_3GPP_SCEF_Reference_ID_for_Deletion avp_S6_3GPP_SCEF_Reference_ID_for_Deletion,
4714 RX_3GPP_SIP_Forking_Indication avp_RX_3GPP_SIP_Forking_Indication,
4715 S6_3GPP_IMEI_Change avp_S6_3GPP_IMEI_Change,
4716 PCC_3GPP_IP_CAN_Type avp_PCC_3GPP_IP_CAN_Type,
4717 RX_3GPP_Extended_Min_Desired_BW_UL avp_RX_3GPP_Extended_Min_Desired_BW_UL,
4718 PCC_3GPP_Revalidation_Time avp_PCC_3GPP_Revalidation_Time,
4719 AAA_3GPP_Logging_Interval avp_AAA_3GPP_Logging_Interval,
4720 PCC_3GPP_Presence_Reporting_Area_Status avp_PCC_3GPP_Presence_Reporting_Area_Status,
4721 AAA_3GPP_WLAN_offloadability avp_AAA_3GPP_WLAN_offloadability,
4722 PCC_3GPP_Routing_Filter avp_PCC_3GPP_Routing_Filter,
4723 PCC_3GPP_Metering_Method avp_PCC_3GPP_Metering_Method,
4724 AAA_3GPP_Non_IP_Data_Delivery_Mechanism avp_AAA_3GPP_Non_IP_Data_Delivery_Mechanism,
4725 BASE_NONE_Session_Server_Failover avp_BASE_NONE_Session_Server_Failover,
4726 AAA_3GPP_E_UTRAN_Vector avp_AAA_3GPP_E_UTRAN_Vector,
4727 BASE_NONE_Experimental_Result avp_BASE_NONE_Experimental_Result,
4728 AAA_3GPP_Trace_Event_List avp_AAA_3GPP_Trace_Event_List,
4729 MIPv6_NONE_MIP_Replay_Mode avp_MIPv6_NONE_MIP_Replay_Mode,
4730 BASE_NONE_Proxy_Host avp_BASE_NONE_Proxy_Host,
4731 S6_3GPP_Communication_Pattern_Set avp_S6_3GPP_Communication_Pattern_Set,
4732 RX_3GPP_Flow_Status avp_RX_3GPP_Flow_Status,
4733 RX_3GPP_MCPTT_Identifier avp_RX_3GPP_MCPTT_Identifier,
4734 S6_3GPP_Group_Monitoring_Event_Report avp_S6_3GPP_Group_Monitoring_Event_Report,
4735 PCC_3GPP_QoS_Upgrade avp_PCC_3GPP_QoS_Upgrade,
4736 PCC_3GPP_AN_GW_Status avp_PCC_3GPP_AN_GW_Status,
4737 AAA_3GPP_Measurement_Period_UMTS avp_AAA_3GPP_Measurement_Period_UMTS,
4738 PCC_3GPP_Monitoring_Key avp_PCC_3GPP_Monitoring_Key,
4739 PCC_3GPP_3GPP_PS_Data_Off_Status avp_PCC_3GPP_3GPP_PS_Data_Off_Status,
4740 AAA_3GPP_Reset_ID avp_AAA_3GPP_Reset_ID,
4741 PCC_3GPP_Routing_Rule_Install avp_PCC_3GPP_Routing_Rule_Install,
4742 AAA_3GPP_PUR_Flags avp_AAA_3GPP_PUR_Flags,
4743 PCC_3GPP_IP_CAN_Session_Charging_Scope avp_PCC_3GPP_IP_CAN_Session_Charging_Scope,
4744 AAA_3GPP_IMEI avp_AAA_3GPP_IMEI,
4745 AAA_3GPP_Kc avp_AAA_3GPP_Kc,
4746 AAA_3GPP_SGSN_Number avp_AAA_3GPP_SGSN_Number,
4747 AAA_3GPP_HPLMN_ODB avp_AAA_3GPP_HPLMN_ODB,
4748 AAA_3GPP_PDP_Context avp_AAA_3GPP_PDP_Context,
4749 BASE_NONE_Proxy_Info avp_BASE_NONE_Proxy_Info,
4750 S6_3GPP_Node_Type avp_S6_3GPP_Node_Type,
4751 RX_3GPP_Priority_Sharing_Indicator avp_RX_3GPP_Priority_Sharing_Indicator,
4752 PCC_3GPP_QoS_Rule_Name avp_PCC_3GPP_QoS_Rule_Name,
4753 S6_3GPP_Scheduled_Communication_Time avp_S6_3GPP_Scheduled_Communication_Time,
4754 RX_3GPP_Max_Requested_Bandwidth_DL avp_RX_3GPP_Max_Requested_Bandwidth_DL,
4755 S6_3GPP_Maximum_Latency avp_S6_3GPP_Maximum_Latency,
4756 PCC_3GPP_PCC_Rule_Status avp_PCC_3GPP_PCC_Rule_Status,
4757 PCC_3GPP_Extended_GBR_DL avp_PCC_3GPP_Extended_GBR_DL,
4758 AAA_3GPP_MBSFN_Area avp_AAA_3GPP_MBSFN_Area,
4759 S6_3GPP_APN_Validity_Time avp_S6_3GPP_APN_Validity_Time,
4760 AAA_3GPP_Job_Type avp_AAA_3GPP_Job_Type,
4761 PCC_3GPP_Allocation_Retention_Priority avp_PCC_3GPP_Allocation_Retention_Priority,
4762 BASE_NONE_Destination_Host avp_BASE_NONE_Destination_Host,
4763 AAA_3GPP_Positioning_Method avp_AAA_3GPP_Positioning_Method,
4764 AAA_3GPP_DL_Buffering_Suggested_Packet_Count avp_AAA_3GPP_DL_Buffering_Suggested_Packet_Count,
4765 AAA_3GPP_IDA_Flags avp_AAA_3GPP_IDA_Flags,
4766 AAA_3GPP_ULA_Flags avp_AAA_3GPP_ULA_Flags,
4767 AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported avp_AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported,
4768 AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature avp_AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature,
4769 S6_3GPP_T4_Parameters avp_S6_3GPP_T4_Parameters,
4770 RX_3GPP_Access_Network_Charging_Identifier_Value avp_RX_3GPP_Access_Network_Charging_Identifier_Value,
4771 S6_3GPP_AESE_Error_Report avp_S6_3GPP_AESE_Error_Report,
4772 RX_3GPP_Sharing_Key_DL avp_RX_3GPP_Sharing_Key_DL,
4773 PCC_3GPP_ADC_Rule_Remove avp_PCC_3GPP_ADC_Rule_Remove,
4774 S6_3GPP_Restricted_PLMN_List avp_S6_3GPP_Restricted_PLMN_List,
4775 AAA_3GPP_Age_Of_Location_Information avp_AAA_3GPP_Age_Of_Location_Information,
4776 PCC_3GPP_Access_Network_Charging_Identifier_Gx avp_PCC_3GPP_Access_Network_Charging_Identifier_Gx,
4777 RX_3GPP_Extended_Max_Requested_BW_DL avp_RX_3GPP_Extended_Max_Requested_BW_DL,
4778 PCC_3GPP_Flow_Information avp_PCC_3GPP_Flow_Information,
4779 PCC_3GPP_Execution_Time avp_PCC_3GPP_Execution_Time,
4780 BASE_NONE_Accounting_Record_Number avp_BASE_NONE_Accounting_Record_Number,
4781 AAA_3GPP_Event_Threshold_Event_1I avp_AAA_3GPP_Event_Threshold_Event_1I,
4782 PCC_3GPP_Charging_Correlation_Indicator avp_PCC_3GPP_Charging_Correlation_Indicator,
4783 AAA_3GPP_Report_Interval avp_AAA_3GPP_Report_Interval,
4784 PCC_3GPP_RAN_NAS_Release_Cause avp_PCC_3GPP_RAN_NAS_Release_Cause,
4785 AAA_3GPP_Client_Identity avp_AAA_3GPP_Client_Identity,
4786 BASE_NONE_Redirect_Host_Usage avp_BASE_NONE_Redirect_Host_Usage,
4787 AAA_3GPP_Equipment_Status avp_AAA_3GPP_Equipment_Status,
4788 MIPv6_NONE_MIP6_Auth_Mode avp_MIPv6_NONE_MIP6_Auth_Mode,
4789 AAA_3GPP_EPS_Location_Information avp_AAA_3GPP_EPS_Location_Information,
4790 BASE_NONE_Session_Timeout avp_BASE_NONE_Session_Timeout,
4791 RX_3GPP_Service_Info_Status avp_RX_3GPP_Service_Info_Status,
4792 S6_3GPP_CIR_Flags avp_S6_3GPP_CIR_Flags,
4793 PCC_3GPP_Precedence avp_PCC_3GPP_Precedence,
4794 RX_3GPP_Sponsoring_Action avp_RX_3GPP_Sponsoring_Action,
4795 S6_3GPP_Granted_Validity_Time avp_S6_3GPP_Granted_Validity_Time,
4796 PCC_3GPP_Priority_Level avp_PCC_3GPP_Priority_Level,
4797 RX_3GPP_Flow_Description avp_RX_3GPP_Flow_Description,
4798 AAA_3GPP_Daylight_Saving_Time avp_AAA_3GPP_Daylight_Saving_Time,
4799 PCC_3GPP_Packet_Filter_Information avp_PCC_3GPP_Packet_Filter_Information,
4800 S6_3GPP_SCEF_ID avp_S6_3GPP_SCEF_ID,
4801 PCC_3GPP_Removal_Of_Access avp_PCC_3GPP_Removal_Of_Access,
4802 AAA_3GPP_Preferred_Data_Mode avp_AAA_3GPP_Preferred_Data_Mode,
4803 PCC_3GPP_ADC_Rule_Report avp_PCC_3GPP_ADC_Rule_Report,
4804 AAA_3GPP_UE_SRVCC_Capability avp_AAA_3GPP_UE_SRVCC_Capability,
4805 PCC_3GPP_Guaranteed_Bitrate_UL avp_PCC_3GPP_Guaranteed_Bitrate_UL,
4806 MIPv6_NONE_MIP_MAC_Mobility_Data avp_MIPv6_NONE_MIP_MAC_Mobility_Data,
4807 AAA_3GPP_Coupled_Node_Diameter_ID avp_AAA_3GPP_Coupled_Node_Diameter_ID,
4808 AAA_3GPP_STN_SR avp_AAA_3GPP_STN_SR,
4809 BASE_NONE_Supported_Vendor_Id avp_BASE_NONE_Supported_Vendor_Id,
4810 AAA_3GPP_ServiceTypeIdentity avp_AAA_3GPP_ServiceTypeIdentity,
4811 AAA_3GPP_AUTN avp_AAA_3GPP_AUTN,
4812 RX_3GPP_Sponsored_Connectivity_Data avp_RX_3GPP_Sponsored_Connectivity_Data,
4813 BASE_NONE_Auth_Request_Type avp_BASE_NONE_Auth_Request_Type,
4814 S6_3GPP_AESE_Communication_Pattern avp_S6_3GPP_AESE_Communication_Pattern,
4815 PCC_3GPP_NBIFOM_Mode avp_PCC_3GPP_NBIFOM_Mode,
4816 PCC_3GPP_Redirect_Information avp_PCC_3GPP_Redirect_Information,
4817 S6_3GPP_Event_Handling avp_S6_3GPP_Event_Handling,
4818 AAA_3GPP_Tracking_Area_Identity avp_AAA_3GPP_Tracking_Area_Identity,
4819 PCC_3GPP_ToS_Traffic_Class avp_PCC_3GPP_ToS_Traffic_Class,
4820 RX_3GPP_Min_Desired_Bandwidth_UL avp_RX_3GPP_Min_Desired_Bandwidth_UL,
4821 AAA_3GPP_UVR_Flags avp_AAA_3GPP_UVR_Flags,
4822 AAA_3GPP_Subscription_Data_Flags avp_AAA_3GPP_Subscription_Data_Flags,
4823 PCC_3GPP_PDN_Connection_ID avp_PCC_3GPP_PDN_Connection_ID,
4824 AAA_3GPP_DSR_Flags avp_AAA_3GPP_DSR_Flags,
4825 PCC_3GPP_PRA_Remove avp_PCC_3GPP_PRA_Remove,
4826 MIPv6_NONE_MIP_Timestamp avp_MIPv6_NONE_MIP_Timestamp,
4827 AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer avp_AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer,
4828 AAA_3GPP_Specific_APN_Info avp_AAA_3GPP_Specific_APN_Info,
4829 AAA_3GPP_Terminal_Information avp_AAA_3GPP_Terminal_Information,
4830 BASE_NONE_Product_Name avp_BASE_NONE_Product_Name,
4831 AAA_3GPP_CSG_Id avp_AAA_3GPP_CSG_Id,
4832 AAA_3GPP_Call_Barring_Info avp_AAA_3GPP_Call_Barring_Info,
4833 BASE_NONE_Origin_State_Id avp_BASE_NONE_Origin_State_Id,
4834 S6_3GPP_IP_SM_GW_Name avp_S6_3GPP_IP_SM_GW_Name,
4835 RX_3GPP_Media_Sub_Component avp_RX_3GPP_Media_Sub_Component,
4836 S6_3GPP_Accuracy avp_S6_3GPP_Accuracy,
4837 PCC_3GPP_Charging_Rule_Remove avp_PCC_3GPP_Charging_Rule_Remove,
4838 RX_3GPP_Min_Requested_Bandwidth_DL avp_RX_3GPP_Min_Requested_Bandwidth_DL,
4839 S6_3GPP_Service_Report avp_S6_3GPP_Service_Report,
4840 PCC_3GPP_Tunnel_Information avp_PCC_3GPP_Tunnel_Information,
4841 AAA_3GPP_Time_Zone avp_AAA_3GPP_Time_Zone,
4842 PCC_3GPP_QoS_Rule_Definition avp_PCC_3GPP_QoS_Rule_Definition,
4843 S6_3GPP_Periodic_Time avp_S6_3GPP_Periodic_Time,
4844 PCC_3GPP_Routing_Rule_Failure_Code avp_PCC_3GPP_Routing_Rule_Failure_Code,
4845 PCC_3GPP_TDF_Destination_Host avp_PCC_3GPP_TDF_Destination_Host,
4846 AAA_3GPP_Local_Group_Id avp_AAA_3GPP_Local_Group_Id,
4847 AAA_3GPP_Service_Area_Identity avp_AAA_3GPP_Service_Area_Identity,
4848 PCC_3GPP_Charging_Rule_Report avp_PCC_3GPP_Charging_Rule_Report,
4849 BASE_NONE_User_Name avp_BASE_NONE_User_Name,
4850 AAA_3GPP_UE_PC5_AMBR avp_AAA_3GPP_UE_PC5_AMBR,
4851 BASE_NONE_Accounting_Sub_Session_Id avp_BASE_NONE_Accounting_Sub_Session_Id,
4852 AAA_3GPP_Collection_Period_RRM_UMTS avp_AAA_3GPP_Collection_Period_RRM_UMTS,
4853 AAA_3GPP_Operator_Determined_Barring avp_AAA_3GPP_Operator_Determined_Barring,
4854 BASE_NONE_Session_Binding avp_BASE_NONE_Session_Binding,
4855 AAA_3GPP_SS_Code avp_AAA_3GPP_SS_Code,
4856 BASE_NONE_Acct_Multi_Session_Id avp_BASE_NONE_Acct_Multi_Session_Id,
4857 RX_3GPP_RS_Bandwidth avp_RX_3GPP_RS_Bandwidth,
4858 MIPv6_NONE_MIP_Algorithm_Type avp_MIPv6_NONE_MIP_Algorithm_Type,
4859 S6_3GPP_Reachability_Information avp_S6_3GPP_Reachability_Information,
4860 RX_3GPP_Extended_Min_Desired_BW_DL avp_RX_3GPP_Extended_Min_Desired_BW_DL,
4861 AAA_3GPP_Event_Threshold_RSRQ avp_AAA_3GPP_Event_Threshold_RSRQ,
4862 PCC_3GPP_APN_Aggregate_Max_Bitrate_UL avp_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL,
4863 S6_3GPP_Service_Parameters avp_S6_3GPP_Service_Parameters,
4864 PCC_3GPP_Presence_Reporting_Area_Information avp_PCC_3GPP_Presence_Reporting_Area_Information,
4865 PCC_3GPP_Routing_Rule_Identifier avp_PCC_3GPP_Routing_Rule_Identifier,
4866 PCC_3GPP_Event_Trigger avp_PCC_3GPP_Event_Trigger,
4867 RX_3GPP_GCS_Identifier avp_RX_3GPP_GCS_Identifier,
4868 MIPv6_NONE_QoS_Capability avp_MIPv6_NONE_QoS_Capability,
4869 AAA_3GPP_Non_IP_PDN_Type_Indicator avp_AAA_3GPP_Non_IP_PDN_Type_Indicator,
4870 PCC_3GPP_ADC_Rule_Install avp_PCC_3GPP_ADC_Rule_Install,
4871 PCC_3GPP_Flow_Label avp_PCC_3GPP_Flow_Label,
4872 AAA_3GPP_Authentication_Info avp_AAA_3GPP_Authentication_Info,
4873 AAA_3GPP_Trace_Interface_List avp_AAA_3GPP_Trace_Interface_List,
4874 AAA_3GPP_APN_Configuration_Profile avp_AAA_3GPP_APN_Configuration_Profile,
4875 RX_3GPP_Flows avp_RX_3GPP_Flows,
4876 S6_3GPP_CIA_Flags avp_S6_3GPP_CIA_Flags,
4877 RX_3GPP_Extended_Min_Requested_BW_UL avp_RX_3GPP_Extended_Min_Requested_BW_UL,
4878 PCC_3GPP_Monitoring_Time avp_PCC_3GPP_Monitoring_Time,
4879 S6_3GPP_UE_Reachability_Configuration avp_S6_3GPP_UE_Reachability_Configuration,
4880 BASE_NONE_Destination_Realm avp_BASE_NONE_Destination_Realm,
4881 RX_3GPP_Acceptable_Service_Info avp_RX_3GPP_Acceptable_Service_Info,
4882 PCC_3GPP_Flow_Direction avp_PCC_3GPP_Flow_Direction,
4883 S6_3GPP_Supported_Monitoring_Events avp_S6_3GPP_Supported_Monitoring_Events,
4884 PCC_3GPP_Session_Release_Cause avp_PCC_3GPP_Session_Release_Cause,
4885 AAA_3GPP_MDT_User_Consent avp_AAA_3GPP_MDT_User_Consent,
4886 S6_3GPP_HSS_Cause avp_S6_3GPP_HSS_Cause,
4887 PCC_3GPP_PCSCF_Restoration_Indication avp_PCC_3GPP_PCSCF_Restoration_Indication,
4888 AAA_3GPP_Subscription_Data_Deletion avp_AAA_3GPP_Subscription_Data_Deletion,
4889 MIPv6_NONE_Chargable_User_Identity avp_MIPv6_NONE_Chargable_User_Identity,
4890 AAA_3GPP_Trace_Collection_Entity avp_AAA_3GPP_Trace_Collection_Entity,
4891 BASE_NONE_Redirect_Host avp_BASE_NONE_Redirect_Host,
4892 AAA_3GPP_Network_Access_Mode avp_AAA_3GPP_Network_Access_Mode,
4893 AAA_3GPP_Complete_Data_List_Included_Indicator avp_AAA_3GPP_Complete_Data_List_Included_Indicator,
4894 MIPv6_NONE_MIP_MN_AAA_SPI avp_MIPv6_NONE_MIP_MN_AAA_SPI,
4895 MIPv6_NONE_MIP_MSA_Lifetime avp_MIPv6_NONE_MIP_MSA_Lifetime,
4896 S6_3GPP_Reachability_Type avp_S6_3GPP_Reachability_Type,
4897 S6_3GPP_Type_Of_External_Identifier avp_S6_3GPP_Type_Of_External_Identifier,
4898 PCC_3GPP_Event_Report_Indication avp_PCC_3GPP_Event_Report_Indication,
4899 AAA_3GPP_MDT_Configuration avp_AAA_3GPP_MDT_Configuration,
4900 PCC_3GPP_Usage_Monitoring_Report avp_PCC_3GPP_Usage_Monitoring_Report,
4901 AAA_3GPP_Adjacent_Access_Restriction_Data avp_AAA_3GPP_Adjacent_Access_Restriction_Data,
4902 AAA_3GPP_RAT_Frequency_Selection_Priority_ID avp_AAA_3GPP_RAT_Frequency_Selection_Priority_ID,
4903 AAA_3GPP_CLR_Flags avp_AAA_3GPP_CLR_Flags,
4904 PCC_3GPP_Default_EPS_Bearer_QoS avp_PCC_3GPP_Default_EPS_Bearer_QoS,
4905 AAA_3GPP_ULR_Flags avp_AAA_3GPP_ULR_Flags,
4906 AAA_3GPP_ICS_Indicator avp_AAA_3GPP_ICS_Indicator,
4907 AAA_3GPP_Cancellation_Type avp_AAA_3GPP_Cancellation_Type,
4908 BASE_NONE_E2E_Sequence avp_BASE_NONE_E2E_Sequence,
4909 BASE_NONE_Origin_Realm avp_BASE_NONE_Origin_Realm,
4910 AAA_3GPP_PDN_Type avp_AAA_3GPP_PDN_Type,
4911 RX_3GPP_Access_Network_Charging_Identifier avp_RX_3GPP_Access_Network_Charging_Identifier,
4912 S6_3GPP_AESE_Communication_Pattern_Config_Status avp_S6_3GPP_AESE_Communication_Pattern_Config_Status,
4913 S6_3GPP_Enhanced_Coverage_Restriction_Data avp_S6_3GPP_Enhanced_Coverage_Restriction_Data,
4914 PCC_3GPP_Bearer_Operation avp_PCC_3GPP_Bearer_Operation,
4915 AAA_3GPP_Current_Location_Retrieved avp_AAA_3GPP_Current_Location_Retrieved,
4916 RX_3GPP_Pre_emption_Control_Info avp_RX_3GPP_Pre_emption_Control_Info,
4917 PCC_3GPP_TDF_Application_Instance_Identifier avp_PCC_3GPP_TDF_Application_Instance_Identifier,
4918 BASE_NONE_Acct_Interim_Interval avp_BASE_NONE_Acct_Interim_Interval,
4919 RX_3GPP_Media_Component_Number avp_RX_3GPP_Media_Component_Number,
4920 AAA_3GPP_Event_Threshold_Event_1F avp_AAA_3GPP_Event_Threshold_Event_1F,
4921 PCC_3GPP_Packet_Filter_Usage avp_PCC_3GPP_Packet_Filter_Usage,
4922 S6_3GPP_MONTE_Location_Type avp_S6_3GPP_MONTE_Location_Type,
4923 AAA_3GPP_RDS_Indicator avp_AAA_3GPP_RDS_Indicator,
4924 AAA_3GPP_Reporting_Trigger avp_AAA_3GPP_Reporting_Trigger,
4925 PCC_3GPP_Tunnel_Header_Length avp_PCC_3GPP_Tunnel_Header_Length,
4926 PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate avp_PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate,
4927 AAA_3GPP_Group_PLMN_Id avp_AAA_3GPP_Group_PLMN_Id,
4928 AAA_3GPP_User_Id avp_AAA_3GPP_User_Id,
4929 MIPv6_NONE_MIP_Authenticator avp_MIPv6_NONE_MIP_Authenticator,
4930 AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info avp_AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info,
4931 AAA_3GPP_EPS_User_State avp_AAA_3GPP_EPS_User_State,
4932 BASE_NONE_Origin_Host avp_BASE_NONE_Origin_Host,
4933 RX_3GPP_Retry_Interval avp_RX_3GPP_Retry_Interval,
4934 BASE_NONE_Accounting_Session_Id avp_BASE_NONE_Accounting_Session_Id,
4935 PCC_3GPP_Packet_Filter_Identifier avp_PCC_3GPP_Packet_Filter_Identifier,
4936 S6_3GPP_SCEF_Reference_ID avp_S6_3GPP_SCEF_Reference_ID,
4937 PCC_3GPP_Resource_Release_Notification avp_PCC_3GPP_Resource_Release_Notification,
4938 PCC_3GPP_ADC_Rule_Name avp_PCC_3GPP_ADC_Rule_Name,
4939 BASE_NONE_Disconnect_Cause avp_BASE_NONE_Disconnect_Cause,
4940 AAA_3GPP_Error_Diagnostic avp_AAA_3GPP_Error_Diagnostic,
4941 PCC_3GPP_Guaranteed_Bitrate_DL avp_PCC_3GPP_Guaranteed_Bitrate_DL,
4942 RX_3GPP_Extended_Max_Supported_BW_UL avp_RX_3GPP_Extended_Max_Supported_BW_UL,
4943 PCC_3GPP_UDP_Source_Port avp_PCC_3GPP_UDP_Source_Port,
4944 BASE_NONE_Accounting_Record_Type avp_BASE_NONE_Accounting_Record_Type,
4945 AAA_3GPP_SIPTO_Local_Network_Permission avp_AAA_3GPP_SIPTO_Local_Network_Permission,
4946 PCC_3GPP_Routing_Rule_Definition avp_PCC_3GPP_Routing_Rule_Definition,
4947 AAA_3GPP_VPLMN_Dynamic_Address_Allowed avp_AAA_3GPP_VPLMN_Dynamic_Address_Allowed,
4948 BASE_NONE_Acct_Application_Id avp_BASE_NONE_Acct_Application_Id,
4949 AAA_3GPP_Service_Type avp_AAA_3GPP_Service_Type,
4950 AAA_3GPP_Immediate_Response_Preferred avp_AAA_3GPP_Immediate_Response_Preferred,
4951 AAA_3GPP_XRES avp_AAA_3GPP_XRES,
4952 AAA_3GPP_User_State avp_AAA_3GPP_User_State,
4953 BASE_NONE_Result_Code avp_BASE_NONE_Result_Code,
4954 S6_3GPP_IP_SM_GW_Realm avp_S6_3GPP_IP_SM_GW_Realm,
4955 S6_3GPP_Reference_ID_Validity_Time avp_S6_3GPP_Reference_ID_Validity_Time,
4956 AAA_3GPP_E_UTRAN_Cell_Global_Identity avp_AAA_3GPP_E_UTRAN_Cell_Global_Identity,
4957 PCC_3GPP_TFT_Packet_Filter_Information avp_PCC_3GPP_TFT_Packet_Filter_Information,
4958 RX_3GPP_Min_Desired_Bandwidth_DL avp_RX_3GPP_Min_Desired_Bandwidth_DL,
4959 S6_3GPP_Group_Reporting_Guard_Timer avp_S6_3GPP_Group_Reporting_Guard_Timer,
4960 BASE_NONE_Auth_Session_State avp_BASE_NONE_Auth_Session_State,
4961 PCC_3GPP_Session_Linking_Indicator avp_PCC_3GPP_Session_Linking_Indicator,
4962 S6_3GPP_Maximum_Number_of_Reports avp_S6_3GPP_Maximum_Number_of_Reports,
4963 PCC_3GPP_PRA_Install avp_PCC_3GPP_PRA_Install,
4964 AAA_3GPP_V2X_Permission avp_AAA_3GPP_V2X_Permission,
4965 AAA_3GPP_LIPA_Permission avp_AAA_3GPP_LIPA_Permission,
4966 PCC_3GPP_QoS_Negotiation avp_PCC_3GPP_QoS_Negotiation,
4967 AAA_3GPP_3GPP2_MEID avp_AAA_3GPP_3GPP2_MEID,
4968 AAA_3GPP_Subscription_Data avp_AAA_3GPP_Subscription_Data,
4969 BASE_NONE_Vendor_Specific_Application_Id avp_BASE_NONE_Vendor_Specific_Application_Id,
4970 AAA_3GPP_WLAN_offloadability_UTRAN avp_AAA_3GPP_WLAN_offloadability_UTRAN,
4971 AAA_3GPP_CSG_Subscription_Data avp_AAA_3GPP_CSG_Subscription_Data,
4972 MIPv6_NONE_Service_Selection avp_MIPv6_NONE_Service_Selection,
4973 AAA_3GPP_TS_Code avp_AAA_3GPP_TS_Code,
4974 S6_3GPP_IP_SM_GW_Number avp_S6_3GPP_IP_SM_GW_Number,
4975 PCC_3GPP_Charging_Rule_Install avp_PCC_3GPP_Charging_Rule_Install,
4976 RX_3GPP_Rx_Request_Type avp_RX_3GPP_Rx_Request_Type,
4977 S6_3GPP_NIDD_Authorization_Response avp_S6_3GPP_NIDD_Authorization_Response,
4978 AAA_3GPP_VPLMN_CSG_Subscription_Data avp_AAA_3GPP_VPLMN_CSG_Subscription_Data,
4979 PCC_3GPP_QoS_Rule_Remove avp_PCC_3GPP_QoS_Rule_Remove,
4980 S6_3GPP_Communication_Duration_Time avp_S6_3GPP_Communication_Duration_Time,
4981 PCC_3GPP_Access_Availability_Change_Reason avp_PCC_3GPP_Access_Availability_Change_Reason,
4982 PCC_3GPP_TDF_Application_Identifier avp_PCC_3GPP_TDF_Application_Identifier,
4983 AAA_3GPP_Location_Area_Identity avp_AAA_3GPP_Location_Area_Identity,
4984 RX_3GPP_Media_Component_Status avp_RX_3GPP_Media_Component_Status,
4985 AAA_3GPP_eDRX_Cycle_Length_Value avp_AAA_3GPP_eDRX_Cycle_Length_Value,
4986 S6_3GPP_RIR_Flags avp_S6_3GPP_RIR_Flags,
4987 AAA_3GPP_Collection_Period_RRM_LTE avp_AAA_3GPP_Collection_Period_RRM_LTE,
4988 PCC_3GPP_Usage_Monitoring_Level avp_PCC_3GPP_Usage_Monitoring_Level,
4989 AAA_3GPP_Subscriber_Status avp_AAA_3GPP_Subscriber_Status,
4990 PCC_3GPP_Extended_APN_AMBR_UL avp_PCC_3GPP_Extended_APN_AMBR_UL,
4991 AAA_3GPP_LCS_PrivacyException avp_AAA_3GPP_LCS_PrivacyException,
4992 AAA_3GPP_QoS_Subscribed avp_AAA_3GPP_QoS_Subscribed,
4993 RX_3GPP_RR_Bandwidth avp_RX_3GPP_RR_Bandwidth,
4994 PCC_3GPP_APN_Aggregate_Max_Bitrate_DL avp_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL,
4995 S6_3GPP_SCS_Identity avp_S6_3GPP_SCS_Identity,
4996 RX_3GPP_Access_Network_Charging_Address avp_RX_3GPP_Access_Network_Charging_Address,
4997 PCC_3GPP_Presence_Reporting_Area_Identifier avp_PCC_3GPP_Presence_Reporting_Area_Identifier,
4998 BASE_NONE_Inband_Security_Id avp_BASE_NONE_Inband_Security_Id,
4999 PCC_3GPP_Charging_Rule_Name avp_PCC_3GPP_Charging_Rule_Name,
5000 RX_3GPP_Ip_Domain_Id avp_RX_3GPP_Ip_Domain_Id,
5001 AAA_3GPP_UE_Usage_Type avp_AAA_3GPP_UE_Usage_Type,
5002 PCC_3GPP_TDF_IP_Address avp_PCC_3GPP_TDF_IP_Address,
5003 S6_3GPP_Enhanced_Coverage_Restriction avp_S6_3GPP_Enhanced_Coverage_Restriction,
5004 AAA_3GPP_MME_Number_for_MT_SMS avp_AAA_3GPP_MME_Number_for_MT_SMS,
5005 PCC_3GPP_Security_Parameter_Index avp_PCC_3GPP_Security_Parameter_Index,
5006 PCC_3GPP_Traffic_Steering_Policy_Identifier_UL avp_PCC_3GPP_Traffic_Steering_Policy_Identifier_UL,
5007 BASE_NONE_Route_Record avp_BASE_NONE_Route_Record,
5008 AAA_3GPP_Carrier_Frequency avp_AAA_3GPP_Carrier_Frequency,
5009 AAA_3GPP_Trace_NE_Type_List avp_AAA_3GPP_Trace_NE_Type_List,
5010 AAA_3GPP_All_APN_Configurations_Included_Indicator avp_AAA_3GPP_All_APN_Configurations_Included_Indicator,
5011 AAA_3GPP_NOR_Flags avp_AAA_3GPP_NOR_Flags,
5012 AAA_3GPP_External_Client avp_AAA_3GPP_External_Client,
5013 BASE_NONE_Authorization_Lifetime avp_BASE_NONE_Authorization_Lifetime,
5014 RX_3GPP_Extended_Min_Requested_BW_DL avp_RX_3GPP_Extended_Min_Requested_BW_DL,
5015 RX_3GPP_Service_URN avp_RX_3GPP_Service_URN,
5016 S6_3GPP_Supported_Services avp_S6_3GPP_Supported_Services,
5017 AAA_3GPP_Relay_Node_Indicator avp_AAA_3GPP_Relay_Node_Indicator,
5018 PCC_3GPP_Rule_DeActivation_Time avp_PCC_3GPP_Rule_DeActivation_Time,
5019 S6_3GPP_T4_Data avp_S6_3GPP_T4_Data,
5020 PCC_3GPP_Fixed_User_Location_Info avp_PCC_3GPP_Fixed_User_Location_Info,
5021 PCC_3GPP_Online avp_PCC_3GPP_Online,
5022 PCC_3GPP_ADC_Rule_Base_Name avp_PCC_3GPP_ADC_Rule_Base_Name,
5023 AAA_3GPP_SCEF_Realm avp_AAA_3GPP_SCEF_Realm,
5024 S6_3GPP_Requested_Validity_Time avp_S6_3GPP_Requested_Validity_Time,
5025 AAA_3GPP_Local_Time_Zone avp_AAA_3GPP_Local_Time_Zone,
5026 AAA_3GPP_GERAN_Vector avp_AAA_3GPP_GERAN_Vector,
5027 AAA_3GPP_EPS_Subscribed_QoS_Profile avp_AAA_3GPP_EPS_Subscribed_QoS_Profile,
5028 AAA_3GPP_GPRS_Subscription_Data avp_AAA_3GPP_GPRS_Subscription_Data,
5029 BASE_NONE_Accounting_Realtime_Required avp_BASE_NONE_Accounting_Realtime_Required,
5030 BASE_NONE_Termination_Cause avp_BASE_NONE_Termination_Cause,
5031 RX_3GPP_Specific_Action avp_RX_3GPP_Specific_Action,
5032 S6_3GPP_Maximum_Detection_Time avp_S6_3GPP_Maximum_Detection_Time,
5033 AAA_3GPP_Ext_PDP_Address avp_AAA_3GPP_Ext_PDP_Address,
5034 PCC_3GPP_RAT_Type avp_PCC_3GPP_RAT_Type,
5035 RX_3GPP_AF_Signalling_Protocol avp_RX_3GPP_AF_Signalling_Protocol,
5036 AAA_3GPP_Adjacent_PLMNs avp_AAA_3GPP_Adjacent_PLMNs,
5037 S6_3GPP_Service_Result_Code avp_S6_3GPP_Service_Result_Code,
5038 AAA_3GPP_SGSN_Location_Information avp_AAA_3GPP_SGSN_Location_Information,
5039 PCC_3GPP_Pre_emption_Vulnerability avp_PCC_3GPP_Pre_emption_Vulnerability,
5040 AAA_3GPP_Equivalent_PLMN_List avp_AAA_3GPP_Equivalent_PLMN_List,
5041 PCC_3GPP_Default_Access avp_PCC_3GPP_Default_Access,
5042 BASE_NONE_Class avp_BASE_NONE_Class,
5043 AAA_3GPP_IDR_Flags avp_AAA_3GPP_IDR_Flags,
5044 AAA_3GPP_V2X_Subscription_Data avp_AAA_3GPP_V2X_Subscription_Data,
5045 PCC_3GPP_PS_to_CS_Session_Continuity avp_PCC_3GPP_PS_to_CS_Session_Continuity,
5046 AAA_3GPP_PDP_Type avp_AAA_3GPP_PDP_Type,
5047 AAA_3GPP_AMBR avp_AAA_3GPP_AMBR,
5048 octetstring avp_UNKNOWN
5049}
5050type union GenericAVP {
5051 AVP avp,
5052 Undefined_AVP avp_undefined,
5053 octetstring avp_UNKNOWN
5054}
5055type record Undefined_AVP {
5056 OCTET4 avp_code,
5057 BIT8 VMPxxxxx,
5058 UINT24 avp_length,
5059 OCTET4 vendor_id optional,
5060 octetstring avp_data
5061} with {
5062 variant "PADDING(dword32)"
5063 variant (vendor_id) "PRESENCE( {
5064 VMPxxxxx = '10000000'B,
5065 VMPxxxxx = '10100000'B,
5066 VMPxxxxx = '11000000'B,
5067 VMPxxxxx = '11100000'B
5068 } )"
5069 variant (avp_length) "LENGTHTO(avp_code, VMPxxxxx, avp_length, vendor_id, avp_data)"
5070}
5071type record AVP {
5072 AVP_Header avp_header,
5073 AVP_Data avp_data
5074} with {
5075 variant "PADDING(dword32)"
5076 variant (avp_header) "LENGTHTO(avp_header, avp_data)"
5077 variant (avp_header) "LENGTHINDEX(avp_length)"
5078 variant (avp_data) "CROSSTAG(
5079 avp_MIPv6_NONE_MIP_Careof_Address, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Careof_Address;
5080 avp_PCC_3GPP_Bearer_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Bearer_Identifier;
5081 avp_RX_3GPP_Content_Version, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Content_Version;
5082 avp_BASE_NONE_Session_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Session_Id;
5083 avp_RX_3GPP_Media_Component_Description, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Media_Component_Description;
5084 avp_PCC_3GPP_CSG_Information_Reporting, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_CSG_Information_Reporting;
5085 avp_AAA_3GPP_Measurement_Quantity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Measurement_Quantity;
5086 avp_S6_3GPP_Location_Information_Configuration, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Location_Information_Configuration;
5087 avp_PCC_3GPP_Bearer_Usage, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Bearer_Usage;
5088 avp_PCC_3GPP_Tunnel_Header_Filter, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Tunnel_Header_Filter;
5089 avp_AAA_3GPP_List_Of_Measurements, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_List_Of_Measurements;
5090 avp_PCC_3GPP_Default_QoS_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Default_QoS_Name;
5091 avp_AAA_3GPP_UVA_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_UVA_Flags;
5092 avp_AAA_3GPP_Group_Service_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Group_Service_Id;
5093 avp_PCC_3GPP_TDF_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TDF_Information;
5094 avp_AAA_3GPP_Requested_EUTRAN_Authentication_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Requested_EUTRAN_Authentication_Info;
5095 avp_AAA_3GPP_Last_UE_Activity_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Last_UE_Activity_Time;
5096 avp_AAA_3GPP_Context_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Context_Identifier;
5097 avp_BASE_NONE_Auth_Application_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Auth_Application_Id;
5098 avp_AAA_3GPP_Trace_Reference, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_Reference;
5099 avp_RX_3GPP_Sharing_Key_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Sharing_Key_UL;
5100 avp_RX_3GPP_AF_Charging_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_AF_Charging_Identifier;
5101 avp_S6_3GPP_Monitoring_Event_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Monitoring_Event_Report;
5102 avp_RX_3GPP_Media_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Media_Type;
5103 avp_PCC_3GPP_Conditional_Policy_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Conditional_Policy_Information;
5104 avp_BASE_NONE_Firmware_Revision, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Firmware_Revision;
5105 avp_AAA_3GPP_SIPTO_Permission, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SIPTO_Permission;
5106 avp_PCC_3GPP_Network_Request_Support, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Network_Request_Support;
5107 avp_RX_3GPP_Extended_Max_Supported_BW_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Max_Supported_BW_DL;
5108 avp_PCC_3GPP_UE_Local_IP_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_UE_Local_IP_Address;
5109 avp_PCC_3GPP_Presence_Reporting_Area_Elements_List, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Presence_Reporting_Area_Elements_List;
5110 avp_AAA_3GPP_SGs_MME_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SGs_MME_Identity;
5111 avp_PCC_3GPP_Routing_Rule_Remove, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Rule_Remove;
5112 avp_S6_3GPP_Roaming_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Roaming_Information;
5113 avp_AAA_3GPP_Event_Threshold_RSRP, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Event_Threshold_RSRP;
5114 avp_AAA_3GPP_PLMN_Client, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PLMN_Client;
5115 avp_AAA_3GPP_Re_Synchronization_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Re_Synchronization_Info;
5116 avp_BASE_NONE_Auth_Grace_Period, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Auth_Grace_Period;
5117 avp_AAA_3GPP_RAND, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_RAND;
5118 avp_AAA_3GPP_Trace_Depth, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_Depth;
5119 avp_AAA_3GPP_SGSN_User_State, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SGSN_User_State;
5120 avp_AAA_3GPP_APN_OI_Replacement, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_APN_OI_Replacement;
5121 avp_BASE_NONE_Re_Auth_Request_Type, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Re_Auth_Request_Type;
5122 avp_S6_3GPP_External_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_External_Identifier;
5123 avp_MIPv6_NONE_MIP_MN_HA_MSA, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_MN_HA_MSA;
5124 avp_PCC_3GPP_TFT_Filter, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TFT_Filter;
5125 avp_RX_3GPP_Max_Supported_Bandwidth_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Max_Supported_Bandwidth_UL;
5126 avp_S6_3GPP_Loss_Of_Connectivity_Reason, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Loss_Of_Connectivity_Reason;
5127 avp_RX_3GPP_Flow_Number, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Flow_Number;
5128 avp_PCC_3GPP_Resource_Allocation_Notification, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Resource_Allocation_Notification;
5129 avp_S6_3GPP_Monitoring_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Monitoring_Type;
5130 avp_PCC_3GPP_Default_Bearer_Indication, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Default_Bearer_Indication;
5131 avp_AAA_3GPP_VPLMN_LIPA_Allowed, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_VPLMN_LIPA_Allowed;
5132 avp_PCC_3GPP_QoS_Class_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Class_Identifier;
5133 avp_PCC_3GPP_Mute_Notification, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Mute_Notification;
5134 avp_MIPv6_NONE_QoS_Resources, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_QoS_Resources;
5135 avp_AAA_3GPP_Logging_Duration, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Logging_Duration;
5136 avp_AAA_3GPP_WLAN_offloadability_EUTRAN, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_WLAN_offloadability_EUTRAN;
5137 avp_PCC_3GPP_Routing_IP_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_IP_Address;
5138 avp_MIPv6_NONE_MIP_Session_Key, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Session_Key;
5139 avp_AAA_3GPP_KASME, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_KASME;
5140 avp_AAA_3GPP_Teleservice_List, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Teleservice_List;
5141 avp_AAA_3GPP_UTRAN_Vector, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_UTRAN_Vector;
5142 avp_RX_3GPP_Application_Service_Provider_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Application_Service_Provider_Identity;
5143 avp_S6_3GPP_NIDD_Authorization_Request, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_NIDD_Authorization_Request;
5144 avp_PCC_3GPP_QoS_Rule_Install, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Rule_Install;
5145 avp_S6_3GPP_Periodic_Communication_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Periodic_Communication_Indicator;
5146 avp_RX_3GPP_Flow_Usage, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Flow_Usage;
5147 avp_PCC_3GPP_RAN_Rule_Support, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_RAN_Rule_Support;
5148 avp_S6_3GPP_Monitoring_Duration, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Monitoring_Duration;
5149 avp_AAA_3GPP_Routing_Area_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Routing_Area_Identity;
5150 avp_PCC_3GPP_QoS_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Information;
5151 avp_RX_3GPP_Service_Authorization_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Service_Authorization_Info;
5152 avp_BASE_NONE_Multi_Round_Time_Out, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Multi_Round_Time_Out;
5153 avp_AAA_3GPP_eDRX_Cycle_Length, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_eDRX_Cycle_Length;
5154 avp_S6_3GPP_Group_Monitoring_Event_Report_Item, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Group_Monitoring_Event_Report_Item;
5155 avp_AAA_3GPP_Ext_PDP_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Ext_PDP_Type;
5156 avp_PCC_3GPP_Rule_Failure_Code, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Rule_Failure_Code;
5157 avp_PCC_3GPP_User_Location_Info_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_User_Location_Info_Time;
5158 avp_AAA_3GPP_Measurement_Period_LTE, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Measurement_Period_LTE;
5159 avp_PCC_3GPP_Usage_Monitoring_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Usage_Monitoring_Information;
5160 avp_BASE_NONE_Experimental_Result_Code, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Experimental_Result_Code;
5161 avp_PCC_3GPP_Extended_APN_AMBR_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Extended_APN_AMBR_DL;
5162 avp_AAA_3GPP_GMLC_Number, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_GMLC_Number;
5163 avp_AAA_3GPP_Software_Version, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Software_Version;
5164 avp_AAA_3GPP_Expiration_Date, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Expiration_Date;
5165 avp_BASE_NONE_Error_Message, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Error_Message;
5166 avp_AAA_3GPP_SRES, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SRES;
5167 avp_AAA_3GPP_Item_Number, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Item_Number;
5168 avp_S6_3GPP_Service_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Service_ID;
5169 avp_RX_3GPP_Abort_Cause, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Abort_Cause;
5170 avp_PCC_3GPP_Charging_Rule_Base_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Rule_Base_Name;
5171 avp_RX_3GPP_Required_Access_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Required_Access_Info;
5172 avp_PCC_3GPP_TDF_Destination_Realm, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TDF_Destination_Realm;
5173 avp_S6_3GPP_S6t_HSS_Cause, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_S6t_HSS_Cause;
5174 avp_RX_3GPP_AF_Requested_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_AF_Requested_Data;
5175 avp_PCC_3GPP_QoS_Rule_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Rule_Report;
5176 avp_S6_3GPP_Stationary_Indication, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Stationary_Indication;
5177 avp_PCC_3GPP_Traffic_Steering_Policy_Identifier_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Traffic_Steering_Policy_Identifier_DL;
5178 avp_AAA_3GPP_Geodetic_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Geodetic_Information;
5179 avp_PCC_3GPP_Extended_GBR_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Extended_GBR_UL;
5180 avp_AAA_3GPP_MBSFN_Area_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MBSFN_Area_ID;
5181 avp_AAA_3GPP_Area_Scope, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Area_Scope;
5182 avp_AAA_3GPP_PUA_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PUA_Flags;
5183 avp_AAA_3GPP_Notification_To_UE_User, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Notification_To_UE_User;
5184 avp_AAA_3GPP_Visited_PLMN_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Visited_PLMN_Id;
5185 avp_AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions;
5186 avp_RX_3GPP_Codec_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Codec_Data;
5187 avp_S6_3GPP_Monitoring_Event_Config_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Monitoring_Event_Config_Status;
5188 avp_BASE_NONE_Error_Reporting_Host, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Error_Reporting_Host;
5189 avp_PCC_3GPP_Rule_Activation_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Rule_Activation_Time;
5190 avp_S6_3GPP_Service_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Service_Data;
5191 avp_RX_3GPP_AF_Application_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_AF_Application_Identifier;
5192 avp_PCC_3GPP_NetLoc_Access_Support, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_NetLoc_Access_Support;
5193 avp_S6_3GPP_Monitoring_Event_Configuration, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Monitoring_Event_Configuration;
5194 avp_PCC_3GPP_Offline, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Offline;
5195 avp_AAA_3GPP_Additional_Context_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Additional_Context_ID;
5196 avp_PCC_3GPP_ADC_Rule_Definition, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ADC_Rule_Definition;
5197 avp_S6_3GPP_Allowed_PLMN_List, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Allowed_PLMN_List;
5198 avp_AAA_3GPP_Active_APN, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Active_APN;
5199 avp_PCC_3GPP_Bearer_Control_Mode, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Bearer_Control_Mode;
5200 avp_PCC_3GPP_HeNB_Local_IP_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_HeNB_Local_IP_Address;
5201 avp_AAA_3GPP_SMS_Register_Request, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SMS_Register_Request;
5202 avp_PCC_3GPP_Packet_Filter_Content, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Packet_Filter_Content;
5203 avp_AAA_3GPP_APN_Configuration, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_APN_Configuration;
5204 avp_AAA_3GPP_OMC_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_OMC_Id;
5205 avp_AAA_3GPP_GMLC_Restriction, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_GMLC_Restriction;
5206 avp_AAA_3GPP_Regional_Subscription_Zone_Code, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Regional_Subscription_Zone_Code;
5207 avp_BASE_NONE_Proxy_State, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Proxy_State;
5208 avp_S6_3GPP_SIR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_SIR_Flags;
5209 avp_RX_3GPP_MPS_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_MPS_Identifier;
5210 avp_AAA_3GPP_MDT_Allowed_PLMN_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MDT_Allowed_PLMN_Id;
5211 avp_PCC_3GPP_Credit_Management_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Credit_Management_Status;
5212 avp_S6_3GPP_Service_Result, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Service_Result;
5213 avp_AAA_3GPP_MME_Location_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MME_Location_Information;
5214 avp_PCC_3GPP_Reporting_Level, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Reporting_Level;
5215 avp_RX_3GPP_Max_Supported_Bandwidth_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Max_Supported_Bandwidth_DL;
5216 avp_AAA_3GPP_Subscribed_VSRVCC, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Subscribed_VSRVCC;
5217 avp_PCC_3GPP_Pre_emption_Capability, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Pre_emption_Capability;
5218 avp_PCC_3GPP_Monitoring_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Monitoring_Flags;
5219 avp_BASE_NONE_Redirect_Max_Cache_Time, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Redirect_Max_Cache_Time;
5220 avp_PCC_3GPP_TCP_Source_Port, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TCP_Source_Port;
5221 avp_PCC_3GPP_Application_Detection_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Application_Detection_Information;
5222 avp_AAA_3GPP_Emergency_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Emergency_Info;
5223 avp_AAA_3GPP_MPS_Priority, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MPS_Priority;
5224 avp_AAA_3GPP_Alert_Reason, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Alert_Reason;
5225 avp_AAA_3GPP_MO_LR, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MO_LR;
5226 avp_BASE_NONE_Host_IP_Address, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Host_IP_Address;
5227 avp_RX_3GPP_Max_Requested_Bandwidth_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Max_Requested_Bandwidth_UL;
5228 avp_PCC_3GPP_Usage_Monitoring_Support, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Usage_Monitoring_Support;
5229 avp_S6_3GPP_Maximum_Response_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Maximum_Response_Time;
5230 avp_RX_3GPP_Sponsor_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Sponsor_Identity;
5231 avp_PCC_3GPP_CoA_IP_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_CoA_IP_Address;
5232 avp_PCC_3GPP_Default_QoS_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Default_QoS_Information;
5233 avp_PCC_3GPP_AN_GW_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_AN_GW_Address;
5234 avp_PCC_3GPP_NBIFOM_Support, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_NBIFOM_Support;
5235 avp_PCC_3GPP_Redirect_Support, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Redirect_Support;
5236 avp_AAA_3GPP_IMSI_Group_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_IMSI_Group_Id;
5237 avp_AAA_3GPP_Cell_Global_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Cell_Global_Identity;
5238 avp_BASE_NONE_Vendor_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Vendor_Id;
5239 avp_AAA_3GPP_PDN_Connection_Continuity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PDN_Connection_Continuity;
5240 avp_AAA_3GPP_DSA_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_DSA_Flags;
5241 avp_AAA_3GPP_Trace_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_Data;
5242 avp_AAA_3GPP_LCS_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_LCS_Info;
5243 avp_AAA_3GPP_PDN_GW_Allocation_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PDN_GW_Allocation_Type;
5244 avp_BASE_NONE_Event_Timestamp, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Event_Timestamp;
5245 avp_RX_3GPP_Extended_Max_Requested_BW_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Max_Requested_BW_UL;
5246 avp_S6_3GPP_User_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_User_Identifier;
5247 avp_PCC_3GPP_QoS_Rule_Base_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Rule_Base_Name;
5248 avp_AAA_3GPP_Restoration_Priority, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Restoration_Priority;
5249 avp_MIPv6_NONE_MIP_MN_HA_SPI, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_MN_HA_SPI;
5250 avp_S6_3GPP_Association_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Association_Type;
5251 avp_PCC_3GPP_Charging_Rule_Definition, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Rule_Definition;
5252 avp_RX_3GPP_Min_Requested_Bandwidth_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Min_Requested_Bandwidth_UL;
5253 avp_AAA_3GPP_Report_Amount, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Report_Amount;
5254 avp_PCC_3GPP_CoA_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_CoA_Information;
5255 avp_AAA_3GPP_A_MSISDN, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_A_MSISDN;
5256 avp_MIPv6_NONE_MIP_Mobile_Node_Address, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Mobile_Node_Address;
5257 avp_PCC_3GPP_Routing_Rule_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Rule_Report;
5258 avp_AAA_3GPP_Number_Of_Requested_Vectors, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Number_Of_Requested_Vectors;
5259 avp_AAA_3GPP_AIR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_AIR_Flags;
5260 avp_AAA_3GPP_Geographical_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Geographical_Information;
5261 avp_AAA_3GPP_MME_User_State, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MME_User_State;
5262 avp_AAA_3GPP_Access_Restriction_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Access_Restriction_Data;
5263 avp_BASE_NONE_Failed_AVP, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Failed_AVP;
5264 avp_AAA_3GPP_SS_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SS_Status;
5265 avp_S6_3GPP_NIDD_Authorization_Update, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_NIDD_Authorization_Update;
5266 avp_PCC_3GPP_Packet_Filter_Operation, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Packet_Filter_Operation;
5267 avp_S6_3GPP_SCEF_Reference_ID_for_Deletion, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_SCEF_Reference_ID_for_Deletion;
5268 avp_RX_3GPP_SIP_Forking_Indication, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_SIP_Forking_Indication;
5269 avp_S6_3GPP_IMEI_Change, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_IMEI_Change;
5270 avp_PCC_3GPP_IP_CAN_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_IP_CAN_Type;
5271 avp_RX_3GPP_Extended_Min_Desired_BW_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Min_Desired_BW_UL;
5272 avp_PCC_3GPP_Revalidation_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Revalidation_Time;
5273 avp_AAA_3GPP_Logging_Interval, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Logging_Interval;
5274 avp_PCC_3GPP_Presence_Reporting_Area_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Presence_Reporting_Area_Status;
5275 avp_AAA_3GPP_WLAN_offloadability, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_WLAN_offloadability;
5276 avp_PCC_3GPP_Routing_Filter, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Filter;
5277 avp_PCC_3GPP_Metering_Method, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Metering_Method;
5278 avp_AAA_3GPP_Non_IP_Data_Delivery_Mechanism, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Non_IP_Data_Delivery_Mechanism;
5279 avp_BASE_NONE_Session_Server_Failover, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Session_Server_Failover;
5280 avp_AAA_3GPP_E_UTRAN_Vector, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_E_UTRAN_Vector;
5281 avp_BASE_NONE_Experimental_Result, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Experimental_Result;
5282 avp_AAA_3GPP_Trace_Event_List, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_Event_List;
5283 avp_MIPv6_NONE_MIP_Replay_Mode, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Replay_Mode;
5284 avp_BASE_NONE_Proxy_Host, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Proxy_Host;
5285 avp_S6_3GPP_Communication_Pattern_Set, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Communication_Pattern_Set;
5286 avp_RX_3GPP_Flow_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Flow_Status;
5287 avp_RX_3GPP_MCPTT_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_MCPTT_Identifier;
5288 avp_S6_3GPP_Group_Monitoring_Event_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Group_Monitoring_Event_Report;
5289 avp_PCC_3GPP_QoS_Upgrade, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Upgrade;
5290 avp_PCC_3GPP_AN_GW_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_AN_GW_Status;
5291 avp_AAA_3GPP_Measurement_Period_UMTS, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Measurement_Period_UMTS;
5292 avp_PCC_3GPP_Monitoring_Key, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Monitoring_Key;
5293 avp_PCC_3GPP_3GPP_PS_Data_Off_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_3GPP_PS_Data_Off_Status;
5294 avp_AAA_3GPP_Reset_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Reset_ID;
5295 avp_PCC_3GPP_Routing_Rule_Install, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Rule_Install;
5296 avp_AAA_3GPP_PUR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PUR_Flags;
5297 avp_PCC_3GPP_IP_CAN_Session_Charging_Scope, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_IP_CAN_Session_Charging_Scope;
5298 avp_AAA_3GPP_IMEI, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_IMEI;
5299 avp_AAA_3GPP_Kc, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Kc;
5300 avp_AAA_3GPP_SGSN_Number, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SGSN_Number;
5301 avp_AAA_3GPP_HPLMN_ODB, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_HPLMN_ODB;
5302 avp_AAA_3GPP_PDP_Context, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PDP_Context;
5303 avp_BASE_NONE_Proxy_Info, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Proxy_Info;
5304 avp_S6_3GPP_Node_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Node_Type;
5305 avp_RX_3GPP_Priority_Sharing_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Priority_Sharing_Indicator;
5306 avp_PCC_3GPP_QoS_Rule_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Rule_Name;
5307 avp_S6_3GPP_Scheduled_Communication_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Scheduled_Communication_Time;
5308 avp_RX_3GPP_Max_Requested_Bandwidth_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Max_Requested_Bandwidth_DL;
5309 avp_S6_3GPP_Maximum_Latency, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Maximum_Latency;
5310 avp_PCC_3GPP_PCC_Rule_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_PCC_Rule_Status;
5311 avp_PCC_3GPP_Extended_GBR_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Extended_GBR_DL;
5312 avp_AAA_3GPP_MBSFN_Area, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MBSFN_Area;
5313 avp_S6_3GPP_APN_Validity_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_APN_Validity_Time;
5314 avp_AAA_3GPP_Job_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Job_Type;
5315 avp_PCC_3GPP_Allocation_Retention_Priority, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Allocation_Retention_Priority;
5316 avp_BASE_NONE_Destination_Host, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Destination_Host;
5317 avp_AAA_3GPP_Positioning_Method, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Positioning_Method;
5318 avp_AAA_3GPP_DL_Buffering_Suggested_Packet_Count, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_DL_Buffering_Suggested_Packet_Count;
5319 avp_AAA_3GPP_IDA_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_IDA_Flags;
5320 avp_AAA_3GPP_ULA_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_ULA_Flags;
5321 avp_AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported;
5322 avp_AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature;
5323 avp_S6_3GPP_T4_Parameters, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_T4_Parameters;
5324 avp_RX_3GPP_Access_Network_Charging_Identifier_Value, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Access_Network_Charging_Identifier_Value;
5325 avp_S6_3GPP_AESE_Error_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_AESE_Error_Report;
5326 avp_RX_3GPP_Sharing_Key_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Sharing_Key_DL;
5327 avp_PCC_3GPP_ADC_Rule_Remove, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ADC_Rule_Remove;
5328 avp_S6_3GPP_Restricted_PLMN_List, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Restricted_PLMN_List;
5329 avp_AAA_3GPP_Age_Of_Location_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Age_Of_Location_Information;
5330 avp_PCC_3GPP_Access_Network_Charging_Identifier_Gx, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Access_Network_Charging_Identifier_Gx;
5331 avp_RX_3GPP_Extended_Max_Requested_BW_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Max_Requested_BW_DL;
5332 avp_PCC_3GPP_Flow_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Flow_Information;
5333 avp_PCC_3GPP_Execution_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Execution_Time;
5334 avp_BASE_NONE_Accounting_Record_Number, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Accounting_Record_Number;
5335 avp_AAA_3GPP_Event_Threshold_Event_1I, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Event_Threshold_Event_1I;
5336 avp_PCC_3GPP_Charging_Correlation_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Correlation_Indicator;
5337 avp_AAA_3GPP_Report_Interval, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Report_Interval;
5338 avp_PCC_3GPP_RAN_NAS_Release_Cause, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_RAN_NAS_Release_Cause;
5339 avp_AAA_3GPP_Client_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Client_Identity;
5340 avp_BASE_NONE_Redirect_Host_Usage, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Redirect_Host_Usage;
5341 avp_AAA_3GPP_Equipment_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Equipment_Status;
5342 avp_MIPv6_NONE_MIP6_Auth_Mode, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP6_Auth_Mode;
5343 avp_AAA_3GPP_EPS_Location_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_EPS_Location_Information;
5344 avp_BASE_NONE_Session_Timeout, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Session_Timeout;
5345 avp_RX_3GPP_Service_Info_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Service_Info_Status;
5346 avp_S6_3GPP_CIR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_CIR_Flags;
5347 avp_PCC_3GPP_Precedence, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Precedence;
5348 avp_RX_3GPP_Sponsoring_Action, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Sponsoring_Action;
5349 avp_S6_3GPP_Granted_Validity_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Granted_Validity_Time;
5350 avp_PCC_3GPP_Priority_Level, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Priority_Level;
5351 avp_RX_3GPP_Flow_Description, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Flow_Description;
5352 avp_AAA_3GPP_Daylight_Saving_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Daylight_Saving_Time;
5353 avp_PCC_3GPP_Packet_Filter_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Packet_Filter_Information;
5354 avp_S6_3GPP_SCEF_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_SCEF_ID;
5355 avp_PCC_3GPP_Removal_Of_Access, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Removal_Of_Access;
5356 avp_AAA_3GPP_Preferred_Data_Mode, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Preferred_Data_Mode;
5357 avp_PCC_3GPP_ADC_Rule_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ADC_Rule_Report;
5358 avp_AAA_3GPP_UE_SRVCC_Capability, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_UE_SRVCC_Capability;
5359 avp_PCC_3GPP_Guaranteed_Bitrate_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Guaranteed_Bitrate_UL;
5360 avp_MIPv6_NONE_MIP_MAC_Mobility_Data, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_MAC_Mobility_Data;
5361 avp_AAA_3GPP_Coupled_Node_Diameter_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Coupled_Node_Diameter_ID;
5362 avp_AAA_3GPP_STN_SR, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_STN_SR;
5363 avp_BASE_NONE_Supported_Vendor_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Supported_Vendor_Id;
5364 avp_AAA_3GPP_ServiceTypeIdentity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_ServiceTypeIdentity;
5365 avp_AAA_3GPP_AUTN, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_AUTN;
5366 avp_RX_3GPP_Sponsored_Connectivity_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Sponsored_Connectivity_Data;
5367 avp_BASE_NONE_Auth_Request_Type, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Auth_Request_Type;
5368 avp_S6_3GPP_AESE_Communication_Pattern, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_AESE_Communication_Pattern;
5369 avp_PCC_3GPP_NBIFOM_Mode, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_NBIFOM_Mode;
5370 avp_PCC_3GPP_Redirect_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Redirect_Information;
5371 avp_S6_3GPP_Event_Handling, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Event_Handling;
5372 avp_AAA_3GPP_Tracking_Area_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Tracking_Area_Identity;
5373 avp_PCC_3GPP_ToS_Traffic_Class, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ToS_Traffic_Class;
5374 avp_RX_3GPP_Min_Desired_Bandwidth_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Min_Desired_Bandwidth_UL;
5375 avp_AAA_3GPP_UVR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_UVR_Flags;
5376 avp_AAA_3GPP_Subscription_Data_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Subscription_Data_Flags;
5377 avp_PCC_3GPP_PDN_Connection_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_PDN_Connection_ID;
5378 avp_AAA_3GPP_DSR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_DSR_Flags;
5379 avp_PCC_3GPP_PRA_Remove, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_PRA_Remove;
5380 avp_MIPv6_NONE_MIP_Timestamp, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Timestamp;
5381 avp_AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer;
5382 avp_AAA_3GPP_Specific_APN_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Specific_APN_Info;
5383 avp_AAA_3GPP_Terminal_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Terminal_Information;
5384 avp_BASE_NONE_Product_Name, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Product_Name;
5385 avp_AAA_3GPP_CSG_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_CSG_Id;
5386 avp_AAA_3GPP_Call_Barring_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Call_Barring_Info;
5387 avp_BASE_NONE_Origin_State_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Origin_State_Id;
5388 avp_S6_3GPP_IP_SM_GW_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_IP_SM_GW_Name;
5389 avp_RX_3GPP_Media_Sub_Component, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Media_Sub_Component;
5390 avp_S6_3GPP_Accuracy, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Accuracy;
5391 avp_PCC_3GPP_Charging_Rule_Remove, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Rule_Remove;
5392 avp_RX_3GPP_Min_Requested_Bandwidth_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Min_Requested_Bandwidth_DL;
5393 avp_S6_3GPP_Service_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Service_Report;
5394 avp_PCC_3GPP_Tunnel_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Tunnel_Information;
5395 avp_AAA_3GPP_Time_Zone, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Time_Zone;
5396 avp_PCC_3GPP_QoS_Rule_Definition, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Rule_Definition;
5397 avp_S6_3GPP_Periodic_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Periodic_Time;
5398 avp_PCC_3GPP_Routing_Rule_Failure_Code, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Rule_Failure_Code;
5399 avp_PCC_3GPP_TDF_Destination_Host, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TDF_Destination_Host;
5400 avp_AAA_3GPP_Local_Group_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Local_Group_Id;
5401 avp_AAA_3GPP_Service_Area_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Service_Area_Identity;
5402 avp_PCC_3GPP_Charging_Rule_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Rule_Report;
5403 avp_BASE_NONE_User_Name, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_User_Name;
5404 avp_AAA_3GPP_UE_PC5_AMBR, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_UE_PC5_AMBR;
5405 avp_BASE_NONE_Accounting_Sub_Session_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Accounting_Sub_Session_Id;
5406 avp_AAA_3GPP_Collection_Period_RRM_UMTS, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Collection_Period_RRM_UMTS;
5407 avp_AAA_3GPP_Operator_Determined_Barring, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Operator_Determined_Barring;
5408 avp_BASE_NONE_Session_Binding, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Session_Binding;
5409 avp_AAA_3GPP_SS_Code, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SS_Code;
5410 avp_BASE_NONE_Acct_Multi_Session_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Acct_Multi_Session_Id;
5411 avp_RX_3GPP_RS_Bandwidth, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_RS_Bandwidth;
5412 avp_MIPv6_NONE_MIP_Algorithm_Type, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Algorithm_Type;
5413 avp_S6_3GPP_Reachability_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Reachability_Information;
5414 avp_RX_3GPP_Extended_Min_Desired_BW_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Min_Desired_BW_DL;
5415 avp_AAA_3GPP_Event_Threshold_RSRQ, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Event_Threshold_RSRQ;
5416 avp_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL;
5417 avp_S6_3GPP_Service_Parameters, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Service_Parameters;
5418 avp_PCC_3GPP_Presence_Reporting_Area_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Presence_Reporting_Area_Information;
5419 avp_PCC_3GPP_Routing_Rule_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Rule_Identifier;
5420 avp_PCC_3GPP_Event_Trigger, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Event_Trigger;
5421 avp_RX_3GPP_GCS_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_GCS_Identifier;
5422 avp_MIPv6_NONE_QoS_Capability, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_QoS_Capability;
5423 avp_AAA_3GPP_Non_IP_PDN_Type_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Non_IP_PDN_Type_Indicator;
5424 avp_PCC_3GPP_ADC_Rule_Install, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ADC_Rule_Install;
5425 avp_PCC_3GPP_Flow_Label, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Flow_Label;
5426 avp_AAA_3GPP_Authentication_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Authentication_Info;
5427 avp_AAA_3GPP_Trace_Interface_List, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_Interface_List;
5428 avp_AAA_3GPP_APN_Configuration_Profile, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_APN_Configuration_Profile;
5429 avp_RX_3GPP_Flows, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Flows;
5430 avp_S6_3GPP_CIA_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_CIA_Flags;
5431 avp_RX_3GPP_Extended_Min_Requested_BW_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Min_Requested_BW_UL;
5432 avp_PCC_3GPP_Monitoring_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Monitoring_Time;
5433 avp_S6_3GPP_UE_Reachability_Configuration, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_UE_Reachability_Configuration;
5434 avp_BASE_NONE_Destination_Realm, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Destination_Realm;
5435 avp_RX_3GPP_Acceptable_Service_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Acceptable_Service_Info;
5436 avp_PCC_3GPP_Flow_Direction, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Flow_Direction;
5437 avp_S6_3GPP_Supported_Monitoring_Events, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Supported_Monitoring_Events;
5438 avp_PCC_3GPP_Session_Release_Cause, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Session_Release_Cause;
5439 avp_AAA_3GPP_MDT_User_Consent, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MDT_User_Consent;
5440 avp_S6_3GPP_HSS_Cause, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_HSS_Cause;
5441 avp_PCC_3GPP_PCSCF_Restoration_Indication, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_PCSCF_Restoration_Indication;
5442 avp_AAA_3GPP_Subscription_Data_Deletion, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Subscription_Data_Deletion;
5443 avp_MIPv6_NONE_Chargable_User_Identity, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_Chargable_User_Identity;
5444 avp_AAA_3GPP_Trace_Collection_Entity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_Collection_Entity;
5445 avp_BASE_NONE_Redirect_Host, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Redirect_Host;
5446 avp_AAA_3GPP_Network_Access_Mode, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Network_Access_Mode;
5447 avp_AAA_3GPP_Complete_Data_List_Included_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Complete_Data_List_Included_Indicator;
5448 avp_MIPv6_NONE_MIP_MN_AAA_SPI, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_MN_AAA_SPI;
5449 avp_MIPv6_NONE_MIP_MSA_Lifetime, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_MSA_Lifetime;
5450 avp_S6_3GPP_Reachability_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Reachability_Type;
5451 avp_S6_3GPP_Type_Of_External_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Type_Of_External_Identifier;
5452 avp_PCC_3GPP_Event_Report_Indication, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Event_Report_Indication;
5453 avp_AAA_3GPP_MDT_Configuration, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MDT_Configuration;
5454 avp_PCC_3GPP_Usage_Monitoring_Report, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Usage_Monitoring_Report;
5455 avp_AAA_3GPP_Adjacent_Access_Restriction_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Adjacent_Access_Restriction_Data;
5456 avp_AAA_3GPP_RAT_Frequency_Selection_Priority_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_RAT_Frequency_Selection_Priority_ID;
5457 avp_AAA_3GPP_CLR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_CLR_Flags;
5458 avp_PCC_3GPP_Default_EPS_Bearer_QoS, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Default_EPS_Bearer_QoS;
5459 avp_AAA_3GPP_ULR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_ULR_Flags;
5460 avp_AAA_3GPP_ICS_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_ICS_Indicator;
5461 avp_AAA_3GPP_Cancellation_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Cancellation_Type;
5462 avp_BASE_NONE_E2E_Sequence, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_E2E_Sequence;
5463 avp_BASE_NONE_Origin_Realm, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Origin_Realm;
5464 avp_AAA_3GPP_PDN_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PDN_Type;
5465 avp_RX_3GPP_Access_Network_Charging_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Access_Network_Charging_Identifier;
5466 avp_S6_3GPP_AESE_Communication_Pattern_Config_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_AESE_Communication_Pattern_Config_Status;
5467 avp_S6_3GPP_Enhanced_Coverage_Restriction_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Enhanced_Coverage_Restriction_Data;
5468 avp_PCC_3GPP_Bearer_Operation, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Bearer_Operation;
5469 avp_AAA_3GPP_Current_Location_Retrieved, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Current_Location_Retrieved;
5470 avp_RX_3GPP_Pre_emption_Control_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Pre_emption_Control_Info;
5471 avp_PCC_3GPP_TDF_Application_Instance_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TDF_Application_Instance_Identifier;
5472 avp_BASE_NONE_Acct_Interim_Interval, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Acct_Interim_Interval;
5473 avp_RX_3GPP_Media_Component_Number, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Media_Component_Number;
5474 avp_AAA_3GPP_Event_Threshold_Event_1F, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Event_Threshold_Event_1F;
5475 avp_PCC_3GPP_Packet_Filter_Usage, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Packet_Filter_Usage;
5476 avp_S6_3GPP_MONTE_Location_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_MONTE_Location_Type;
5477 avp_AAA_3GPP_RDS_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_RDS_Indicator;
5478 avp_AAA_3GPP_Reporting_Trigger, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Reporting_Trigger;
5479 avp_PCC_3GPP_Tunnel_Header_Length, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Tunnel_Header_Length;
5480 avp_PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate;
5481 avp_AAA_3GPP_Group_PLMN_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Group_PLMN_Id;
5482 avp_AAA_3GPP_User_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_User_Id;
5483 avp_MIPv6_NONE_MIP_Authenticator, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_MIP_Authenticator;
5484 avp_AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info;
5485 avp_AAA_3GPP_EPS_User_State, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_EPS_User_State;
5486 avp_BASE_NONE_Origin_Host, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Origin_Host;
5487 avp_RX_3GPP_Retry_Interval, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Retry_Interval;
5488 avp_BASE_NONE_Accounting_Session_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Accounting_Session_Id;
5489 avp_PCC_3GPP_Packet_Filter_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Packet_Filter_Identifier;
5490 avp_S6_3GPP_SCEF_Reference_ID, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_SCEF_Reference_ID;
5491 avp_PCC_3GPP_Resource_Release_Notification, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Resource_Release_Notification;
5492 avp_PCC_3GPP_ADC_Rule_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ADC_Rule_Name;
5493 avp_BASE_NONE_Disconnect_Cause, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Disconnect_Cause;
5494 avp_AAA_3GPP_Error_Diagnostic, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Error_Diagnostic;
5495 avp_PCC_3GPP_Guaranteed_Bitrate_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Guaranteed_Bitrate_DL;
5496 avp_RX_3GPP_Extended_Max_Supported_BW_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Max_Supported_BW_UL;
5497 avp_PCC_3GPP_UDP_Source_Port, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_UDP_Source_Port;
5498 avp_BASE_NONE_Accounting_Record_Type, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Accounting_Record_Type;
5499 avp_AAA_3GPP_SIPTO_Local_Network_Permission, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SIPTO_Local_Network_Permission;
5500 avp_PCC_3GPP_Routing_Rule_Definition, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Routing_Rule_Definition;
5501 avp_AAA_3GPP_VPLMN_Dynamic_Address_Allowed, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_VPLMN_Dynamic_Address_Allowed;
5502 avp_BASE_NONE_Acct_Application_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Acct_Application_Id;
5503 avp_AAA_3GPP_Service_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Service_Type;
5504 avp_AAA_3GPP_Immediate_Response_Preferred, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Immediate_Response_Preferred;
5505 avp_AAA_3GPP_XRES, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_XRES;
5506 avp_AAA_3GPP_User_State, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_User_State;
5507 avp_BASE_NONE_Result_Code, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Result_Code;
5508 avp_S6_3GPP_IP_SM_GW_Realm, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_IP_SM_GW_Realm;
5509 avp_S6_3GPP_Reference_ID_Validity_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Reference_ID_Validity_Time;
5510 avp_AAA_3GPP_E_UTRAN_Cell_Global_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_E_UTRAN_Cell_Global_Identity;
5511 avp_PCC_3GPP_TFT_Packet_Filter_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TFT_Packet_Filter_Information;
5512 avp_RX_3GPP_Min_Desired_Bandwidth_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Min_Desired_Bandwidth_DL;
5513 avp_S6_3GPP_Group_Reporting_Guard_Timer, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Group_Reporting_Guard_Timer;
5514 avp_BASE_NONE_Auth_Session_State, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Auth_Session_State;
5515 avp_PCC_3GPP_Session_Linking_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Session_Linking_Indicator;
5516 avp_S6_3GPP_Maximum_Number_of_Reports, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Maximum_Number_of_Reports;
5517 avp_PCC_3GPP_PRA_Install, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_PRA_Install;
5518 avp_AAA_3GPP_V2X_Permission, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_V2X_Permission;
5519 avp_AAA_3GPP_LIPA_Permission, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_LIPA_Permission;
5520 avp_PCC_3GPP_QoS_Negotiation, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Negotiation;
5521 avp_AAA_3GPP_3GPP2_MEID, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_3GPP2_MEID;
5522 avp_AAA_3GPP_Subscription_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Subscription_Data;
5523 avp_BASE_NONE_Vendor_Specific_Application_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Vendor_Specific_Application_Id;
5524 avp_AAA_3GPP_WLAN_offloadability_UTRAN, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_WLAN_offloadability_UTRAN;
5525 avp_AAA_3GPP_CSG_Subscription_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_CSG_Subscription_Data;
5526 avp_MIPv6_NONE_Service_Selection, avp_header.avp_code.vendor_id_NONE = avp_code_MIPv6_NONE_Service_Selection;
5527 avp_AAA_3GPP_TS_Code, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_TS_Code;
5528 avp_S6_3GPP_IP_SM_GW_Number, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_IP_SM_GW_Number;
5529 avp_PCC_3GPP_Charging_Rule_Install, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Rule_Install;
5530 avp_RX_3GPP_Rx_Request_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Rx_Request_Type;
5531 avp_S6_3GPP_NIDD_Authorization_Response, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_NIDD_Authorization_Response;
5532 avp_AAA_3GPP_VPLMN_CSG_Subscription_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_VPLMN_CSG_Subscription_Data;
5533 avp_PCC_3GPP_QoS_Rule_Remove, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_QoS_Rule_Remove;
5534 avp_S6_3GPP_Communication_Duration_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Communication_Duration_Time;
5535 avp_PCC_3GPP_Access_Availability_Change_Reason, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Access_Availability_Change_Reason;
5536 avp_PCC_3GPP_TDF_Application_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TDF_Application_Identifier;
5537 avp_AAA_3GPP_Location_Area_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Location_Area_Identity;
5538 avp_RX_3GPP_Media_Component_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Media_Component_Status;
5539 avp_AAA_3GPP_eDRX_Cycle_Length_Value, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_eDRX_Cycle_Length_Value;
5540 avp_S6_3GPP_RIR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_RIR_Flags;
5541 avp_AAA_3GPP_Collection_Period_RRM_LTE, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Collection_Period_RRM_LTE;
5542 avp_PCC_3GPP_Usage_Monitoring_Level, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Usage_Monitoring_Level;
5543 avp_AAA_3GPP_Subscriber_Status, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Subscriber_Status;
5544 avp_PCC_3GPP_Extended_APN_AMBR_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Extended_APN_AMBR_UL;
5545 avp_AAA_3GPP_LCS_PrivacyException, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_LCS_PrivacyException;
5546 avp_AAA_3GPP_QoS_Subscribed, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_QoS_Subscribed;
5547 avp_RX_3GPP_RR_Bandwidth, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_RR_Bandwidth;
5548 avp_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL;
5549 avp_S6_3GPP_SCS_Identity, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_SCS_Identity;
5550 avp_RX_3GPP_Access_Network_Charging_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Access_Network_Charging_Address;
5551 avp_PCC_3GPP_Presence_Reporting_Area_Identifier, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Presence_Reporting_Area_Identifier;
5552 avp_BASE_NONE_Inband_Security_Id, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Inband_Security_Id;
5553 avp_PCC_3GPP_Charging_Rule_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Charging_Rule_Name;
5554 avp_RX_3GPP_Ip_Domain_Id, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Ip_Domain_Id;
5555 avp_AAA_3GPP_UE_Usage_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_UE_Usage_Type;
5556 avp_PCC_3GPP_TDF_IP_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_TDF_IP_Address;
5557 avp_S6_3GPP_Enhanced_Coverage_Restriction, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Enhanced_Coverage_Restriction;
5558 avp_AAA_3GPP_MME_Number_for_MT_SMS, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_MME_Number_for_MT_SMS;
5559 avp_PCC_3GPP_Security_Parameter_Index, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Security_Parameter_Index;
5560 avp_PCC_3GPP_Traffic_Steering_Policy_Identifier_UL, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Traffic_Steering_Policy_Identifier_UL;
5561 avp_BASE_NONE_Route_Record, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Route_Record;
5562 avp_AAA_3GPP_Carrier_Frequency, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Carrier_Frequency;
5563 avp_AAA_3GPP_Trace_NE_Type_List, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Trace_NE_Type_List;
5564 avp_AAA_3GPP_All_APN_Configurations_Included_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_All_APN_Configurations_Included_Indicator;
5565 avp_AAA_3GPP_NOR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_NOR_Flags;
5566 avp_AAA_3GPP_External_Client, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_External_Client;
5567 avp_BASE_NONE_Authorization_Lifetime, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Authorization_Lifetime;
5568 avp_RX_3GPP_Extended_Min_Requested_BW_DL, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Extended_Min_Requested_BW_DL;
5569 avp_RX_3GPP_Service_URN, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Service_URN;
5570 avp_S6_3GPP_Supported_Services, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Supported_Services;
5571 avp_AAA_3GPP_Relay_Node_Indicator, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Relay_Node_Indicator;
5572 avp_PCC_3GPP_Rule_DeActivation_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Rule_DeActivation_Time;
5573 avp_S6_3GPP_T4_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_T4_Data;
5574 avp_PCC_3GPP_Fixed_User_Location_Info, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Fixed_User_Location_Info;
5575 avp_PCC_3GPP_Online, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Online;
5576 avp_PCC_3GPP_ADC_Rule_Base_Name, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_ADC_Rule_Base_Name;
5577 avp_AAA_3GPP_SCEF_Realm, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SCEF_Realm;
5578 avp_S6_3GPP_Requested_Validity_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Requested_Validity_Time;
5579 avp_AAA_3GPP_Local_Time_Zone, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Local_Time_Zone;
5580 avp_AAA_3GPP_GERAN_Vector, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_GERAN_Vector;
5581 avp_AAA_3GPP_EPS_Subscribed_QoS_Profile, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_EPS_Subscribed_QoS_Profile;
5582 avp_AAA_3GPP_GPRS_Subscription_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_GPRS_Subscription_Data;
5583 avp_BASE_NONE_Accounting_Realtime_Required, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Accounting_Realtime_Required;
5584 avp_BASE_NONE_Termination_Cause, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Termination_Cause;
5585 avp_RX_3GPP_Specific_Action, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_Specific_Action;
5586 avp_S6_3GPP_Maximum_Detection_Time, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Maximum_Detection_Time;
5587 avp_AAA_3GPP_Ext_PDP_Address, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Ext_PDP_Address;
5588 avp_PCC_3GPP_RAT_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_RAT_Type;
5589 avp_RX_3GPP_AF_Signalling_Protocol, avp_header.avp_code.vendor_id_3GPP = avp_code_RX_3GPP_AF_Signalling_Protocol;
5590 avp_AAA_3GPP_Adjacent_PLMNs, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Adjacent_PLMNs;
5591 avp_S6_3GPP_Service_Result_Code, avp_header.avp_code.vendor_id_3GPP = avp_code_S6_3GPP_Service_Result_Code;
5592 avp_AAA_3GPP_SGSN_Location_Information, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_SGSN_Location_Information;
5593 avp_PCC_3GPP_Pre_emption_Vulnerability, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Pre_emption_Vulnerability;
5594 avp_AAA_3GPP_Equivalent_PLMN_List, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_Equivalent_PLMN_List;
5595 avp_PCC_3GPP_Default_Access, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_Default_Access;
5596 avp_BASE_NONE_Class, avp_header.avp_code.vendor_id_NONE = avp_code_BASE_NONE_Class;
5597 avp_AAA_3GPP_IDR_Flags, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_IDR_Flags;
5598 avp_AAA_3GPP_V2X_Subscription_Data, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_V2X_Subscription_Data;
5599 avp_PCC_3GPP_PS_to_CS_Session_Continuity, avp_header.avp_code.vendor_id_3GPP = avp_code_PCC_3GPP_PS_to_CS_Session_Continuity;
5600 avp_AAA_3GPP_PDP_Type, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_PDP_Type;
5601 avp_AAA_3GPP_AMBR, avp_header.avp_code.vendor_id_3GPP = avp_code_AAA_3GPP_AMBR;
5602 avp_UNKNOWN, OTHERWISE
5603 )"
5604}
5605type set of GenericAVP AVP_list;
5606const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Careof_Address := {
5607 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Careof_Address };
5608const AVP_Code c_AVP_Code_PCC_3GPP_Bearer_Identifier := {
5609 vendor_id_3GPP := avp_code_PCC_3GPP_Bearer_Identifier };
5610const AVP_Code c_AVP_Code_RX_3GPP_Content_Version := {
5611 vendor_id_3GPP := avp_code_RX_3GPP_Content_Version };
5612const AVP_Code c_AVP_Code_BASE_NONE_Session_Id := {
5613 vendor_id_NONE := avp_code_BASE_NONE_Session_Id };
5614const AVP_Code c_AVP_Code_RX_3GPP_Media_Component_Description := {
5615 vendor_id_3GPP := avp_code_RX_3GPP_Media_Component_Description };
5616const AVP_Code c_AVP_Code_PCC_3GPP_CSG_Information_Reporting := {
5617 vendor_id_3GPP := avp_code_PCC_3GPP_CSG_Information_Reporting };
5618const AVP_Code c_AVP_Code_AAA_3GPP_Measurement_Quantity := {
5619 vendor_id_3GPP := avp_code_AAA_3GPP_Measurement_Quantity };
5620const AVP_Code c_AVP_Code_S6_3GPP_Location_Information_Configuration := {
5621 vendor_id_3GPP := avp_code_S6_3GPP_Location_Information_Configuration };
5622const AVP_Code c_AVP_Code_PCC_3GPP_Bearer_Usage := {
5623 vendor_id_3GPP := avp_code_PCC_3GPP_Bearer_Usage };
5624const AVP_Code c_AVP_Code_PCC_3GPP_Tunnel_Header_Filter := {
5625 vendor_id_3GPP := avp_code_PCC_3GPP_Tunnel_Header_Filter };
5626const AVP_Code c_AVP_Code_AAA_3GPP_List_Of_Measurements := {
5627 vendor_id_3GPP := avp_code_AAA_3GPP_List_Of_Measurements };
5628const AVP_Code c_AVP_Code_PCC_3GPP_Default_QoS_Name := {
5629 vendor_id_3GPP := avp_code_PCC_3GPP_Default_QoS_Name };
5630const AVP_Code c_AVP_Code_AAA_3GPP_UVA_Flags := {
5631 vendor_id_3GPP := avp_code_AAA_3GPP_UVA_Flags };
5632const AVP_Code c_AVP_Code_AAA_3GPP_Group_Service_Id := {
5633 vendor_id_3GPP := avp_code_AAA_3GPP_Group_Service_Id };
5634const AVP_Code c_AVP_Code_PCC_3GPP_TDF_Information := {
5635 vendor_id_3GPP := avp_code_PCC_3GPP_TDF_Information };
5636const AVP_Code c_AVP_Code_AAA_3GPP_Requested_EUTRAN_Authentication_Info := {
5637 vendor_id_3GPP := avp_code_AAA_3GPP_Requested_EUTRAN_Authentication_Info };
5638const AVP_Code c_AVP_Code_AAA_3GPP_Last_UE_Activity_Time := {
5639 vendor_id_3GPP := avp_code_AAA_3GPP_Last_UE_Activity_Time };
5640const AVP_Code c_AVP_Code_AAA_3GPP_Context_Identifier := {
5641 vendor_id_3GPP := avp_code_AAA_3GPP_Context_Identifier };
5642const AVP_Code c_AVP_Code_BASE_NONE_Auth_Application_Id := {
5643 vendor_id_NONE := avp_code_BASE_NONE_Auth_Application_Id };
5644const AVP_Code c_AVP_Code_AAA_3GPP_Trace_Reference := {
5645 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_Reference };
5646const AVP_Code c_AVP_Code_RX_3GPP_Sharing_Key_UL := {
5647 vendor_id_3GPP := avp_code_RX_3GPP_Sharing_Key_UL };
5648const AVP_Code c_AVP_Code_RX_3GPP_AF_Charging_Identifier := {
5649 vendor_id_3GPP := avp_code_RX_3GPP_AF_Charging_Identifier };
5650const AVP_Code c_AVP_Code_S6_3GPP_Monitoring_Event_Report := {
5651 vendor_id_3GPP := avp_code_S6_3GPP_Monitoring_Event_Report };
5652const AVP_Code c_AVP_Code_RX_3GPP_Media_Type := {
5653 vendor_id_3GPP := avp_code_RX_3GPP_Media_Type };
5654const AVP_Code c_AVP_Code_PCC_3GPP_Conditional_Policy_Information := {
5655 vendor_id_3GPP := avp_code_PCC_3GPP_Conditional_Policy_Information };
5656const AVP_Code c_AVP_Code_BASE_NONE_Firmware_Revision := {
5657 vendor_id_NONE := avp_code_BASE_NONE_Firmware_Revision };
5658const AVP_Code c_AVP_Code_AAA_3GPP_SIPTO_Permission := {
5659 vendor_id_3GPP := avp_code_AAA_3GPP_SIPTO_Permission };
5660const AVP_Code c_AVP_Code_PCC_3GPP_Network_Request_Support := {
5661 vendor_id_3GPP := avp_code_PCC_3GPP_Network_Request_Support };
5662const AVP_Code c_AVP_Code_RX_3GPP_Extended_Max_Supported_BW_DL := {
5663 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Max_Supported_BW_DL };
5664const AVP_Code c_AVP_Code_PCC_3GPP_UE_Local_IP_Address := {
5665 vendor_id_3GPP := avp_code_PCC_3GPP_UE_Local_IP_Address };
5666const AVP_Code c_AVP_Code_PCC_3GPP_Presence_Reporting_Area_Elements_List := {
5667 vendor_id_3GPP := avp_code_PCC_3GPP_Presence_Reporting_Area_Elements_List };
5668const AVP_Code c_AVP_Code_AAA_3GPP_SGs_MME_Identity := {
5669 vendor_id_3GPP := avp_code_AAA_3GPP_SGs_MME_Identity };
5670const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Rule_Remove := {
5671 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Rule_Remove };
5672const AVP_Code c_AVP_Code_S6_3GPP_Roaming_Information := {
5673 vendor_id_3GPP := avp_code_S6_3GPP_Roaming_Information };
5674const AVP_Code c_AVP_Code_AAA_3GPP_Event_Threshold_RSRP := {
5675 vendor_id_3GPP := avp_code_AAA_3GPP_Event_Threshold_RSRP };
5676const AVP_Code c_AVP_Code_AAA_3GPP_PLMN_Client := {
5677 vendor_id_3GPP := avp_code_AAA_3GPP_PLMN_Client };
5678const AVP_Code c_AVP_Code_AAA_3GPP_Re_Synchronization_Info := {
5679 vendor_id_3GPP := avp_code_AAA_3GPP_Re_Synchronization_Info };
5680const AVP_Code c_AVP_Code_BASE_NONE_Auth_Grace_Period := {
5681 vendor_id_NONE := avp_code_BASE_NONE_Auth_Grace_Period };
5682const AVP_Code c_AVP_Code_AAA_3GPP_RAND := {
5683 vendor_id_3GPP := avp_code_AAA_3GPP_RAND };
5684const AVP_Code c_AVP_Code_AAA_3GPP_Trace_Depth := {
5685 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_Depth };
5686const AVP_Code c_AVP_Code_AAA_3GPP_SGSN_User_State := {
5687 vendor_id_3GPP := avp_code_AAA_3GPP_SGSN_User_State };
5688const AVP_Code c_AVP_Code_AAA_3GPP_APN_OI_Replacement := {
5689 vendor_id_3GPP := avp_code_AAA_3GPP_APN_OI_Replacement };
5690const AVP_Code c_AVP_Code_BASE_NONE_Re_Auth_Request_Type := {
5691 vendor_id_NONE := avp_code_BASE_NONE_Re_Auth_Request_Type };
5692const AVP_Code c_AVP_Code_S6_3GPP_External_Identifier := {
5693 vendor_id_3GPP := avp_code_S6_3GPP_External_Identifier };
5694const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_MN_HA_MSA := {
5695 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_MN_HA_MSA };
5696const AVP_Code c_AVP_Code_PCC_3GPP_TFT_Filter := {
5697 vendor_id_3GPP := avp_code_PCC_3GPP_TFT_Filter };
5698const AVP_Code c_AVP_Code_RX_3GPP_Max_Supported_Bandwidth_UL := {
5699 vendor_id_3GPP := avp_code_RX_3GPP_Max_Supported_Bandwidth_UL };
5700const AVP_Code c_AVP_Code_S6_3GPP_Loss_Of_Connectivity_Reason := {
5701 vendor_id_3GPP := avp_code_S6_3GPP_Loss_Of_Connectivity_Reason };
5702const AVP_Code c_AVP_Code_RX_3GPP_Flow_Number := {
5703 vendor_id_3GPP := avp_code_RX_3GPP_Flow_Number };
5704const AVP_Code c_AVP_Code_PCC_3GPP_Resource_Allocation_Notification := {
5705 vendor_id_3GPP := avp_code_PCC_3GPP_Resource_Allocation_Notification };
5706const AVP_Code c_AVP_Code_S6_3GPP_Monitoring_Type := {
5707 vendor_id_3GPP := avp_code_S6_3GPP_Monitoring_Type };
5708const AVP_Code c_AVP_Code_PCC_3GPP_Default_Bearer_Indication := {
5709 vendor_id_3GPP := avp_code_PCC_3GPP_Default_Bearer_Indication };
5710const AVP_Code c_AVP_Code_AAA_3GPP_VPLMN_LIPA_Allowed := {
5711 vendor_id_3GPP := avp_code_AAA_3GPP_VPLMN_LIPA_Allowed };
5712const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Class_Identifier := {
5713 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Class_Identifier };
5714const AVP_Code c_AVP_Code_PCC_3GPP_Mute_Notification := {
5715 vendor_id_3GPP := avp_code_PCC_3GPP_Mute_Notification };
5716const AVP_Code c_AVP_Code_MIPv6_NONE_QoS_Resources := {
5717 vendor_id_NONE := avp_code_MIPv6_NONE_QoS_Resources };
5718const AVP_Code c_AVP_Code_AAA_3GPP_Logging_Duration := {
5719 vendor_id_3GPP := avp_code_AAA_3GPP_Logging_Duration };
5720const AVP_Code c_AVP_Code_AAA_3GPP_WLAN_offloadability_EUTRAN := {
5721 vendor_id_3GPP := avp_code_AAA_3GPP_WLAN_offloadability_EUTRAN };
5722const AVP_Code c_AVP_Code_PCC_3GPP_Routing_IP_Address := {
5723 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_IP_Address };
5724const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Session_Key := {
5725 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Session_Key };
5726const AVP_Code c_AVP_Code_AAA_3GPP_KASME := {
5727 vendor_id_3GPP := avp_code_AAA_3GPP_KASME };
5728const AVP_Code c_AVP_Code_AAA_3GPP_Teleservice_List := {
5729 vendor_id_3GPP := avp_code_AAA_3GPP_Teleservice_List };
5730const AVP_Code c_AVP_Code_AAA_3GPP_UTRAN_Vector := {
5731 vendor_id_3GPP := avp_code_AAA_3GPP_UTRAN_Vector };
5732const AVP_Code c_AVP_Code_RX_3GPP_Application_Service_Provider_Identity := {
5733 vendor_id_3GPP := avp_code_RX_3GPP_Application_Service_Provider_Identity };
5734const AVP_Code c_AVP_Code_S6_3GPP_NIDD_Authorization_Request := {
5735 vendor_id_3GPP := avp_code_S6_3GPP_NIDD_Authorization_Request };
5736const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Rule_Install := {
5737 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Rule_Install };
5738const AVP_Code c_AVP_Code_S6_3GPP_Periodic_Communication_Indicator := {
5739 vendor_id_3GPP := avp_code_S6_3GPP_Periodic_Communication_Indicator };
5740const AVP_Code c_AVP_Code_RX_3GPP_Flow_Usage := {
5741 vendor_id_3GPP := avp_code_RX_3GPP_Flow_Usage };
5742const AVP_Code c_AVP_Code_PCC_3GPP_RAN_Rule_Support := {
5743 vendor_id_3GPP := avp_code_PCC_3GPP_RAN_Rule_Support };
5744const AVP_Code c_AVP_Code_S6_3GPP_Monitoring_Duration := {
5745 vendor_id_3GPP := avp_code_S6_3GPP_Monitoring_Duration };
5746const AVP_Code c_AVP_Code_AAA_3GPP_Routing_Area_Identity := {
5747 vendor_id_3GPP := avp_code_AAA_3GPP_Routing_Area_Identity };
5748const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Information := {
5749 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Information };
5750const AVP_Code c_AVP_Code_RX_3GPP_Service_Authorization_Info := {
5751 vendor_id_3GPP := avp_code_RX_3GPP_Service_Authorization_Info };
5752const AVP_Code c_AVP_Code_BASE_NONE_Multi_Round_Time_Out := {
5753 vendor_id_NONE := avp_code_BASE_NONE_Multi_Round_Time_Out };
5754const AVP_Code c_AVP_Code_AAA_3GPP_eDRX_Cycle_Length := {
5755 vendor_id_3GPP := avp_code_AAA_3GPP_eDRX_Cycle_Length };
5756const AVP_Code c_AVP_Code_S6_3GPP_Group_Monitoring_Event_Report_Item := {
5757 vendor_id_3GPP := avp_code_S6_3GPP_Group_Monitoring_Event_Report_Item };
5758const AVP_Code c_AVP_Code_AAA_3GPP_Ext_PDP_Type := {
5759 vendor_id_3GPP := avp_code_AAA_3GPP_Ext_PDP_Type };
5760const AVP_Code c_AVP_Code_PCC_3GPP_Rule_Failure_Code := {
5761 vendor_id_3GPP := avp_code_PCC_3GPP_Rule_Failure_Code };
5762const AVP_Code c_AVP_Code_PCC_3GPP_User_Location_Info_Time := {
5763 vendor_id_3GPP := avp_code_PCC_3GPP_User_Location_Info_Time };
5764const AVP_Code c_AVP_Code_AAA_3GPP_Measurement_Period_LTE := {
5765 vendor_id_3GPP := avp_code_AAA_3GPP_Measurement_Period_LTE };
5766const AVP_Code c_AVP_Code_PCC_3GPP_Usage_Monitoring_Information := {
5767 vendor_id_3GPP := avp_code_PCC_3GPP_Usage_Monitoring_Information };
5768const AVP_Code c_AVP_Code_BASE_NONE_Experimental_Result_Code := {
5769 vendor_id_NONE := avp_code_BASE_NONE_Experimental_Result_Code };
5770const AVP_Code c_AVP_Code_PCC_3GPP_Extended_APN_AMBR_DL := {
5771 vendor_id_3GPP := avp_code_PCC_3GPP_Extended_APN_AMBR_DL };
5772const AVP_Code c_AVP_Code_AAA_3GPP_GMLC_Number := {
5773 vendor_id_3GPP := avp_code_AAA_3GPP_GMLC_Number };
5774const AVP_Code c_AVP_Code_AAA_3GPP_Software_Version := {
5775 vendor_id_3GPP := avp_code_AAA_3GPP_Software_Version };
5776const AVP_Code c_AVP_Code_AAA_3GPP_Expiration_Date := {
5777 vendor_id_3GPP := avp_code_AAA_3GPP_Expiration_Date };
5778const AVP_Code c_AVP_Code_BASE_NONE_Error_Message := {
5779 vendor_id_NONE := avp_code_BASE_NONE_Error_Message };
5780const AVP_Code c_AVP_Code_AAA_3GPP_SRES := {
5781 vendor_id_3GPP := avp_code_AAA_3GPP_SRES };
5782const AVP_Code c_AVP_Code_AAA_3GPP_Item_Number := {
5783 vendor_id_3GPP := avp_code_AAA_3GPP_Item_Number };
5784const AVP_Code c_AVP_Code_S6_3GPP_Service_ID := {
5785 vendor_id_3GPP := avp_code_S6_3GPP_Service_ID };
5786const AVP_Code c_AVP_Code_RX_3GPP_Abort_Cause := {
5787 vendor_id_3GPP := avp_code_RX_3GPP_Abort_Cause };
5788const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Rule_Base_Name := {
5789 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Rule_Base_Name };
5790const AVP_Code c_AVP_Code_RX_3GPP_Required_Access_Info := {
5791 vendor_id_3GPP := avp_code_RX_3GPP_Required_Access_Info };
5792const AVP_Code c_AVP_Code_PCC_3GPP_TDF_Destination_Realm := {
5793 vendor_id_3GPP := avp_code_PCC_3GPP_TDF_Destination_Realm };
5794const AVP_Code c_AVP_Code_S6_3GPP_S6t_HSS_Cause := {
5795 vendor_id_3GPP := avp_code_S6_3GPP_S6t_HSS_Cause };
5796const AVP_Code c_AVP_Code_RX_3GPP_AF_Requested_Data := {
5797 vendor_id_3GPP := avp_code_RX_3GPP_AF_Requested_Data };
5798const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Rule_Report := {
5799 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Rule_Report };
5800const AVP_Code c_AVP_Code_S6_3GPP_Stationary_Indication := {
5801 vendor_id_3GPP := avp_code_S6_3GPP_Stationary_Indication };
5802const AVP_Code c_AVP_Code_PCC_3GPP_Traffic_Steering_Policy_Identifier_DL := {
5803 vendor_id_3GPP := avp_code_PCC_3GPP_Traffic_Steering_Policy_Identifier_DL };
5804const AVP_Code c_AVP_Code_AAA_3GPP_Geodetic_Information := {
5805 vendor_id_3GPP := avp_code_AAA_3GPP_Geodetic_Information };
5806const AVP_Code c_AVP_Code_PCC_3GPP_Extended_GBR_UL := {
5807 vendor_id_3GPP := avp_code_PCC_3GPP_Extended_GBR_UL };
5808const AVP_Code c_AVP_Code_AAA_3GPP_MBSFN_Area_ID := {
5809 vendor_id_3GPP := avp_code_AAA_3GPP_MBSFN_Area_ID };
5810const AVP_Code c_AVP_Code_AAA_3GPP_Area_Scope := {
5811 vendor_id_3GPP := avp_code_AAA_3GPP_Area_Scope };
5812const AVP_Code c_AVP_Code_AAA_3GPP_PUA_Flags := {
5813 vendor_id_3GPP := avp_code_AAA_3GPP_PUA_Flags };
5814const AVP_Code c_AVP_Code_AAA_3GPP_Notification_To_UE_User := {
5815 vendor_id_3GPP := avp_code_AAA_3GPP_Notification_To_UE_User };
5816const AVP_Code c_AVP_Code_AAA_3GPP_Visited_PLMN_Id := {
5817 vendor_id_3GPP := avp_code_AAA_3GPP_Visited_PLMN_Id };
5818const AVP_Code c_AVP_Code_AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions := {
5819 vendor_id_3GPP := avp_code_AAA_3GPP_Homogeneous_Support_of_IMS_Voice_Over_PS_Sessions };
5820const AVP_Code c_AVP_Code_RX_3GPP_Codec_Data := {
5821 vendor_id_3GPP := avp_code_RX_3GPP_Codec_Data };
5822const AVP_Code c_AVP_Code_S6_3GPP_Monitoring_Event_Config_Status := {
5823 vendor_id_3GPP := avp_code_S6_3GPP_Monitoring_Event_Config_Status };
5824const AVP_Code c_AVP_Code_BASE_NONE_Error_Reporting_Host := {
5825 vendor_id_NONE := avp_code_BASE_NONE_Error_Reporting_Host };
5826const AVP_Code c_AVP_Code_PCC_3GPP_Rule_Activation_Time := {
5827 vendor_id_3GPP := avp_code_PCC_3GPP_Rule_Activation_Time };
5828const AVP_Code c_AVP_Code_S6_3GPP_Service_Data := {
5829 vendor_id_3GPP := avp_code_S6_3GPP_Service_Data };
5830const AVP_Code c_AVP_Code_RX_3GPP_AF_Application_Identifier := {
5831 vendor_id_3GPP := avp_code_RX_3GPP_AF_Application_Identifier };
5832const AVP_Code c_AVP_Code_PCC_3GPP_NetLoc_Access_Support := {
5833 vendor_id_3GPP := avp_code_PCC_3GPP_NetLoc_Access_Support };
5834const AVP_Code c_AVP_Code_S6_3GPP_Monitoring_Event_Configuration := {
5835 vendor_id_3GPP := avp_code_S6_3GPP_Monitoring_Event_Configuration };
5836const AVP_Code c_AVP_Code_PCC_3GPP_Offline := {
5837 vendor_id_3GPP := avp_code_PCC_3GPP_Offline };
5838const AVP_Code c_AVP_Code_AAA_3GPP_Additional_Context_ID := {
5839 vendor_id_3GPP := avp_code_AAA_3GPP_Additional_Context_ID };
5840const AVP_Code c_AVP_Code_PCC_3GPP_ADC_Rule_Definition := {
5841 vendor_id_3GPP := avp_code_PCC_3GPP_ADC_Rule_Definition };
5842const AVP_Code c_AVP_Code_S6_3GPP_Allowed_PLMN_List := {
5843 vendor_id_3GPP := avp_code_S6_3GPP_Allowed_PLMN_List };
5844const AVP_Code c_AVP_Code_AAA_3GPP_Active_APN := {
5845 vendor_id_3GPP := avp_code_AAA_3GPP_Active_APN };
5846const AVP_Code c_AVP_Code_PCC_3GPP_Bearer_Control_Mode := {
5847 vendor_id_3GPP := avp_code_PCC_3GPP_Bearer_Control_Mode };
5848const AVP_Code c_AVP_Code_PCC_3GPP_HeNB_Local_IP_Address := {
5849 vendor_id_3GPP := avp_code_PCC_3GPP_HeNB_Local_IP_Address };
5850const AVP_Code c_AVP_Code_AAA_3GPP_SMS_Register_Request := {
5851 vendor_id_3GPP := avp_code_AAA_3GPP_SMS_Register_Request };
5852const AVP_Code c_AVP_Code_PCC_3GPP_Packet_Filter_Content := {
5853 vendor_id_3GPP := avp_code_PCC_3GPP_Packet_Filter_Content };
5854const AVP_Code c_AVP_Code_AAA_3GPP_APN_Configuration := {
5855 vendor_id_3GPP := avp_code_AAA_3GPP_APN_Configuration };
5856const AVP_Code c_AVP_Code_AAA_3GPP_OMC_Id := {
5857 vendor_id_3GPP := avp_code_AAA_3GPP_OMC_Id };
5858const AVP_Code c_AVP_Code_AAA_3GPP_GMLC_Restriction := {
5859 vendor_id_3GPP := avp_code_AAA_3GPP_GMLC_Restriction };
5860const AVP_Code c_AVP_Code_AAA_3GPP_Regional_Subscription_Zone_Code := {
5861 vendor_id_3GPP := avp_code_AAA_3GPP_Regional_Subscription_Zone_Code };
5862const AVP_Code c_AVP_Code_BASE_NONE_Proxy_State := {
5863 vendor_id_NONE := avp_code_BASE_NONE_Proxy_State };
5864const AVP_Code c_AVP_Code_S6_3GPP_SIR_Flags := {
5865 vendor_id_3GPP := avp_code_S6_3GPP_SIR_Flags };
5866const AVP_Code c_AVP_Code_RX_3GPP_MPS_Identifier := {
5867 vendor_id_3GPP := avp_code_RX_3GPP_MPS_Identifier };
5868const AVP_Code c_AVP_Code_AAA_3GPP_MDT_Allowed_PLMN_Id := {
5869 vendor_id_3GPP := avp_code_AAA_3GPP_MDT_Allowed_PLMN_Id };
5870const AVP_Code c_AVP_Code_PCC_3GPP_Credit_Management_Status := {
5871 vendor_id_3GPP := avp_code_PCC_3GPP_Credit_Management_Status };
5872const AVP_Code c_AVP_Code_S6_3GPP_Service_Result := {
5873 vendor_id_3GPP := avp_code_S6_3GPP_Service_Result };
5874const AVP_Code c_AVP_Code_AAA_3GPP_MME_Location_Information := {
5875 vendor_id_3GPP := avp_code_AAA_3GPP_MME_Location_Information };
5876const AVP_Code c_AVP_Code_PCC_3GPP_Reporting_Level := {
5877 vendor_id_3GPP := avp_code_PCC_3GPP_Reporting_Level };
5878const AVP_Code c_AVP_Code_RX_3GPP_Max_Supported_Bandwidth_DL := {
5879 vendor_id_3GPP := avp_code_RX_3GPP_Max_Supported_Bandwidth_DL };
5880const AVP_Code c_AVP_Code_AAA_3GPP_Subscribed_VSRVCC := {
5881 vendor_id_3GPP := avp_code_AAA_3GPP_Subscribed_VSRVCC };
5882const AVP_Code c_AVP_Code_PCC_3GPP_Pre_emption_Capability := {
5883 vendor_id_3GPP := avp_code_PCC_3GPP_Pre_emption_Capability };
5884const AVP_Code c_AVP_Code_PCC_3GPP_Monitoring_Flags := {
5885 vendor_id_3GPP := avp_code_PCC_3GPP_Monitoring_Flags };
5886const AVP_Code c_AVP_Code_BASE_NONE_Redirect_Max_Cache_Time := {
5887 vendor_id_NONE := avp_code_BASE_NONE_Redirect_Max_Cache_Time };
5888const AVP_Code c_AVP_Code_PCC_3GPP_TCP_Source_Port := {
5889 vendor_id_3GPP := avp_code_PCC_3GPP_TCP_Source_Port };
5890const AVP_Code c_AVP_Code_PCC_3GPP_Application_Detection_Information := {
5891 vendor_id_3GPP := avp_code_PCC_3GPP_Application_Detection_Information };
5892const AVP_Code c_AVP_Code_AAA_3GPP_Emergency_Info := {
5893 vendor_id_3GPP := avp_code_AAA_3GPP_Emergency_Info };
5894const AVP_Code c_AVP_Code_AAA_3GPP_MPS_Priority := {
5895 vendor_id_3GPP := avp_code_AAA_3GPP_MPS_Priority };
5896const AVP_Code c_AVP_Code_AAA_3GPP_Alert_Reason := {
5897 vendor_id_3GPP := avp_code_AAA_3GPP_Alert_Reason };
5898const AVP_Code c_AVP_Code_AAA_3GPP_MO_LR := {
5899 vendor_id_3GPP := avp_code_AAA_3GPP_MO_LR };
5900const AVP_Code c_AVP_Code_BASE_NONE_Host_IP_Address := {
5901 vendor_id_NONE := avp_code_BASE_NONE_Host_IP_Address };
5902const AVP_Code c_AVP_Code_RX_3GPP_Max_Requested_Bandwidth_UL := {
5903 vendor_id_3GPP := avp_code_RX_3GPP_Max_Requested_Bandwidth_UL };
5904const AVP_Code c_AVP_Code_PCC_3GPP_Usage_Monitoring_Support := {
5905 vendor_id_3GPP := avp_code_PCC_3GPP_Usage_Monitoring_Support };
5906const AVP_Code c_AVP_Code_S6_3GPP_Maximum_Response_Time := {
5907 vendor_id_3GPP := avp_code_S6_3GPP_Maximum_Response_Time };
5908const AVP_Code c_AVP_Code_RX_3GPP_Sponsor_Identity := {
5909 vendor_id_3GPP := avp_code_RX_3GPP_Sponsor_Identity };
5910const AVP_Code c_AVP_Code_PCC_3GPP_CoA_IP_Address := {
5911 vendor_id_3GPP := avp_code_PCC_3GPP_CoA_IP_Address };
5912const AVP_Code c_AVP_Code_PCC_3GPP_Default_QoS_Information := {
5913 vendor_id_3GPP := avp_code_PCC_3GPP_Default_QoS_Information };
5914const AVP_Code c_AVP_Code_PCC_3GPP_AN_GW_Address := {
5915 vendor_id_3GPP := avp_code_PCC_3GPP_AN_GW_Address };
5916const AVP_Code c_AVP_Code_PCC_3GPP_NBIFOM_Support := {
5917 vendor_id_3GPP := avp_code_PCC_3GPP_NBIFOM_Support };
5918const AVP_Code c_AVP_Code_PCC_3GPP_Redirect_Support := {
5919 vendor_id_3GPP := avp_code_PCC_3GPP_Redirect_Support };
5920const AVP_Code c_AVP_Code_AAA_3GPP_IMSI_Group_Id := {
5921 vendor_id_3GPP := avp_code_AAA_3GPP_IMSI_Group_Id };
5922const AVP_Code c_AVP_Code_AAA_3GPP_Cell_Global_Identity := {
5923 vendor_id_3GPP := avp_code_AAA_3GPP_Cell_Global_Identity };
5924const AVP_Code c_AVP_Code_BASE_NONE_Vendor_Id := {
5925 vendor_id_NONE := avp_code_BASE_NONE_Vendor_Id };
5926const AVP_Code c_AVP_Code_AAA_3GPP_PDN_Connection_Continuity := {
5927 vendor_id_3GPP := avp_code_AAA_3GPP_PDN_Connection_Continuity };
5928const AVP_Code c_AVP_Code_AAA_3GPP_DSA_Flags := {
5929 vendor_id_3GPP := avp_code_AAA_3GPP_DSA_Flags };
5930const AVP_Code c_AVP_Code_AAA_3GPP_Trace_Data := {
5931 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_Data };
5932const AVP_Code c_AVP_Code_AAA_3GPP_LCS_Info := {
5933 vendor_id_3GPP := avp_code_AAA_3GPP_LCS_Info };
5934const AVP_Code c_AVP_Code_AAA_3GPP_PDN_GW_Allocation_Type := {
5935 vendor_id_3GPP := avp_code_AAA_3GPP_PDN_GW_Allocation_Type };
5936const AVP_Code c_AVP_Code_BASE_NONE_Event_Timestamp := {
5937 vendor_id_NONE := avp_code_BASE_NONE_Event_Timestamp };
5938const AVP_Code c_AVP_Code_RX_3GPP_Extended_Max_Requested_BW_UL := {
5939 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Max_Requested_BW_UL };
5940const AVP_Code c_AVP_Code_S6_3GPP_User_Identifier := {
5941 vendor_id_3GPP := avp_code_S6_3GPP_User_Identifier };
5942const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Rule_Base_Name := {
5943 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Rule_Base_Name };
5944const AVP_Code c_AVP_Code_AAA_3GPP_Restoration_Priority := {
5945 vendor_id_3GPP := avp_code_AAA_3GPP_Restoration_Priority };
5946const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_MN_HA_SPI := {
5947 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_MN_HA_SPI };
5948const AVP_Code c_AVP_Code_S6_3GPP_Association_Type := {
5949 vendor_id_3GPP := avp_code_S6_3GPP_Association_Type };
5950const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Rule_Definition := {
5951 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Rule_Definition };
5952const AVP_Code c_AVP_Code_RX_3GPP_Min_Requested_Bandwidth_UL := {
5953 vendor_id_3GPP := avp_code_RX_3GPP_Min_Requested_Bandwidth_UL };
5954const AVP_Code c_AVP_Code_AAA_3GPP_Report_Amount := {
5955 vendor_id_3GPP := avp_code_AAA_3GPP_Report_Amount };
5956const AVP_Code c_AVP_Code_PCC_3GPP_CoA_Information := {
5957 vendor_id_3GPP := avp_code_PCC_3GPP_CoA_Information };
5958const AVP_Code c_AVP_Code_AAA_3GPP_A_MSISDN := {
5959 vendor_id_3GPP := avp_code_AAA_3GPP_A_MSISDN };
5960const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Mobile_Node_Address := {
5961 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Mobile_Node_Address };
5962const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Rule_Report := {
5963 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Rule_Report };
5964const AVP_Code c_AVP_Code_AAA_3GPP_Number_Of_Requested_Vectors := {
5965 vendor_id_3GPP := avp_code_AAA_3GPP_Number_Of_Requested_Vectors };
5966const AVP_Code c_AVP_Code_AAA_3GPP_AIR_Flags := {
5967 vendor_id_3GPP := avp_code_AAA_3GPP_AIR_Flags };
5968const AVP_Code c_AVP_Code_AAA_3GPP_Geographical_Information := {
5969 vendor_id_3GPP := avp_code_AAA_3GPP_Geographical_Information };
5970const AVP_Code c_AVP_Code_AAA_3GPP_MME_User_State := {
5971 vendor_id_3GPP := avp_code_AAA_3GPP_MME_User_State };
5972const AVP_Code c_AVP_Code_AAA_3GPP_Access_Restriction_Data := {
5973 vendor_id_3GPP := avp_code_AAA_3GPP_Access_Restriction_Data };
5974const AVP_Code c_AVP_Code_BASE_NONE_Failed_AVP := {
5975 vendor_id_NONE := avp_code_BASE_NONE_Failed_AVP };
5976const AVP_Code c_AVP_Code_AAA_3GPP_SS_Status := {
5977 vendor_id_3GPP := avp_code_AAA_3GPP_SS_Status };
5978const AVP_Code c_AVP_Code_S6_3GPP_NIDD_Authorization_Update := {
5979 vendor_id_3GPP := avp_code_S6_3GPP_NIDD_Authorization_Update };
5980const AVP_Code c_AVP_Code_PCC_3GPP_Packet_Filter_Operation := {
5981 vendor_id_3GPP := avp_code_PCC_3GPP_Packet_Filter_Operation };
5982const AVP_Code c_AVP_Code_S6_3GPP_SCEF_Reference_ID_for_Deletion := {
5983 vendor_id_3GPP := avp_code_S6_3GPP_SCEF_Reference_ID_for_Deletion };
5984const AVP_Code c_AVP_Code_RX_3GPP_SIP_Forking_Indication := {
5985 vendor_id_3GPP := avp_code_RX_3GPP_SIP_Forking_Indication };
5986const AVP_Code c_AVP_Code_S6_3GPP_IMEI_Change := {
5987 vendor_id_3GPP := avp_code_S6_3GPP_IMEI_Change };
5988const AVP_Code c_AVP_Code_PCC_3GPP_IP_CAN_Type := {
5989 vendor_id_3GPP := avp_code_PCC_3GPP_IP_CAN_Type };
5990const AVP_Code c_AVP_Code_RX_3GPP_Extended_Min_Desired_BW_UL := {
5991 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Min_Desired_BW_UL };
5992const AVP_Code c_AVP_Code_PCC_3GPP_Revalidation_Time := {
5993 vendor_id_3GPP := avp_code_PCC_3GPP_Revalidation_Time };
5994const AVP_Code c_AVP_Code_AAA_3GPP_Logging_Interval := {
5995 vendor_id_3GPP := avp_code_AAA_3GPP_Logging_Interval };
5996const AVP_Code c_AVP_Code_PCC_3GPP_Presence_Reporting_Area_Status := {
5997 vendor_id_3GPP := avp_code_PCC_3GPP_Presence_Reporting_Area_Status };
5998const AVP_Code c_AVP_Code_AAA_3GPP_WLAN_offloadability := {
5999 vendor_id_3GPP := avp_code_AAA_3GPP_WLAN_offloadability };
6000const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Filter := {
6001 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Filter };
6002const AVP_Code c_AVP_Code_PCC_3GPP_Metering_Method := {
6003 vendor_id_3GPP := avp_code_PCC_3GPP_Metering_Method };
6004const AVP_Code c_AVP_Code_AAA_3GPP_Non_IP_Data_Delivery_Mechanism := {
6005 vendor_id_3GPP := avp_code_AAA_3GPP_Non_IP_Data_Delivery_Mechanism };
6006const AVP_Code c_AVP_Code_BASE_NONE_Session_Server_Failover := {
6007 vendor_id_NONE := avp_code_BASE_NONE_Session_Server_Failover };
6008const AVP_Code c_AVP_Code_AAA_3GPP_E_UTRAN_Vector := {
6009 vendor_id_3GPP := avp_code_AAA_3GPP_E_UTRAN_Vector };
6010const AVP_Code c_AVP_Code_BASE_NONE_Experimental_Result := {
6011 vendor_id_NONE := avp_code_BASE_NONE_Experimental_Result };
6012const AVP_Code c_AVP_Code_AAA_3GPP_Trace_Event_List := {
6013 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_Event_List };
6014const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Replay_Mode := {
6015 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Replay_Mode };
6016const AVP_Code c_AVP_Code_BASE_NONE_Proxy_Host := {
6017 vendor_id_NONE := avp_code_BASE_NONE_Proxy_Host };
6018const AVP_Code c_AVP_Code_S6_3GPP_Communication_Pattern_Set := {
6019 vendor_id_3GPP := avp_code_S6_3GPP_Communication_Pattern_Set };
6020const AVP_Code c_AVP_Code_RX_3GPP_Flow_Status := {
6021 vendor_id_3GPP := avp_code_RX_3GPP_Flow_Status };
6022const AVP_Code c_AVP_Code_RX_3GPP_MCPTT_Identifier := {
6023 vendor_id_3GPP := avp_code_RX_3GPP_MCPTT_Identifier };
6024const AVP_Code c_AVP_Code_S6_3GPP_Group_Monitoring_Event_Report := {
6025 vendor_id_3GPP := avp_code_S6_3GPP_Group_Monitoring_Event_Report };
6026const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Upgrade := {
6027 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Upgrade };
6028const AVP_Code c_AVP_Code_PCC_3GPP_AN_GW_Status := {
6029 vendor_id_3GPP := avp_code_PCC_3GPP_AN_GW_Status };
6030const AVP_Code c_AVP_Code_AAA_3GPP_Measurement_Period_UMTS := {
6031 vendor_id_3GPP := avp_code_AAA_3GPP_Measurement_Period_UMTS };
6032const AVP_Code c_AVP_Code_PCC_3GPP_Monitoring_Key := {
6033 vendor_id_3GPP := avp_code_PCC_3GPP_Monitoring_Key };
6034const AVP_Code c_AVP_Code_PCC_3GPP_3GPP_PS_Data_Off_Status := {
6035 vendor_id_3GPP := avp_code_PCC_3GPP_3GPP_PS_Data_Off_Status };
6036const AVP_Code c_AVP_Code_AAA_3GPP_Reset_ID := {
6037 vendor_id_3GPP := avp_code_AAA_3GPP_Reset_ID };
6038const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Rule_Install := {
6039 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Rule_Install };
6040const AVP_Code c_AVP_Code_AAA_3GPP_PUR_Flags := {
6041 vendor_id_3GPP := avp_code_AAA_3GPP_PUR_Flags };
6042const AVP_Code c_AVP_Code_PCC_3GPP_IP_CAN_Session_Charging_Scope := {
6043 vendor_id_3GPP := avp_code_PCC_3GPP_IP_CAN_Session_Charging_Scope };
6044const AVP_Code c_AVP_Code_AAA_3GPP_IMEI := {
6045 vendor_id_3GPP := avp_code_AAA_3GPP_IMEI };
6046const AVP_Code c_AVP_Code_AAA_3GPP_Kc := {
6047 vendor_id_3GPP := avp_code_AAA_3GPP_Kc };
6048const AVP_Code c_AVP_Code_AAA_3GPP_SGSN_Number := {
6049 vendor_id_3GPP := avp_code_AAA_3GPP_SGSN_Number };
6050const AVP_Code c_AVP_Code_AAA_3GPP_HPLMN_ODB := {
6051 vendor_id_3GPP := avp_code_AAA_3GPP_HPLMN_ODB };
6052const AVP_Code c_AVP_Code_AAA_3GPP_PDP_Context := {
6053 vendor_id_3GPP := avp_code_AAA_3GPP_PDP_Context };
6054const AVP_Code c_AVP_Code_BASE_NONE_Proxy_Info := {
6055 vendor_id_NONE := avp_code_BASE_NONE_Proxy_Info };
6056const AVP_Code c_AVP_Code_S6_3GPP_Node_Type := {
6057 vendor_id_3GPP := avp_code_S6_3GPP_Node_Type };
6058const AVP_Code c_AVP_Code_RX_3GPP_Priority_Sharing_Indicator := {
6059 vendor_id_3GPP := avp_code_RX_3GPP_Priority_Sharing_Indicator };
6060const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Rule_Name := {
6061 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Rule_Name };
6062const AVP_Code c_AVP_Code_S6_3GPP_Scheduled_Communication_Time := {
6063 vendor_id_3GPP := avp_code_S6_3GPP_Scheduled_Communication_Time };
6064const AVP_Code c_AVP_Code_RX_3GPP_Max_Requested_Bandwidth_DL := {
6065 vendor_id_3GPP := avp_code_RX_3GPP_Max_Requested_Bandwidth_DL };
6066const AVP_Code c_AVP_Code_S6_3GPP_Maximum_Latency := {
6067 vendor_id_3GPP := avp_code_S6_3GPP_Maximum_Latency };
6068const AVP_Code c_AVP_Code_PCC_3GPP_PCC_Rule_Status := {
6069 vendor_id_3GPP := avp_code_PCC_3GPP_PCC_Rule_Status };
6070const AVP_Code c_AVP_Code_PCC_3GPP_Extended_GBR_DL := {
6071 vendor_id_3GPP := avp_code_PCC_3GPP_Extended_GBR_DL };
6072const AVP_Code c_AVP_Code_AAA_3GPP_MBSFN_Area := {
6073 vendor_id_3GPP := avp_code_AAA_3GPP_MBSFN_Area };
6074const AVP_Code c_AVP_Code_S6_3GPP_APN_Validity_Time := {
6075 vendor_id_3GPP := avp_code_S6_3GPP_APN_Validity_Time };
6076const AVP_Code c_AVP_Code_AAA_3GPP_Job_Type := {
6077 vendor_id_3GPP := avp_code_AAA_3GPP_Job_Type };
6078const AVP_Code c_AVP_Code_PCC_3GPP_Allocation_Retention_Priority := {
6079 vendor_id_3GPP := avp_code_PCC_3GPP_Allocation_Retention_Priority };
6080const AVP_Code c_AVP_Code_BASE_NONE_Destination_Host := {
6081 vendor_id_NONE := avp_code_BASE_NONE_Destination_Host };
6082const AVP_Code c_AVP_Code_AAA_3GPP_Positioning_Method := {
6083 vendor_id_3GPP := avp_code_AAA_3GPP_Positioning_Method };
6084const AVP_Code c_AVP_Code_AAA_3GPP_DL_Buffering_Suggested_Packet_Count := {
6085 vendor_id_3GPP := avp_code_AAA_3GPP_DL_Buffering_Suggested_Packet_Count };
6086const AVP_Code c_AVP_Code_AAA_3GPP_IDA_Flags := {
6087 vendor_id_3GPP := avp_code_AAA_3GPP_IDA_Flags };
6088const AVP_Code c_AVP_Code_AAA_3GPP_ULA_Flags := {
6089 vendor_id_3GPP := avp_code_AAA_3GPP_ULA_Flags };
6090const AVP_Code c_AVP_Code_AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported := {
6091 vendor_id_3GPP := avp_code_AAA_3GPP_IMS_Voice_Over_PS_Sessions_Supported };
6092const AVP_Code c_AVP_Code_AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature := {
6093 vendor_id_3GPP := avp_code_AAA_3GPP_Roaming_Restricted_Due_To_Unsupported_Feature };
6094const AVP_Code c_AVP_Code_S6_3GPP_T4_Parameters := {
6095 vendor_id_3GPP := avp_code_S6_3GPP_T4_Parameters };
6096const AVP_Code c_AVP_Code_RX_3GPP_Access_Network_Charging_Identifier_Value := {
6097 vendor_id_3GPP := avp_code_RX_3GPP_Access_Network_Charging_Identifier_Value };
6098const AVP_Code c_AVP_Code_S6_3GPP_AESE_Error_Report := {
6099 vendor_id_3GPP := avp_code_S6_3GPP_AESE_Error_Report };
6100const AVP_Code c_AVP_Code_RX_3GPP_Sharing_Key_DL := {
6101 vendor_id_3GPP := avp_code_RX_3GPP_Sharing_Key_DL };
6102const AVP_Code c_AVP_Code_PCC_3GPP_ADC_Rule_Remove := {
6103 vendor_id_3GPP := avp_code_PCC_3GPP_ADC_Rule_Remove };
6104const AVP_Code c_AVP_Code_S6_3GPP_Restricted_PLMN_List := {
6105 vendor_id_3GPP := avp_code_S6_3GPP_Restricted_PLMN_List };
6106const AVP_Code c_AVP_Code_AAA_3GPP_Age_Of_Location_Information := {
6107 vendor_id_3GPP := avp_code_AAA_3GPP_Age_Of_Location_Information };
6108const AVP_Code c_AVP_Code_PCC_3GPP_Access_Network_Charging_Identifier_Gx := {
6109 vendor_id_3GPP := avp_code_PCC_3GPP_Access_Network_Charging_Identifier_Gx };
6110const AVP_Code c_AVP_Code_RX_3GPP_Extended_Max_Requested_BW_DL := {
6111 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Max_Requested_BW_DL };
6112const AVP_Code c_AVP_Code_PCC_3GPP_Flow_Information := {
6113 vendor_id_3GPP := avp_code_PCC_3GPP_Flow_Information };
6114const AVP_Code c_AVP_Code_PCC_3GPP_Execution_Time := {
6115 vendor_id_3GPP := avp_code_PCC_3GPP_Execution_Time };
6116const AVP_Code c_AVP_Code_BASE_NONE_Accounting_Record_Number := {
6117 vendor_id_NONE := avp_code_BASE_NONE_Accounting_Record_Number };
6118const AVP_Code c_AVP_Code_AAA_3GPP_Event_Threshold_Event_1I := {
6119 vendor_id_3GPP := avp_code_AAA_3GPP_Event_Threshold_Event_1I };
6120const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Correlation_Indicator := {
6121 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Correlation_Indicator };
6122const AVP_Code c_AVP_Code_AAA_3GPP_Report_Interval := {
6123 vendor_id_3GPP := avp_code_AAA_3GPP_Report_Interval };
6124const AVP_Code c_AVP_Code_PCC_3GPP_RAN_NAS_Release_Cause := {
6125 vendor_id_3GPP := avp_code_PCC_3GPP_RAN_NAS_Release_Cause };
6126const AVP_Code c_AVP_Code_AAA_3GPP_Client_Identity := {
6127 vendor_id_3GPP := avp_code_AAA_3GPP_Client_Identity };
6128const AVP_Code c_AVP_Code_BASE_NONE_Redirect_Host_Usage := {
6129 vendor_id_NONE := avp_code_BASE_NONE_Redirect_Host_Usage };
6130const AVP_Code c_AVP_Code_AAA_3GPP_Equipment_Status := {
6131 vendor_id_3GPP := avp_code_AAA_3GPP_Equipment_Status };
6132const AVP_Code c_AVP_Code_MIPv6_NONE_MIP6_Auth_Mode := {
6133 vendor_id_NONE := avp_code_MIPv6_NONE_MIP6_Auth_Mode };
6134const AVP_Code c_AVP_Code_AAA_3GPP_EPS_Location_Information := {
6135 vendor_id_3GPP := avp_code_AAA_3GPP_EPS_Location_Information };
6136const AVP_Code c_AVP_Code_BASE_NONE_Session_Timeout := {
6137 vendor_id_NONE := avp_code_BASE_NONE_Session_Timeout };
6138const AVP_Code c_AVP_Code_RX_3GPP_Service_Info_Status := {
6139 vendor_id_3GPP := avp_code_RX_3GPP_Service_Info_Status };
6140const AVP_Code c_AVP_Code_S6_3GPP_CIR_Flags := {
6141 vendor_id_3GPP := avp_code_S6_3GPP_CIR_Flags };
6142const AVP_Code c_AVP_Code_PCC_3GPP_Precedence := {
6143 vendor_id_3GPP := avp_code_PCC_3GPP_Precedence };
6144const AVP_Code c_AVP_Code_RX_3GPP_Sponsoring_Action := {
6145 vendor_id_3GPP := avp_code_RX_3GPP_Sponsoring_Action };
6146const AVP_Code c_AVP_Code_S6_3GPP_Granted_Validity_Time := {
6147 vendor_id_3GPP := avp_code_S6_3GPP_Granted_Validity_Time };
6148const AVP_Code c_AVP_Code_PCC_3GPP_Priority_Level := {
6149 vendor_id_3GPP := avp_code_PCC_3GPP_Priority_Level };
6150const AVP_Code c_AVP_Code_RX_3GPP_Flow_Description := {
6151 vendor_id_3GPP := avp_code_RX_3GPP_Flow_Description };
6152const AVP_Code c_AVP_Code_AAA_3GPP_Daylight_Saving_Time := {
6153 vendor_id_3GPP := avp_code_AAA_3GPP_Daylight_Saving_Time };
6154const AVP_Code c_AVP_Code_PCC_3GPP_Packet_Filter_Information := {
6155 vendor_id_3GPP := avp_code_PCC_3GPP_Packet_Filter_Information };
6156const AVP_Code c_AVP_Code_S6_3GPP_SCEF_ID := {
6157 vendor_id_3GPP := avp_code_S6_3GPP_SCEF_ID };
6158const AVP_Code c_AVP_Code_PCC_3GPP_Removal_Of_Access := {
6159 vendor_id_3GPP := avp_code_PCC_3GPP_Removal_Of_Access };
6160const AVP_Code c_AVP_Code_AAA_3GPP_Preferred_Data_Mode := {
6161 vendor_id_3GPP := avp_code_AAA_3GPP_Preferred_Data_Mode };
6162const AVP_Code c_AVP_Code_PCC_3GPP_ADC_Rule_Report := {
6163 vendor_id_3GPP := avp_code_PCC_3GPP_ADC_Rule_Report };
6164const AVP_Code c_AVP_Code_AAA_3GPP_UE_SRVCC_Capability := {
6165 vendor_id_3GPP := avp_code_AAA_3GPP_UE_SRVCC_Capability };
6166const AVP_Code c_AVP_Code_PCC_3GPP_Guaranteed_Bitrate_UL := {
6167 vendor_id_3GPP := avp_code_PCC_3GPP_Guaranteed_Bitrate_UL };
6168const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_MAC_Mobility_Data := {
6169 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_MAC_Mobility_Data };
6170const AVP_Code c_AVP_Code_AAA_3GPP_Coupled_Node_Diameter_ID := {
6171 vendor_id_3GPP := avp_code_AAA_3GPP_Coupled_Node_Diameter_ID };
6172const AVP_Code c_AVP_Code_AAA_3GPP_STN_SR := {
6173 vendor_id_3GPP := avp_code_AAA_3GPP_STN_SR };
6174const AVP_Code c_AVP_Code_BASE_NONE_Supported_Vendor_Id := {
6175 vendor_id_NONE := avp_code_BASE_NONE_Supported_Vendor_Id };
6176const AVP_Code c_AVP_Code_AAA_3GPP_ServiceTypeIdentity := {
6177 vendor_id_3GPP := avp_code_AAA_3GPP_ServiceTypeIdentity };
6178const AVP_Code c_AVP_Code_AAA_3GPP_AUTN := {
6179 vendor_id_3GPP := avp_code_AAA_3GPP_AUTN };
6180const AVP_Code c_AVP_Code_RX_3GPP_Sponsored_Connectivity_Data := {
6181 vendor_id_3GPP := avp_code_RX_3GPP_Sponsored_Connectivity_Data };
6182const AVP_Code c_AVP_Code_BASE_NONE_Auth_Request_Type := {
6183 vendor_id_NONE := avp_code_BASE_NONE_Auth_Request_Type };
6184const AVP_Code c_AVP_Code_S6_3GPP_AESE_Communication_Pattern := {
6185 vendor_id_3GPP := avp_code_S6_3GPP_AESE_Communication_Pattern };
6186const AVP_Code c_AVP_Code_PCC_3GPP_NBIFOM_Mode := {
6187 vendor_id_3GPP := avp_code_PCC_3GPP_NBIFOM_Mode };
6188const AVP_Code c_AVP_Code_PCC_3GPP_Redirect_Information := {
6189 vendor_id_3GPP := avp_code_PCC_3GPP_Redirect_Information };
6190const AVP_Code c_AVP_Code_S6_3GPP_Event_Handling := {
6191 vendor_id_3GPP := avp_code_S6_3GPP_Event_Handling };
6192const AVP_Code c_AVP_Code_AAA_3GPP_Tracking_Area_Identity := {
6193 vendor_id_3GPP := avp_code_AAA_3GPP_Tracking_Area_Identity };
6194const AVP_Code c_AVP_Code_PCC_3GPP_ToS_Traffic_Class := {
6195 vendor_id_3GPP := avp_code_PCC_3GPP_ToS_Traffic_Class };
6196const AVP_Code c_AVP_Code_RX_3GPP_Min_Desired_Bandwidth_UL := {
6197 vendor_id_3GPP := avp_code_RX_3GPP_Min_Desired_Bandwidth_UL };
6198const AVP_Code c_AVP_Code_AAA_3GPP_UVR_Flags := {
6199 vendor_id_3GPP := avp_code_AAA_3GPP_UVR_Flags };
6200const AVP_Code c_AVP_Code_AAA_3GPP_Subscription_Data_Flags := {
6201 vendor_id_3GPP := avp_code_AAA_3GPP_Subscription_Data_Flags };
6202const AVP_Code c_AVP_Code_PCC_3GPP_PDN_Connection_ID := {
6203 vendor_id_3GPP := avp_code_PCC_3GPP_PDN_Connection_ID };
6204const AVP_Code c_AVP_Code_AAA_3GPP_DSR_Flags := {
6205 vendor_id_3GPP := avp_code_AAA_3GPP_DSR_Flags };
6206const AVP_Code c_AVP_Code_PCC_3GPP_PRA_Remove := {
6207 vendor_id_3GPP := avp_code_PCC_3GPP_PRA_Remove };
6208const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Timestamp := {
6209 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Timestamp };
6210const AVP_Code c_AVP_Code_AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer := {
6211 vendor_id_3GPP := avp_code_AAA_3GPP_Subscribed_Periodic_RAU_TAU_Timer };
6212const AVP_Code c_AVP_Code_AAA_3GPP_Specific_APN_Info := {
6213 vendor_id_3GPP := avp_code_AAA_3GPP_Specific_APN_Info };
6214const AVP_Code c_AVP_Code_AAA_3GPP_Terminal_Information := {
6215 vendor_id_3GPP := avp_code_AAA_3GPP_Terminal_Information };
6216const AVP_Code c_AVP_Code_BASE_NONE_Product_Name := {
6217 vendor_id_NONE := avp_code_BASE_NONE_Product_Name };
6218const AVP_Code c_AVP_Code_AAA_3GPP_CSG_Id := {
6219 vendor_id_3GPP := avp_code_AAA_3GPP_CSG_Id };
6220const AVP_Code c_AVP_Code_AAA_3GPP_Call_Barring_Info := {
6221 vendor_id_3GPP := avp_code_AAA_3GPP_Call_Barring_Info };
6222const AVP_Code c_AVP_Code_BASE_NONE_Origin_State_Id := {
6223 vendor_id_NONE := avp_code_BASE_NONE_Origin_State_Id };
6224const AVP_Code c_AVP_Code_S6_3GPP_IP_SM_GW_Name := {
6225 vendor_id_3GPP := avp_code_S6_3GPP_IP_SM_GW_Name };
6226const AVP_Code c_AVP_Code_RX_3GPP_Media_Sub_Component := {
6227 vendor_id_3GPP := avp_code_RX_3GPP_Media_Sub_Component };
6228const AVP_Code c_AVP_Code_S6_3GPP_Accuracy := {
6229 vendor_id_3GPP := avp_code_S6_3GPP_Accuracy };
6230const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Rule_Remove := {
6231 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Rule_Remove };
6232const AVP_Code c_AVP_Code_RX_3GPP_Min_Requested_Bandwidth_DL := {
6233 vendor_id_3GPP := avp_code_RX_3GPP_Min_Requested_Bandwidth_DL };
6234const AVP_Code c_AVP_Code_S6_3GPP_Service_Report := {
6235 vendor_id_3GPP := avp_code_S6_3GPP_Service_Report };
6236const AVP_Code c_AVP_Code_PCC_3GPP_Tunnel_Information := {
6237 vendor_id_3GPP := avp_code_PCC_3GPP_Tunnel_Information };
6238const AVP_Code c_AVP_Code_AAA_3GPP_Time_Zone := {
6239 vendor_id_3GPP := avp_code_AAA_3GPP_Time_Zone };
6240const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Rule_Definition := {
6241 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Rule_Definition };
6242const AVP_Code c_AVP_Code_S6_3GPP_Periodic_Time := {
6243 vendor_id_3GPP := avp_code_S6_3GPP_Periodic_Time };
6244const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Rule_Failure_Code := {
6245 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Rule_Failure_Code };
6246const AVP_Code c_AVP_Code_PCC_3GPP_TDF_Destination_Host := {
6247 vendor_id_3GPP := avp_code_PCC_3GPP_TDF_Destination_Host };
6248const AVP_Code c_AVP_Code_AAA_3GPP_Local_Group_Id := {
6249 vendor_id_3GPP := avp_code_AAA_3GPP_Local_Group_Id };
6250const AVP_Code c_AVP_Code_AAA_3GPP_Service_Area_Identity := {
6251 vendor_id_3GPP := avp_code_AAA_3GPP_Service_Area_Identity };
6252const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Rule_Report := {
6253 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Rule_Report };
6254const AVP_Code c_AVP_Code_BASE_NONE_User_Name := {
6255 vendor_id_NONE := avp_code_BASE_NONE_User_Name };
6256const AVP_Code c_AVP_Code_AAA_3GPP_UE_PC5_AMBR := {
6257 vendor_id_3GPP := avp_code_AAA_3GPP_UE_PC5_AMBR };
6258const AVP_Code c_AVP_Code_BASE_NONE_Accounting_Sub_Session_Id := {
6259 vendor_id_NONE := avp_code_BASE_NONE_Accounting_Sub_Session_Id };
6260const AVP_Code c_AVP_Code_AAA_3GPP_Collection_Period_RRM_UMTS := {
6261 vendor_id_3GPP := avp_code_AAA_3GPP_Collection_Period_RRM_UMTS };
6262const AVP_Code c_AVP_Code_AAA_3GPP_Operator_Determined_Barring := {
6263 vendor_id_3GPP := avp_code_AAA_3GPP_Operator_Determined_Barring };
6264const AVP_Code c_AVP_Code_BASE_NONE_Session_Binding := {
6265 vendor_id_NONE := avp_code_BASE_NONE_Session_Binding };
6266const AVP_Code c_AVP_Code_AAA_3GPP_SS_Code := {
6267 vendor_id_3GPP := avp_code_AAA_3GPP_SS_Code };
6268const AVP_Code c_AVP_Code_BASE_NONE_Acct_Multi_Session_Id := {
6269 vendor_id_NONE := avp_code_BASE_NONE_Acct_Multi_Session_Id };
6270const AVP_Code c_AVP_Code_RX_3GPP_RS_Bandwidth := {
6271 vendor_id_3GPP := avp_code_RX_3GPP_RS_Bandwidth };
6272const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Algorithm_Type := {
6273 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Algorithm_Type };
6274const AVP_Code c_AVP_Code_S6_3GPP_Reachability_Information := {
6275 vendor_id_3GPP := avp_code_S6_3GPP_Reachability_Information };
6276const AVP_Code c_AVP_Code_RX_3GPP_Extended_Min_Desired_BW_DL := {
6277 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Min_Desired_BW_DL };
6278const AVP_Code c_AVP_Code_AAA_3GPP_Event_Threshold_RSRQ := {
6279 vendor_id_3GPP := avp_code_AAA_3GPP_Event_Threshold_RSRQ };
6280const AVP_Code c_AVP_Code_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL := {
6281 vendor_id_3GPP := avp_code_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL };
6282const AVP_Code c_AVP_Code_S6_3GPP_Service_Parameters := {
6283 vendor_id_3GPP := avp_code_S6_3GPP_Service_Parameters };
6284const AVP_Code c_AVP_Code_PCC_3GPP_Presence_Reporting_Area_Information := {
6285 vendor_id_3GPP := avp_code_PCC_3GPP_Presence_Reporting_Area_Information };
6286const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Rule_Identifier := {
6287 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Rule_Identifier };
6288const AVP_Code c_AVP_Code_PCC_3GPP_Event_Trigger := {
6289 vendor_id_3GPP := avp_code_PCC_3GPP_Event_Trigger };
6290const AVP_Code c_AVP_Code_RX_3GPP_GCS_Identifier := {
6291 vendor_id_3GPP := avp_code_RX_3GPP_GCS_Identifier };
6292const AVP_Code c_AVP_Code_MIPv6_NONE_QoS_Capability := {
6293 vendor_id_NONE := avp_code_MIPv6_NONE_QoS_Capability };
6294const AVP_Code c_AVP_Code_AAA_3GPP_Non_IP_PDN_Type_Indicator := {
6295 vendor_id_3GPP := avp_code_AAA_3GPP_Non_IP_PDN_Type_Indicator };
6296const AVP_Code c_AVP_Code_PCC_3GPP_ADC_Rule_Install := {
6297 vendor_id_3GPP := avp_code_PCC_3GPP_ADC_Rule_Install };
6298const AVP_Code c_AVP_Code_PCC_3GPP_Flow_Label := {
6299 vendor_id_3GPP := avp_code_PCC_3GPP_Flow_Label };
6300const AVP_Code c_AVP_Code_AAA_3GPP_Authentication_Info := {
6301 vendor_id_3GPP := avp_code_AAA_3GPP_Authentication_Info };
6302const AVP_Code c_AVP_Code_AAA_3GPP_Trace_Interface_List := {
6303 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_Interface_List };
6304const AVP_Code c_AVP_Code_AAA_3GPP_APN_Configuration_Profile := {
6305 vendor_id_3GPP := avp_code_AAA_3GPP_APN_Configuration_Profile };
6306const AVP_Code c_AVP_Code_RX_3GPP_Flows := {
6307 vendor_id_3GPP := avp_code_RX_3GPP_Flows };
6308const AVP_Code c_AVP_Code_S6_3GPP_CIA_Flags := {
6309 vendor_id_3GPP := avp_code_S6_3GPP_CIA_Flags };
6310const AVP_Code c_AVP_Code_RX_3GPP_Extended_Min_Requested_BW_UL := {
6311 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Min_Requested_BW_UL };
6312const AVP_Code c_AVP_Code_PCC_3GPP_Monitoring_Time := {
6313 vendor_id_3GPP := avp_code_PCC_3GPP_Monitoring_Time };
6314const AVP_Code c_AVP_Code_S6_3GPP_UE_Reachability_Configuration := {
6315 vendor_id_3GPP := avp_code_S6_3GPP_UE_Reachability_Configuration };
6316const AVP_Code c_AVP_Code_BASE_NONE_Destination_Realm := {
6317 vendor_id_NONE := avp_code_BASE_NONE_Destination_Realm };
6318const AVP_Code c_AVP_Code_RX_3GPP_Acceptable_Service_Info := {
6319 vendor_id_3GPP := avp_code_RX_3GPP_Acceptable_Service_Info };
6320const AVP_Code c_AVP_Code_PCC_3GPP_Flow_Direction := {
6321 vendor_id_3GPP := avp_code_PCC_3GPP_Flow_Direction };
6322const AVP_Code c_AVP_Code_S6_3GPP_Supported_Monitoring_Events := {
6323 vendor_id_3GPP := avp_code_S6_3GPP_Supported_Monitoring_Events };
6324const AVP_Code c_AVP_Code_PCC_3GPP_Session_Release_Cause := {
6325 vendor_id_3GPP := avp_code_PCC_3GPP_Session_Release_Cause };
6326const AVP_Code c_AVP_Code_AAA_3GPP_MDT_User_Consent := {
6327 vendor_id_3GPP := avp_code_AAA_3GPP_MDT_User_Consent };
6328const AVP_Code c_AVP_Code_S6_3GPP_HSS_Cause := {
6329 vendor_id_3GPP := avp_code_S6_3GPP_HSS_Cause };
6330const AVP_Code c_AVP_Code_PCC_3GPP_PCSCF_Restoration_Indication := {
6331 vendor_id_3GPP := avp_code_PCC_3GPP_PCSCF_Restoration_Indication };
6332const AVP_Code c_AVP_Code_AAA_3GPP_Subscription_Data_Deletion := {
6333 vendor_id_3GPP := avp_code_AAA_3GPP_Subscription_Data_Deletion };
6334const AVP_Code c_AVP_Code_MIPv6_NONE_Chargable_User_Identity := {
6335 vendor_id_NONE := avp_code_MIPv6_NONE_Chargable_User_Identity };
6336const AVP_Code c_AVP_Code_AAA_3GPP_Trace_Collection_Entity := {
6337 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_Collection_Entity };
6338const AVP_Code c_AVP_Code_BASE_NONE_Redirect_Host := {
6339 vendor_id_NONE := avp_code_BASE_NONE_Redirect_Host };
6340const AVP_Code c_AVP_Code_AAA_3GPP_Network_Access_Mode := {
6341 vendor_id_3GPP := avp_code_AAA_3GPP_Network_Access_Mode };
6342const AVP_Code c_AVP_Code_AAA_3GPP_Complete_Data_List_Included_Indicator := {
6343 vendor_id_3GPP := avp_code_AAA_3GPP_Complete_Data_List_Included_Indicator };
6344const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_MN_AAA_SPI := {
6345 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_MN_AAA_SPI };
6346const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_MSA_Lifetime := {
6347 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_MSA_Lifetime };
6348const AVP_Code c_AVP_Code_S6_3GPP_Reachability_Type := {
6349 vendor_id_3GPP := avp_code_S6_3GPP_Reachability_Type };
6350const AVP_Code c_AVP_Code_S6_3GPP_Type_Of_External_Identifier := {
6351 vendor_id_3GPP := avp_code_S6_3GPP_Type_Of_External_Identifier };
6352const AVP_Code c_AVP_Code_PCC_3GPP_Event_Report_Indication := {
6353 vendor_id_3GPP := avp_code_PCC_3GPP_Event_Report_Indication };
6354const AVP_Code c_AVP_Code_AAA_3GPP_MDT_Configuration := {
6355 vendor_id_3GPP := avp_code_AAA_3GPP_MDT_Configuration };
6356const AVP_Code c_AVP_Code_PCC_3GPP_Usage_Monitoring_Report := {
6357 vendor_id_3GPP := avp_code_PCC_3GPP_Usage_Monitoring_Report };
6358const AVP_Code c_AVP_Code_AAA_3GPP_Adjacent_Access_Restriction_Data := {
6359 vendor_id_3GPP := avp_code_AAA_3GPP_Adjacent_Access_Restriction_Data };
6360const AVP_Code c_AVP_Code_AAA_3GPP_RAT_Frequency_Selection_Priority_ID := {
6361 vendor_id_3GPP := avp_code_AAA_3GPP_RAT_Frequency_Selection_Priority_ID };
6362const AVP_Code c_AVP_Code_AAA_3GPP_CLR_Flags := {
6363 vendor_id_3GPP := avp_code_AAA_3GPP_CLR_Flags };
6364const AVP_Code c_AVP_Code_PCC_3GPP_Default_EPS_Bearer_QoS := {
6365 vendor_id_3GPP := avp_code_PCC_3GPP_Default_EPS_Bearer_QoS };
6366const AVP_Code c_AVP_Code_AAA_3GPP_ULR_Flags := {
6367 vendor_id_3GPP := avp_code_AAA_3GPP_ULR_Flags };
6368const AVP_Code c_AVP_Code_AAA_3GPP_ICS_Indicator := {
6369 vendor_id_3GPP := avp_code_AAA_3GPP_ICS_Indicator };
6370const AVP_Code c_AVP_Code_AAA_3GPP_Cancellation_Type := {
6371 vendor_id_3GPP := avp_code_AAA_3GPP_Cancellation_Type };
6372const AVP_Code c_AVP_Code_BASE_NONE_E2E_Sequence := {
6373 vendor_id_NONE := avp_code_BASE_NONE_E2E_Sequence };
6374const AVP_Code c_AVP_Code_BASE_NONE_Origin_Realm := {
6375 vendor_id_NONE := avp_code_BASE_NONE_Origin_Realm };
6376const AVP_Code c_AVP_Code_AAA_3GPP_PDN_Type := {
6377 vendor_id_3GPP := avp_code_AAA_3GPP_PDN_Type };
6378const AVP_Code c_AVP_Code_RX_3GPP_Access_Network_Charging_Identifier := {
6379 vendor_id_3GPP := avp_code_RX_3GPP_Access_Network_Charging_Identifier };
6380const AVP_Code c_AVP_Code_S6_3GPP_AESE_Communication_Pattern_Config_Status := {
6381 vendor_id_3GPP := avp_code_S6_3GPP_AESE_Communication_Pattern_Config_Status };
6382const AVP_Code c_AVP_Code_S6_3GPP_Enhanced_Coverage_Restriction_Data := {
6383 vendor_id_3GPP := avp_code_S6_3GPP_Enhanced_Coverage_Restriction_Data };
6384const AVP_Code c_AVP_Code_PCC_3GPP_Bearer_Operation := {
6385 vendor_id_3GPP := avp_code_PCC_3GPP_Bearer_Operation };
6386const AVP_Code c_AVP_Code_AAA_3GPP_Current_Location_Retrieved := {
6387 vendor_id_3GPP := avp_code_AAA_3GPP_Current_Location_Retrieved };
6388const AVP_Code c_AVP_Code_RX_3GPP_Pre_emption_Control_Info := {
6389 vendor_id_3GPP := avp_code_RX_3GPP_Pre_emption_Control_Info };
6390const AVP_Code c_AVP_Code_PCC_3GPP_TDF_Application_Instance_Identifier := {
6391 vendor_id_3GPP := avp_code_PCC_3GPP_TDF_Application_Instance_Identifier };
6392const AVP_Code c_AVP_Code_BASE_NONE_Acct_Interim_Interval := {
6393 vendor_id_NONE := avp_code_BASE_NONE_Acct_Interim_Interval };
6394const AVP_Code c_AVP_Code_RX_3GPP_Media_Component_Number := {
6395 vendor_id_3GPP := avp_code_RX_3GPP_Media_Component_Number };
6396const AVP_Code c_AVP_Code_AAA_3GPP_Event_Threshold_Event_1F := {
6397 vendor_id_3GPP := avp_code_AAA_3GPP_Event_Threshold_Event_1F };
6398const AVP_Code c_AVP_Code_PCC_3GPP_Packet_Filter_Usage := {
6399 vendor_id_3GPP := avp_code_PCC_3GPP_Packet_Filter_Usage };
6400const AVP_Code c_AVP_Code_S6_3GPP_MONTE_Location_Type := {
6401 vendor_id_3GPP := avp_code_S6_3GPP_MONTE_Location_Type };
6402const AVP_Code c_AVP_Code_AAA_3GPP_RDS_Indicator := {
6403 vendor_id_3GPP := avp_code_AAA_3GPP_RDS_Indicator };
6404const AVP_Code c_AVP_Code_AAA_3GPP_Reporting_Trigger := {
6405 vendor_id_3GPP := avp_code_AAA_3GPP_Reporting_Trigger };
6406const AVP_Code c_AVP_Code_PCC_3GPP_Tunnel_Header_Length := {
6407 vendor_id_3GPP := avp_code_PCC_3GPP_Tunnel_Header_Length };
6408const AVP_Code c_AVP_Code_PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate := {
6409 vendor_id_3GPP := avp_code_PCC_3GPP_Conditional_APN_Aggregate_Max_Bitrate };
6410const AVP_Code c_AVP_Code_AAA_3GPP_Group_PLMN_Id := {
6411 vendor_id_3GPP := avp_code_AAA_3GPP_Group_PLMN_Id };
6412const AVP_Code c_AVP_Code_AAA_3GPP_User_Id := {
6413 vendor_id_3GPP := avp_code_AAA_3GPP_User_Id };
6414const AVP_Code c_AVP_Code_MIPv6_NONE_MIP_Authenticator := {
6415 vendor_id_NONE := avp_code_MIPv6_NONE_MIP_Authenticator };
6416const AVP_Code c_AVP_Code_AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info := {
6417 vendor_id_3GPP := avp_code_AAA_3GPP_Requested_UTRAN_GERAN_Authentication_Info };
6418const AVP_Code c_AVP_Code_AAA_3GPP_EPS_User_State := {
6419 vendor_id_3GPP := avp_code_AAA_3GPP_EPS_User_State };
6420const AVP_Code c_AVP_Code_BASE_NONE_Origin_Host := {
6421 vendor_id_NONE := avp_code_BASE_NONE_Origin_Host };
6422const AVP_Code c_AVP_Code_RX_3GPP_Retry_Interval := {
6423 vendor_id_3GPP := avp_code_RX_3GPP_Retry_Interval };
6424const AVP_Code c_AVP_Code_BASE_NONE_Accounting_Session_Id := {
6425 vendor_id_NONE := avp_code_BASE_NONE_Accounting_Session_Id };
6426const AVP_Code c_AVP_Code_PCC_3GPP_Packet_Filter_Identifier := {
6427 vendor_id_3GPP := avp_code_PCC_3GPP_Packet_Filter_Identifier };
6428const AVP_Code c_AVP_Code_S6_3GPP_SCEF_Reference_ID := {
6429 vendor_id_3GPP := avp_code_S6_3GPP_SCEF_Reference_ID };
6430const AVP_Code c_AVP_Code_PCC_3GPP_Resource_Release_Notification := {
6431 vendor_id_3GPP := avp_code_PCC_3GPP_Resource_Release_Notification };
6432const AVP_Code c_AVP_Code_PCC_3GPP_ADC_Rule_Name := {
6433 vendor_id_3GPP := avp_code_PCC_3GPP_ADC_Rule_Name };
6434const AVP_Code c_AVP_Code_BASE_NONE_Disconnect_Cause := {
6435 vendor_id_NONE := avp_code_BASE_NONE_Disconnect_Cause };
6436const AVP_Code c_AVP_Code_AAA_3GPP_Error_Diagnostic := {
6437 vendor_id_3GPP := avp_code_AAA_3GPP_Error_Diagnostic };
6438const AVP_Code c_AVP_Code_PCC_3GPP_Guaranteed_Bitrate_DL := {
6439 vendor_id_3GPP := avp_code_PCC_3GPP_Guaranteed_Bitrate_DL };
6440const AVP_Code c_AVP_Code_RX_3GPP_Extended_Max_Supported_BW_UL := {
6441 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Max_Supported_BW_UL };
6442const AVP_Code c_AVP_Code_PCC_3GPP_UDP_Source_Port := {
6443 vendor_id_3GPP := avp_code_PCC_3GPP_UDP_Source_Port };
6444const AVP_Code c_AVP_Code_BASE_NONE_Accounting_Record_Type := {
6445 vendor_id_NONE := avp_code_BASE_NONE_Accounting_Record_Type };
6446const AVP_Code c_AVP_Code_AAA_3GPP_SIPTO_Local_Network_Permission := {
6447 vendor_id_3GPP := avp_code_AAA_3GPP_SIPTO_Local_Network_Permission };
6448const AVP_Code c_AVP_Code_PCC_3GPP_Routing_Rule_Definition := {
6449 vendor_id_3GPP := avp_code_PCC_3GPP_Routing_Rule_Definition };
6450const AVP_Code c_AVP_Code_AAA_3GPP_VPLMN_Dynamic_Address_Allowed := {
6451 vendor_id_3GPP := avp_code_AAA_3GPP_VPLMN_Dynamic_Address_Allowed };
6452const AVP_Code c_AVP_Code_BASE_NONE_Acct_Application_Id := {
6453 vendor_id_NONE := avp_code_BASE_NONE_Acct_Application_Id };
6454const AVP_Code c_AVP_Code_AAA_3GPP_Service_Type := {
6455 vendor_id_3GPP := avp_code_AAA_3GPP_Service_Type };
6456const AVP_Code c_AVP_Code_AAA_3GPP_Immediate_Response_Preferred := {
6457 vendor_id_3GPP := avp_code_AAA_3GPP_Immediate_Response_Preferred };
6458const AVP_Code c_AVP_Code_AAA_3GPP_XRES := {
6459 vendor_id_3GPP := avp_code_AAA_3GPP_XRES };
6460const AVP_Code c_AVP_Code_AAA_3GPP_User_State := {
6461 vendor_id_3GPP := avp_code_AAA_3GPP_User_State };
6462const AVP_Code c_AVP_Code_BASE_NONE_Result_Code := {
6463 vendor_id_NONE := avp_code_BASE_NONE_Result_Code };
6464const AVP_Code c_AVP_Code_S6_3GPP_IP_SM_GW_Realm := {
6465 vendor_id_3GPP := avp_code_S6_3GPP_IP_SM_GW_Realm };
6466const AVP_Code c_AVP_Code_S6_3GPP_Reference_ID_Validity_Time := {
6467 vendor_id_3GPP := avp_code_S6_3GPP_Reference_ID_Validity_Time };
6468const AVP_Code c_AVP_Code_AAA_3GPP_E_UTRAN_Cell_Global_Identity := {
6469 vendor_id_3GPP := avp_code_AAA_3GPP_E_UTRAN_Cell_Global_Identity };
6470const AVP_Code c_AVP_Code_PCC_3GPP_TFT_Packet_Filter_Information := {
6471 vendor_id_3GPP := avp_code_PCC_3GPP_TFT_Packet_Filter_Information };
6472const AVP_Code c_AVP_Code_RX_3GPP_Min_Desired_Bandwidth_DL := {
6473 vendor_id_3GPP := avp_code_RX_3GPP_Min_Desired_Bandwidth_DL };
6474const AVP_Code c_AVP_Code_S6_3GPP_Group_Reporting_Guard_Timer := {
6475 vendor_id_3GPP := avp_code_S6_3GPP_Group_Reporting_Guard_Timer };
6476const AVP_Code c_AVP_Code_BASE_NONE_Auth_Session_State := {
6477 vendor_id_NONE := avp_code_BASE_NONE_Auth_Session_State };
6478const AVP_Code c_AVP_Code_PCC_3GPP_Session_Linking_Indicator := {
6479 vendor_id_3GPP := avp_code_PCC_3GPP_Session_Linking_Indicator };
6480const AVP_Code c_AVP_Code_S6_3GPP_Maximum_Number_of_Reports := {
6481 vendor_id_3GPP := avp_code_S6_3GPP_Maximum_Number_of_Reports };
6482const AVP_Code c_AVP_Code_PCC_3GPP_PRA_Install := {
6483 vendor_id_3GPP := avp_code_PCC_3GPP_PRA_Install };
6484const AVP_Code c_AVP_Code_AAA_3GPP_V2X_Permission := {
6485 vendor_id_3GPP := avp_code_AAA_3GPP_V2X_Permission };
6486const AVP_Code c_AVP_Code_AAA_3GPP_LIPA_Permission := {
6487 vendor_id_3GPP := avp_code_AAA_3GPP_LIPA_Permission };
6488const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Negotiation := {
6489 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Negotiation };
6490const AVP_Code c_AVP_Code_AAA_3GPP_3GPP2_MEID := {
6491 vendor_id_3GPP := avp_code_AAA_3GPP_3GPP2_MEID };
6492const AVP_Code c_AVP_Code_AAA_3GPP_Subscription_Data := {
6493 vendor_id_3GPP := avp_code_AAA_3GPP_Subscription_Data };
6494const AVP_Code c_AVP_Code_BASE_NONE_Vendor_Specific_Application_Id := {
6495 vendor_id_NONE := avp_code_BASE_NONE_Vendor_Specific_Application_Id };
6496const AVP_Code c_AVP_Code_AAA_3GPP_WLAN_offloadability_UTRAN := {
6497 vendor_id_3GPP := avp_code_AAA_3GPP_WLAN_offloadability_UTRAN };
6498const AVP_Code c_AVP_Code_AAA_3GPP_CSG_Subscription_Data := {
6499 vendor_id_3GPP := avp_code_AAA_3GPP_CSG_Subscription_Data };
6500const AVP_Code c_AVP_Code_MIPv6_NONE_Service_Selection := {
6501 vendor_id_NONE := avp_code_MIPv6_NONE_Service_Selection };
6502const AVP_Code c_AVP_Code_AAA_3GPP_TS_Code := {
6503 vendor_id_3GPP := avp_code_AAA_3GPP_TS_Code };
6504const AVP_Code c_AVP_Code_S6_3GPP_IP_SM_GW_Number := {
6505 vendor_id_3GPP := avp_code_S6_3GPP_IP_SM_GW_Number };
6506const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Rule_Install := {
6507 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Rule_Install };
6508const AVP_Code c_AVP_Code_RX_3GPP_Rx_Request_Type := {
6509 vendor_id_3GPP := avp_code_RX_3GPP_Rx_Request_Type };
6510const AVP_Code c_AVP_Code_S6_3GPP_NIDD_Authorization_Response := {
6511 vendor_id_3GPP := avp_code_S6_3GPP_NIDD_Authorization_Response };
6512const AVP_Code c_AVP_Code_AAA_3GPP_VPLMN_CSG_Subscription_Data := {
6513 vendor_id_3GPP := avp_code_AAA_3GPP_VPLMN_CSG_Subscription_Data };
6514const AVP_Code c_AVP_Code_PCC_3GPP_QoS_Rule_Remove := {
6515 vendor_id_3GPP := avp_code_PCC_3GPP_QoS_Rule_Remove };
6516const AVP_Code c_AVP_Code_S6_3GPP_Communication_Duration_Time := {
6517 vendor_id_3GPP := avp_code_S6_3GPP_Communication_Duration_Time };
6518const AVP_Code c_AVP_Code_PCC_3GPP_Access_Availability_Change_Reason := {
6519 vendor_id_3GPP := avp_code_PCC_3GPP_Access_Availability_Change_Reason };
6520const AVP_Code c_AVP_Code_PCC_3GPP_TDF_Application_Identifier := {
6521 vendor_id_3GPP := avp_code_PCC_3GPP_TDF_Application_Identifier };
6522const AVP_Code c_AVP_Code_AAA_3GPP_Location_Area_Identity := {
6523 vendor_id_3GPP := avp_code_AAA_3GPP_Location_Area_Identity };
6524const AVP_Code c_AVP_Code_RX_3GPP_Media_Component_Status := {
6525 vendor_id_3GPP := avp_code_RX_3GPP_Media_Component_Status };
6526const AVP_Code c_AVP_Code_AAA_3GPP_eDRX_Cycle_Length_Value := {
6527 vendor_id_3GPP := avp_code_AAA_3GPP_eDRX_Cycle_Length_Value };
6528const AVP_Code c_AVP_Code_S6_3GPP_RIR_Flags := {
6529 vendor_id_3GPP := avp_code_S6_3GPP_RIR_Flags };
6530const AVP_Code c_AVP_Code_AAA_3GPP_Collection_Period_RRM_LTE := {
6531 vendor_id_3GPP := avp_code_AAA_3GPP_Collection_Period_RRM_LTE };
6532const AVP_Code c_AVP_Code_PCC_3GPP_Usage_Monitoring_Level := {
6533 vendor_id_3GPP := avp_code_PCC_3GPP_Usage_Monitoring_Level };
6534const AVP_Code c_AVP_Code_AAA_3GPP_Subscriber_Status := {
6535 vendor_id_3GPP := avp_code_AAA_3GPP_Subscriber_Status };
6536const AVP_Code c_AVP_Code_PCC_3GPP_Extended_APN_AMBR_UL := {
6537 vendor_id_3GPP := avp_code_PCC_3GPP_Extended_APN_AMBR_UL };
6538const AVP_Code c_AVP_Code_AAA_3GPP_LCS_PrivacyException := {
6539 vendor_id_3GPP := avp_code_AAA_3GPP_LCS_PrivacyException };
6540const AVP_Code c_AVP_Code_AAA_3GPP_QoS_Subscribed := {
6541 vendor_id_3GPP := avp_code_AAA_3GPP_QoS_Subscribed };
6542const AVP_Code c_AVP_Code_RX_3GPP_RR_Bandwidth := {
6543 vendor_id_3GPP := avp_code_RX_3GPP_RR_Bandwidth };
6544const AVP_Code c_AVP_Code_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL := {
6545 vendor_id_3GPP := avp_code_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL };
6546const AVP_Code c_AVP_Code_S6_3GPP_SCS_Identity := {
6547 vendor_id_3GPP := avp_code_S6_3GPP_SCS_Identity };
6548const AVP_Code c_AVP_Code_RX_3GPP_Access_Network_Charging_Address := {
6549 vendor_id_3GPP := avp_code_RX_3GPP_Access_Network_Charging_Address };
6550const AVP_Code c_AVP_Code_PCC_3GPP_Presence_Reporting_Area_Identifier := {
6551 vendor_id_3GPP := avp_code_PCC_3GPP_Presence_Reporting_Area_Identifier };
6552const AVP_Code c_AVP_Code_BASE_NONE_Inband_Security_Id := {
6553 vendor_id_NONE := avp_code_BASE_NONE_Inband_Security_Id };
6554const AVP_Code c_AVP_Code_PCC_3GPP_Charging_Rule_Name := {
6555 vendor_id_3GPP := avp_code_PCC_3GPP_Charging_Rule_Name };
6556const AVP_Code c_AVP_Code_RX_3GPP_Ip_Domain_Id := {
6557 vendor_id_3GPP := avp_code_RX_3GPP_Ip_Domain_Id };
6558const AVP_Code c_AVP_Code_AAA_3GPP_UE_Usage_Type := {
6559 vendor_id_3GPP := avp_code_AAA_3GPP_UE_Usage_Type };
6560const AVP_Code c_AVP_Code_PCC_3GPP_TDF_IP_Address := {
6561 vendor_id_3GPP := avp_code_PCC_3GPP_TDF_IP_Address };
6562const AVP_Code c_AVP_Code_S6_3GPP_Enhanced_Coverage_Restriction := {
6563 vendor_id_3GPP := avp_code_S6_3GPP_Enhanced_Coverage_Restriction };
6564const AVP_Code c_AVP_Code_AAA_3GPP_MME_Number_for_MT_SMS := {
6565 vendor_id_3GPP := avp_code_AAA_3GPP_MME_Number_for_MT_SMS };
6566const AVP_Code c_AVP_Code_PCC_3GPP_Security_Parameter_Index := {
6567 vendor_id_3GPP := avp_code_PCC_3GPP_Security_Parameter_Index };
6568const AVP_Code c_AVP_Code_PCC_3GPP_Traffic_Steering_Policy_Identifier_UL := {
6569 vendor_id_3GPP := avp_code_PCC_3GPP_Traffic_Steering_Policy_Identifier_UL };
6570const AVP_Code c_AVP_Code_BASE_NONE_Route_Record := {
6571 vendor_id_NONE := avp_code_BASE_NONE_Route_Record };
6572const AVP_Code c_AVP_Code_AAA_3GPP_Carrier_Frequency := {
6573 vendor_id_3GPP := avp_code_AAA_3GPP_Carrier_Frequency };
6574const AVP_Code c_AVP_Code_AAA_3GPP_Trace_NE_Type_List := {
6575 vendor_id_3GPP := avp_code_AAA_3GPP_Trace_NE_Type_List };
6576const AVP_Code c_AVP_Code_AAA_3GPP_All_APN_Configurations_Included_Indicator := {
6577 vendor_id_3GPP := avp_code_AAA_3GPP_All_APN_Configurations_Included_Indicator };
6578const AVP_Code c_AVP_Code_AAA_3GPP_NOR_Flags := {
6579 vendor_id_3GPP := avp_code_AAA_3GPP_NOR_Flags };
6580const AVP_Code c_AVP_Code_AAA_3GPP_External_Client := {
6581 vendor_id_3GPP := avp_code_AAA_3GPP_External_Client };
6582const AVP_Code c_AVP_Code_BASE_NONE_Authorization_Lifetime := {
6583 vendor_id_NONE := avp_code_BASE_NONE_Authorization_Lifetime };
6584const AVP_Code c_AVP_Code_RX_3GPP_Extended_Min_Requested_BW_DL := {
6585 vendor_id_3GPP := avp_code_RX_3GPP_Extended_Min_Requested_BW_DL };
6586const AVP_Code c_AVP_Code_RX_3GPP_Service_URN := {
6587 vendor_id_3GPP := avp_code_RX_3GPP_Service_URN };
6588const AVP_Code c_AVP_Code_S6_3GPP_Supported_Services := {
6589 vendor_id_3GPP := avp_code_S6_3GPP_Supported_Services };
6590const AVP_Code c_AVP_Code_AAA_3GPP_Relay_Node_Indicator := {
6591 vendor_id_3GPP := avp_code_AAA_3GPP_Relay_Node_Indicator };
6592const AVP_Code c_AVP_Code_PCC_3GPP_Rule_DeActivation_Time := {
6593 vendor_id_3GPP := avp_code_PCC_3GPP_Rule_DeActivation_Time };
6594const AVP_Code c_AVP_Code_S6_3GPP_T4_Data := {
6595 vendor_id_3GPP := avp_code_S6_3GPP_T4_Data };
6596const AVP_Code c_AVP_Code_PCC_3GPP_Fixed_User_Location_Info := {
6597 vendor_id_3GPP := avp_code_PCC_3GPP_Fixed_User_Location_Info };
6598const AVP_Code c_AVP_Code_PCC_3GPP_Online := {
6599 vendor_id_3GPP := avp_code_PCC_3GPP_Online };
6600const AVP_Code c_AVP_Code_PCC_3GPP_ADC_Rule_Base_Name := {
6601 vendor_id_3GPP := avp_code_PCC_3GPP_ADC_Rule_Base_Name };
6602const AVP_Code c_AVP_Code_AAA_3GPP_SCEF_Realm := {
6603 vendor_id_3GPP := avp_code_AAA_3GPP_SCEF_Realm };
6604const AVP_Code c_AVP_Code_S6_3GPP_Requested_Validity_Time := {
6605 vendor_id_3GPP := avp_code_S6_3GPP_Requested_Validity_Time };
6606const AVP_Code c_AVP_Code_AAA_3GPP_Local_Time_Zone := {
6607 vendor_id_3GPP := avp_code_AAA_3GPP_Local_Time_Zone };
6608const AVP_Code c_AVP_Code_AAA_3GPP_GERAN_Vector := {
6609 vendor_id_3GPP := avp_code_AAA_3GPP_GERAN_Vector };
6610const AVP_Code c_AVP_Code_AAA_3GPP_EPS_Subscribed_QoS_Profile := {
6611 vendor_id_3GPP := avp_code_AAA_3GPP_EPS_Subscribed_QoS_Profile };
6612const AVP_Code c_AVP_Code_AAA_3GPP_GPRS_Subscription_Data := {
6613 vendor_id_3GPP := avp_code_AAA_3GPP_GPRS_Subscription_Data };
6614const AVP_Code c_AVP_Code_BASE_NONE_Accounting_Realtime_Required := {
6615 vendor_id_NONE := avp_code_BASE_NONE_Accounting_Realtime_Required };
6616const AVP_Code c_AVP_Code_BASE_NONE_Termination_Cause := {
6617 vendor_id_NONE := avp_code_BASE_NONE_Termination_Cause };
6618const AVP_Code c_AVP_Code_RX_3GPP_Specific_Action := {
6619 vendor_id_3GPP := avp_code_RX_3GPP_Specific_Action };
6620const AVP_Code c_AVP_Code_S6_3GPP_Maximum_Detection_Time := {
6621 vendor_id_3GPP := avp_code_S6_3GPP_Maximum_Detection_Time };
6622const AVP_Code c_AVP_Code_AAA_3GPP_Ext_PDP_Address := {
6623 vendor_id_3GPP := avp_code_AAA_3GPP_Ext_PDP_Address };
6624const AVP_Code c_AVP_Code_PCC_3GPP_RAT_Type := {
6625 vendor_id_3GPP := avp_code_PCC_3GPP_RAT_Type };
6626const AVP_Code c_AVP_Code_RX_3GPP_AF_Signalling_Protocol := {
6627 vendor_id_3GPP := avp_code_RX_3GPP_AF_Signalling_Protocol };
6628const AVP_Code c_AVP_Code_AAA_3GPP_Adjacent_PLMNs := {
6629 vendor_id_3GPP := avp_code_AAA_3GPP_Adjacent_PLMNs };
6630const AVP_Code c_AVP_Code_S6_3GPP_Service_Result_Code := {
6631 vendor_id_3GPP := avp_code_S6_3GPP_Service_Result_Code };
6632const AVP_Code c_AVP_Code_AAA_3GPP_SGSN_Location_Information := {
6633 vendor_id_3GPP := avp_code_AAA_3GPP_SGSN_Location_Information };
6634const AVP_Code c_AVP_Code_PCC_3GPP_Pre_emption_Vulnerability := {
6635 vendor_id_3GPP := avp_code_PCC_3GPP_Pre_emption_Vulnerability };
6636const AVP_Code c_AVP_Code_AAA_3GPP_Equivalent_PLMN_List := {
6637 vendor_id_3GPP := avp_code_AAA_3GPP_Equivalent_PLMN_List };
6638const AVP_Code c_AVP_Code_PCC_3GPP_Default_Access := {
6639 vendor_id_3GPP := avp_code_PCC_3GPP_Default_Access };
6640const AVP_Code c_AVP_Code_BASE_NONE_Class := {
6641 vendor_id_NONE := avp_code_BASE_NONE_Class };
6642const AVP_Code c_AVP_Code_AAA_3GPP_IDR_Flags := {
6643 vendor_id_3GPP := avp_code_AAA_3GPP_IDR_Flags };
6644const AVP_Code c_AVP_Code_AAA_3GPP_V2X_Subscription_Data := {
6645 vendor_id_3GPP := avp_code_AAA_3GPP_V2X_Subscription_Data };
6646const AVP_Code c_AVP_Code_PCC_3GPP_PS_to_CS_Session_Continuity := {
6647 vendor_id_3GPP := avp_code_PCC_3GPP_PS_to_CS_Session_Continuity };
6648const AVP_Code c_AVP_Code_AAA_3GPP_PDP_Type := {
6649 vendor_id_3GPP := avp_code_AAA_3GPP_PDP_Type };
6650const AVP_Code c_AVP_Code_AAA_3GPP_AMBR := {
6651 vendor_id_3GPP := avp_code_AAA_3GPP_AMBR };
6652} with { encode "RAW" } // End module