fix wrong assertion. Found by PVS-Studio
[freeradius.git] / share / dictionary.wispr
1 # -*- text -*-
2 # Copyright (C) 2015 The FreeRADIUS Server project and contributors
3 #
4 # dictionary.wispr
5 #
6 #       VSAs originally by
7 #       "James Underwood" <underwood@comcast.net>
8 #
9 # Version:    $Id$
10 #
11 #       For documentation on WISPr RADIUS attributes, see:
12 #
13 #       Wi-Fi Alliance - Wireless ISP Roaming - Best Current Practices v1,
14 #       Feb 2003, p 14
15 #
16 #       http://www.weca.net/OpenSection/downloads/WISPr_V1.0.pdf
17
18 VENDOR          WISPr                           14122
19
20 #
21 #    Standard attribute
22 #
23 BEGIN-VENDOR    WISPr
24
25 ATTRIBUTE       WISPr-Location-ID                       1       string
26 ATTRIBUTE       WISPr-Location-Name                     2       string
27 ATTRIBUTE       WISPr-Logoff-URL                        3       string
28 ATTRIBUTE       WISPr-Redirection-URL                   4       string
29 ATTRIBUTE       WISPr-Bandwidth-Min-Up                  5       integer
30 ATTRIBUTE       WISPr-Bandwidth-Min-Down                6       integer
31 ATTRIBUTE       WISPr-Bandwidth-Max-Up                  7       integer
32 ATTRIBUTE       WISPr-Bandwidth-Max-Down                8       integer
33 ATTRIBUTE       WISPr-Session-Terminate-Time            9       string
34 ATTRIBUTE       WISPr-Session-Terminate-End-Of-Day      10      string
35 ATTRIBUTE       WISPr-Billing-Class-Of-Service          11      string
36
37 END-VENDOR      WISPr