RE: Sub-TLV's

2011-01-18 Thread David Peterson
- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Monday, January 17, 2011 12:52 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Sub-TLV's David Peterson wrote: OK that makes sense. I am using the Master branch per the git instructions. Uh

Re: Sub-TLV's

2011-01-18 Thread Alan DeKok
David Peterson wrote: OK figured out the Stable thing and have it compiled and running. I like the changes in the dictionary.wimax file, but one question. How can I add the following: To: ATTRIBUTEWiMAX-Packet-Flow-Descriptor 28 tlv: (note that the numbering is per the previous

RE: Sub-TLV's

2011-01-17 Thread David Peterson
77 integer -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, January 14, 2011 5:43 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Sub-TLV's David Peterson wrote: Let me append

Re: Sub-TLV's

2011-01-17 Thread Alan DeKok
David Peterson wrote: Understood. Here is the dictionary I am working with: The changes start at line 168. Ah. Nested TLV's aren't supported in 2.1.x. Instead, see the git stable branch for massive changes to allow all of the WiMAX goodness. It has many updates to the dictionary parser,

RE: Sub-TLV's

2011-01-17 Thread David Peterson
Subject: Re: Sub-TLV's David Peterson wrote: Understood. Here is the dictionary I am working with: The changes start at line 168. Ah. Nested TLV's aren't supported in 2.1.x. Instead, see the git stable branch for massive changes to allow all of the WiMAX goodness. It has many updates

Re: Sub-TLV's

2011-01-17 Thread Alan DeKok
David Peterson wrote: OK that makes sense. I am using the Master branch per the git instructions. Uh... no. My email said the stable branch. I'll get around to fixing the web page and/or git in the next while. Alan DeKok. - List info/subscribe/unsubscribe? See

RE: Sub-TLV's

2011-01-14 Thread David Peterson
END-SUBTLV1 END-TLV1 David -Original Message- From: Ben Wiechman [mailto:wiechman.li...@gmail.com] Sent: Wednesday, January 12, 2011 9:13 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: RE: Sub-TLV's Yes. See /etc/raddb/dictionary There are useful

RE: Sub-TLV's

2011-01-14 Thread David Peterson
AM To: FreeRadius users mailing list Subject: RE: Sub-TLV's I have followed what looks to be the proper format, but I am getting an error: Errors reading dictionary: dict_init: /usr/local/share/freeradius/dictionary.wimax[209]: END-TLV WiMAX-Classifier does not match any previous BEGIN-TLV Which

Re: Sub-TLV's

2011-01-14 Thread Alan DeKok
David Peterson wrote: Let me append this (with corrected proper syntax), the issue is not one sub-tlv but one sub and one sub-sub-tlv ATTRIBUTE TLV-1 1 tlv BEGIN-TLV TLV-1 ATTRIBUTE SUBTLV1 1 tlv BEGIN-TLV SUBTLV1 ATTRIBUTE SUB-SUB-TLV 1 tlv BEGIN-TLV

RE: Sub-TLV's

2011-01-13 Thread David Peterson
[mailto:wiechman.li...@gmail.com] Sent: Wednesday, January 12, 2011 9:13 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: RE: Sub-TLV's Yes. See /etc/raddb/dictionary There are useful notes in your main dictionary file as well, in RHEL type distros as /usr/share/freeradius

Re: Sub-TLV's

2011-01-13 Thread Alan DeKok
David Peterson wrote: OK its becoming clearer. It appears as though the vendor slightly modified WiMAX NWG Stage 3 Rel.1.3.0. I see that the dictionary file is NWG_R1_V1.2.1-Stage-3.pdf. Is there a newer version with the Rel. 1.3.0 attributes? Sure, send a patch. I fail to understand

RE: Sub-TLV's

2011-01-12 Thread Ben Wiechman
+wiechman.lists=gmail@lists.freeradius.org [mailto:freeradius-users- bounces+wiechman.lists=gmail@lists.freeradius.org] On Behalf Of David Peterson Sent: Tuesday, January 11, 2011 10:19 AM To: FreeRadius users mailing list Subject: RE: Sub-TLV's Let's just say that it appears to be Vendor

Re: Sub-TLV's

2011-01-11 Thread Alan DeKok
David Peterson wrote: Is there support for Sub-TLV attributes currently Some. See dictionary.wimax and if so, can someone point me to documentation on how to format a reply for them? Just use the name, like any other attribute. Alan DeKok. - List info/subscribe/unsubscribe? See

RE: Sub-TLV's

2011-01-11 Thread David Peterson
, 2011 10:08 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Sub-TLV's David Peterson wrote: Is there support for Sub-TLV attributes currently Some. See dictionary.wimax and if so, can someone point me to documentation on how to format a reply for them

RE: Sub-TLV's

2011-01-11 Thread Ben Wiechman
@lists.freeradius.org [mailto:freeradius-users- bounces+wiechman.lists=gmail@lists.freeradius.org] On Behalf Of David Peterson Sent: Tuesday, January 11, 2011 9:26 AM To: 'FreeRadius users mailing list' Subject: RE: Sub-TLV's OK perhaps an example of what I need to reply might be in order. I

RE: Sub-TLV's

2011-01-11 Thread David Peterson
-WirelessConnections; FreeRadius users mailing list Subject: RE: Sub-TLV's Quick SQL dump: INSERT INTO `radgroupreply` (`id`, `groupname`, `attribute`, `op`, `value`) VALUES (208, 'WiMAX_Test3', 'WiMAX-QoS-Id', ':=', '101'), (209, 'WiMAX_Test3', 'WiMAX-Service-Class-Name', ':=', 'DATA'), (210

Re: Sub-TLV's

2011-01-11 Thread Alan DeKok
David Peterson wrote: Let's just say that it appears to be Vendor specific. Then go ask the vendor how to make their product work. As I can't release details, is required to be in a dictionary file in order to work properly? Uh... RADIUS depends on dictionaries. Alan DeKok. - List

RE: Sub-TLV's

2011-01-11 Thread Gary Gatten
snip Let's just say that it appears to be Vendor specific. As I can't release details, is required to be in a dictionary file in order to work properly? snip If you're concerned about disclosing some proprietary thing, you can obviously tweak the dictionaries, code, etc. as necessary to meet