Thomas Fagart wrote:
I've notice using Wireshark that Freeradius will "break" the TLV Attribut into two attributes parts.
This is likely because you are listing the attributes out of order. See dictionary.wimax, and ensure that the attributes are listed in numerical order.
I've read the documentation contains in dictionary.wimax at the beginning, I've the feeling that this might be related, but I don't understand it properly. (there's a part where it talks about size limitation ?)
Do you have a specific question?
So here are my questions
1. Is there a way to have it in one part ?
Yes. Read dictionary.wimax, and list the attributes in numerical order.
2. Is there's a way to specify the main attribute directly (instead of specifying each subattribute
Something like this
WiMAX-Packet-Flow-Descriptor=0x000104000102040001040303060301050304070301080302
That should work, too. Alan DeKok.