diff options
Diffstat (limited to 'share/dictionary.telrad')
-rw-r--r-- | share/dictionary.telrad | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/share/dictionary.telrad b/share/dictionary.telrad new file mode 100644 index 0000000..5056f22 --- /dev/null +++ b/share/dictionary.telrad @@ -0,0 +1,23 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +############################################################################## +# +# If the WiMAX format isn't crazy enough, why not have other vendors +# do the same thing? +# +VENDOR Telrad 5323 format=1,1,c + +BEGIN-VENDOR Telrad + +ATTRIBUTE Telrad-TSDF-Table 1 tlv +ATTRIBUTE Telrad-Item-Identity 1.1 byte +ATTRIBUTE Telrad-Reference-VPWS-PDN-Name 1.2 octets +ATTRIBUTE Telrad-TSDF-Parameters 1.3 tlv +ATTRIBUTE Telrad-C-VLAN-ID 1.3.1 integer +ATTRIBUTE Telrad-C-VLAN-ID-Retag 1.3.2 integer +ATTRIBUTE Telrad-S-VLAN-ID 1.3.3 integer +ATTRIBUTE Telrad-Reference-QOS-Profile-Name 1.3.4 string + +END-VENDOR Telrad |