James T. Mugauri wrote:
I am running 2.1.12 in an attempt to auth Wimax users. However I am having difficulty defining TLVs for WiMAX-QoS-Descriptor and associated WiMAX-Packet-Flow-Descriptor
You just add the attributes, and the server will take care of encapsulating them in TLVs.
This did not work, as the greenpacket SM keeps on trying to connect as if it is not authenticated, despite the following attributes being returned in the Access-Accept packet:
As always, if the server sends an Access-Accept... blame the NAS. The NAS is ignoring the server's response. Find out why.
I thought i would add an attribute pair to be explicit that I am defining TLVs, by inserting the following rows in the database (at the appropriate rows by id): ('WiMAX_Test3', 'WiMAX-QoS-Descriptor', '=', '...'), ('WiMAX_Test3', 'WiMAX-Packet-Flow-Descriptor', '=', '...'),
Nothing in the documentation or examples says that will work. Alan DeKok.