~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to share/dictionary.nokia

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
1
2
#
2
3
#       Nokia dictionary
3
 
#       $Id: dictionary.nokia,v 1.1 2003/03/26 19:46:11 aland Exp $
 
4
#       $Id: dictionary.nokia,v 1.1.6.1 2005/11/30 22:17:27 aland Exp $
4
5
#
 
6
VENDOR          Nokia                           94
 
7
 
 
8
BEGIN-VENDOR    Nokia
 
9
 
 
10
ATTRIBUTE       Nokia-User-Profile                      2       string
 
11
ATTRIBUTE       Nokia-Service-Name                      3       octets  # magic format
 
12
ATTRIBUTE       Nokia-Service-Id                        4       octets  # magic format
 
13
ATTRIBUTE       Nokia-Service-Username                  5       octets  # magic format
 
14
ATTRIBUTE       Nokia-Service-Password                  6       octets  # magic format
 
15
ATTRIBUTE       Nokia-Service-Primary-Indicator         7       octets
 
16
ATTRIBUTE       Nokia-Service-Charging-Type             8       octets # magic format
 
17
ATTRIBUTE       Nokia-Service-Encrypted-Password        9       octets # magic format
 
18
ATTRIBUTE       Nokia-Session-Access-Method             10      octets
 
19
ATTRIBUTE       Nokia-Session-Charging-Type             11      octets
 
20
 
 
21
END-VENDOR      Nokia
 
22
 
5
23
#       Enable by putting the line "$INCLUDE dictionary.nokia" into
6
24
#       the main dictionary file. Don't forget to comment out the
7
25
#       $INCLUDE dictionary.ascend, because these over-lap with the
13
31
#
14
32
 
15
33
#
16
 
#       The format of this attribute is binary coded decimal (BCD)
 
34
#       The format of these attributes is binary coded decimal (BCD)
17
35
#       with the last four bits all set to 1 if there are an odd
18
36
#       number of digits,
19
37
#
21
39
#
22
40
#       This is an incredibly stupid way of encoding the data.
23
41
#
24
 
ATTRIBUTE       Nokia-IMSI                      224     octets
25
 
ATTRIBUTE       Nokia-Charging-Id               225     integer
26
 
ATTRIBUTE       Nokia-Prepaid-Ind               226     integer
27
 
ATTRIBUTE       Nokia-GGSN-IP-Address           227     ipaddr
28
 
ATTRIBUTE       Nokia-SGSN-IP-Address           228     ipaddr
 
42
ATTRIBUTE       Nokia-Primary-DNS-Server                135     ipaddr
 
43
ATTRIBUTE       Nokia-Secondary-DNS-Server              135     ipaddr
 
44
ATTRIBUTE       Nokia-IMSI                              224     octets
 
45
ATTRIBUTE       Nokia-Charging-Id                       225     integer
 
46
ATTRIBUTE       Nokia-Prepaid-Ind                       226     integer
 
47
ATTRIBUTE       Nokia-GGSN-IP-Address                   227     ipaddr
 
48
ATTRIBUTE       Nokia-SGSN-IP-Address                   228     ipaddr
 
49