This clause handles requests from a WiMAX system. It handles,
authentication, accounting and DHCP server key distribution. It acts as a
Home AAA (HAAA) as per WiMAX End-to-End Network Systems Architecture Stage
2-3 Release 1.1.0 and NWG_R1.1.0-Stage-3.pdf. Answers requests from NAS,
HA and DHCP servers.
AuthBy WIMAX requires an SQL database to hold user details (including
password), and to cache various keys. WiMAX users must be added to the SQL
database before they can be authenticated.
Several types of reply attribute are handled specially by AuthBy WIMAX.
If the attribute is present in a reply (perhaps from a user's reply
attributes or profile), they will be converted from text format to the
binary format required by WiMAX devices.
- WiMAX-Packet-Flow-Descriptor
A WiMAX packet flow descriptor.
Example:
Packet-Data-Flow-ID=01,Service-Data-Flow-ID=1,Direction=Bi-
Directional,Transport-Type=IPv4-CS,Activation-Trigger="Activate",
Uplink-QoS-ID=1,Downlink-QoS-ID=2
- WiMAX-QoS-Descriptor
A WiMAX QOS descriptor.
Example:
QoS-ID=1,Media-Flow-Type=Robust-Browser,Schedule-Type=BESTEFFORT,
Traffic-Priority=0,Maximum-Sustained-Traffic-Rate=128000
Sample configuration file, including explanation of supported
parameters is available in goodies/wimax.cfg
. Sample
database schema appears in goodies/wimax.sql
in your
Radiator distribution.