#
#	This is the master dictionary file, which references the
#	pre-defined dictionary files included with the server.
#
#	Any new/changed attributes MUST be placed in this file, as
#	the pre-defined dictionaries SHOULD NOT be edited.
#
#	$Id$
#

#
#	The filename given here should be an absolute path. 
#
$INCLUDE	/usr/share/freeradius/dictionary

#
#	Place additional attributes or $INCLUDEs here.  They will
#	over-ride the definitions in the pre-defined dictionaries.
#
#	See the 'man' page for 'dictionary' for information on
#	the format of the dictionary files.

#
#	Updates to NAS-Port-Type
#       This should really go in /usr/share/dictionary
VALUE   NAS-Port-Type                   FTTP                    26
VALUE   NAS-Port-Type                   Wireless-802.16         27
VALUE   NAS-Port-Type                   Wireless-802.20         28
VALUE   NAS-Port-Type                   Wireless-802.22         29
VALUE   NAS-Port-Type                   PPPoA                   30
VALUE   NAS-Port-Type                   PPPoEoA                 31
VALUE   NAS-Port-Type                   PPPoEoE                 32
VALUE   NAS-Port-Type                   PPPoEoVLAN              33
VALUE   NAS-Port-Type                   PPPoEoQinQ              34
VALUE   NAS-Port-Type                   xPON                    35
VALUE   NAS-Port-Type                   Wireless-XGP            36

#
#	If you want to add entries to the dictionary file,
#	which are NOT going to be placed in a RADIUS packet,
#	add them here.  The numbers you pick should be between
#	3000 and 4000.
#

# 	Long term would be better if this was integrated into the internal 
# 	RADIUS attributes and used in rlm_wimax to determine which keys need
# 	to be calculated in post-auth
ATTRIBUTE 	Local-WiMAX-Device	3000	integer

VALUE 	Local-WiMAX-Device	Unknown		0
VALUE 	Local-WiMAX-Device	ASN-GW		1
VALUE 	Local-WiMAX-Device	HA		2
VALUE	Local-WiMAX-Device	DHCP		3
