aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-09-12 06:10:53 +0000
committerAnders Broman <a.broman58@gmail.com>2018-09-24 04:10:28 +0000
commitc6f44eb342308afb84aed392b6954d8fe1ef4654 (patch)
tree9ee0952842ecc9fee50775bb0cc2c0132b2329d1 /radius
parent5ec8ac1398745ee1e899f4ff6ebe9aa065a3b875 (diff)
radius(verizon): sync with FreeRADIUS
commit d3ea6dd565a1836314814d258efc19054d3e6a45 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Sep 10 13:43:24 2018 -0400 added verizon dictionary Change-Id: I162aa1d08845fc39b068ef2a49c582ce0e29fee3 Reviewed-on: https://code.wireshark.org/review/29627 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary1
-rw-r--r--radius/dictionary.verizon24
2 files changed, 25 insertions, 0 deletions
diff --git a/radius/dictionary b/radius/dictionary
index b742cbc0f3..034fb6d6c8 100644
--- a/radius/dictionary
+++ b/radius/dictionary
@@ -282,6 +282,7 @@ $INCLUDE dictionary.usr
$INCLUDE dictionary.utstarcom
$INCLUDE dictionary.valemount
$INCLUDE dictionary.versanet
+$INCLUDE dictionary.verizon
###$INCLUDE dictionary.vqp
$INCLUDE dictionary.waverider
$INCLUDE dictionary.walabi
diff --git a/radius/dictionary.verizon b/radius/dictionary.verizon
new file mode 100644
index 0000000000..0d45418291
--- /dev/null
+++ b/radius/dictionary.verizon
@@ -0,0 +1,24 @@
+# -*- text -*-
+# Copyright (C) 2018 The FreeRADIUS Server project and contributors
+##############################################################################
+#
+# Verizon RADIUS Dictionary for Diameter Rf
+#
+##############################################################################
+
+VENDOR VerizonWireless 12951
+
+BEGIN-VENDOR VerizonWireless
+
+ATTRIBUTE Acct-Interim-Record-Number 200 integer
+ATTRIBUTE UE-Info-Type 201 integer
+ATTRIBUTE UE-Info-Value 202 string
+ATTRIBUTE Dynamic-Address-Flag 203 integer
+ATTRIBUTE Local-Seq-Number 204 integer
+ATTRIBUTE Time-First-Usage 205 date
+ATTRIBUTE Time-Last-Usage 206 date
+ATTRIBUTE Charging-Group-ID 207 string
+ATTRIBUTE Service-Data-Container-Bin 210 octets
+ATTRIBUTE Service-Data-Container 211 tlv
+
+END-VENDOR VerizonWireless