Overload the acct_unique module with a better policy - Should fix some problems with...
[freeradius.git] / share / dictionary.3gpp
1 # -*- text -*-
2 #
3 #       3GPP stuff.
4 #
5 #       ftp://ftp.3gpp.org/specs/2002-06/R1999/29_series/29061-3a0.zip
6 #
7 #       $Id$
8 #
9 VENDOR          3GPP                            10415
10
11 BEGIN-VENDOR    3GPP
12
13 #
14 #       Most of the 'string' attributes are UTF-8 encoded text.
15 #       Maybe we want a UTF-8 'type' in the server...
16 #
17 ATTRIBUTE       3GPP-IMSI                               1       string
18 ATTRIBUTE       3GPP-Charging-ID                        2       integer
19 ATTRIBUTE       3GPP-PDP-Type                           3       integer
20 ATTRIBUTE       3GPP-Charging-Gateway-Address           4       ipaddr
21 ATTRIBUTE       3GPP-GPRS-Negotiated-QoS-profile        5       string
22 ATTRIBUTE       3GPP-SGSN-Address                       6       ipaddr
23 ATTRIBUTE       3GPP-GGSN-Address                       7       ipaddr
24 ATTRIBUTE       3GPP-IMSI-MCC-MNC                       8       string
25 ATTRIBUTE       3GPP-GGSN-MCC-MNC                       9       string
26 ATTRIBUTE       3GPP-NSAPI                              10      string
27 ATTRIBUTE       3GPP-Session-Stop-Indicator             11      byte
28 ATTRIBUTE       3GPP-Selection-Mode                     12      string
29 ATTRIBUTE       3GPP-Charging-Characteristics           13      string
30 ATTRIBUTE       3GPP-Charging-Gateway-IPv6-Address      14      ipv6addr
31 ATTRIBUTE       3GPP-SGSN-IPv6-Address                  15      ipv6addr
32 ATTRIBUTE       3GPP-GGSN-IPv6-Address                  16      ipv6addr
33
34 #
35 #       This attribute is really an array of IPv6 addresses.
36 #       Why the heck couldn't they just send multiple attributes?
37 #
38 ATTRIBUTE       3GPP-IPv6-DNS-Servers                   17      octets
39
40 ATTRIBUTE       3GPP-SGSN-MCC-MNC                       18      string
41 ATTRIBUTE       3GPP-Teardown-Indicator                 19      byte
42 ATTRIBUTE       3GPP-IMEISV                             20      string
43 ATTRIBUTE       3GPP-RAT-Type                           21      byte
44 ATTRIBUTE       3GPP-Location-Info                      22      octets
45 ATTRIBUTE       3GPP-MS-Time-Zone                       23      integer
46 ATTRIBUTE       3GPP-Camel-Charging-Info                24      octets
47 ATTRIBUTE       3GPP-Packet-Filter                      25      octets
48 ATTRIBUTE       3GPP-Negotiated-DSCP                    26      byte
49 ATTRIBUTE       3GPP-Allocate-IP-Type                   27      byte
50
51 VALUE   3GPP-RAT-Type                   IEEE-802.16e            101
52 VALUE   3GPP-RAT-Type                   3GPP2-eHRPD             102
53 VALUE   3GPP-RAT-Type                   3GPP2-HRPD              103
54 VALUE   3GPP-RAT-Type                   3GPP2-1xRTT             104
55
56 VALUE   3GPP-Allocate-IP-Type           Do-Not-Allocate         0
57 VALUE   3GPP-Allocate-IP-Type           Allocate-IPv4-Address   1
58 VALUE   3GPP-Allocate-IP-Type           Allocate-IPv6-Prefix    2
59 VALUE   3GPP-Allocate-IP-Type           Allocate-IPv4-and-IPv6  3
60
61 END-VENDOR      3GPP