home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / radius / dictionary.3gpp < prev    next >
Text File  |  2011-07-18  |  2KB  |  79 lines

  1. # -*- text -*-
  2. #
  3. #    3GPP stuff.
  4. #
  5. #    http://pda.etsi.org/exchangefolder/ts_129061v080300p.pdf
  6. #    ETSI TS 129 061 V8.3.0 (2009-06)
  7. #
  8. #       [wireshark] 2009-07-07:  Updated FreeRadius 2.1.6 dictionary.3gpp
  9. #                                 based upon the above specification.
  10. #
  11. #    $Id: dictionary.3gpp 29038 2009-07-09 15:59:02Z wmeier $
  12. #
  13. VENDOR        3GPP                10415
  14.  
  15. BEGIN-VENDOR    3GPP
  16.  
  17. #
  18. #    Most of the 'string' attributes are UTF-8 encoded text.
  19. #    Maybe we want a UTF-8 'type' in the server...
  20. #
  21. ATTRIBUTE    3GPP-IMSI                1    string
  22. ATTRIBUTE    3GPP-Charging-ID            2    integer
  23. ATTRIBUTE    3GPP-PDP-Type                3    integer
  24. ATTRIBUTE    3GPP-Charging-Gateway-Address        4    ipaddr
  25. ATTRIBUTE    3GPP-GPRS-Negotiated-QoS-profile    5    string
  26. ATTRIBUTE    3GPP-SGSN-Address            6    ipaddr
  27. ATTRIBUTE    3GPP-GGSN-Address            7    ipaddr
  28. ATTRIBUTE    3GPP-IMSI-MCC-MNC            8    string
  29. ATTRIBUTE    3GPP-GGSN-MCC-MNC            9    string
  30. ATTRIBUTE    3GPP-NSAPI                10    string
  31. ATTRIBUTE    3GPP-Session-Stop-Indicator        11    octets
  32. ATTRIBUTE    3GPP-Selection-Mode            12    string
  33. ATTRIBUTE    3GPP-Charging-Characteristics        13    string
  34. ATTRIBUTE    3GPP-Charging-Gateway-IPv6-Address    14    ipv6addr
  35. ATTRIBUTE    3GPP-SGSN-IPv6-Address            15    ipv6addr
  36. ATTRIBUTE    3GPP-GGSN-IPv6-Address            16    ipv6addr
  37.  
  38. #
  39. #    This attribute is really an array of IPv6 addresses.
  40. #    Why the heck couldn't they just send multiple attributes?
  41. #
  42. ATTRIBUTE    3GPP-IPv6-DNS-Servers            17    octets
  43.  
  44. ATTRIBUTE    3GPP-SGSN-MCC-MNC            18    string
  45. ATTRIBUTE    3GPP-Teardown-Indicator            19    octets
  46.  
  47. ATTRIBUTE    3GGP-IMEISV                20    octets
  48. ATTRIBUTE    3GPP-RAT-Type                21    integer
  49. ATTRIBUTE    3GPP-User-Location-Info            22    octets
  50. ATTRIBUTE    3GPP-MS-TimeZone            23    octets
  51. ATTRIBUTE    3GPP-Camel-Charging-Info        24    octets
  52. ATTRIBUTE    3GPP-Packet-Filter            25    octets
  53. ATTRIBUTE    3GPP-Negotiated-DSCP            26    integer
  54. ATTRIBUTE    3GPP-Allocate-IP-Type            27    integer
  55.  
  56. VALUE    3GPP-PDP-Type        IPv4        0
  57. VALUE    3GPP-PDP-Type        PPP        1
  58. VALUE    3GPP-PDP-Type        IPv6        2
  59. VALUE    3GPP-PDP-Type        IPv4v6        3
  60.  
  61. VALUE    3GPP-RAT-Type        Reserved    0
  62. VALUE    3GPP-RAT-Type        UTRAN        1
  63. VALUE    3GPP-RAT-Type        GERAN        2
  64. VALUE    3GPP-RAT-Type        WLAN        3
  65. VALUE    3GPP-RAT-Type        GAN        4
  66. VALUE    3GPP-RAT-Type        HSPA-Evolution    5
  67. VALUE    3GPP-RAT-Type        IEEE-802-16e    101
  68. VALUE    3GPP-RAT-Type        3GPP2-eHRPD    102
  69. VALUE    3GPP-RAT-Type        3GPP2-HRPD    103
  70. VALUE    3GPP-RAT-Type        3GPP2-1xRTT    104
  71. VALUE    3GPP-RAT-Type        3GPP-EPS    105
  72.  
  73. VALUE    3GPP-Allocate-IP-Type    Do-Not-Allocate-IPv4-IPv6    0
  74. VALUE    3GPP-Allocate-IP-Type    Allocate-IPv4            1
  75. VALUE    3GPP-Allocate-IP-Type    Allocate-IPv6-Prefix        2
  76. VALUE    3GPP-Allocate-IP-Type    Allocate-IPv4-IPv6-Prefix    3
  77.  
  78. END-VENDOR    3GPP
  79.