<div dir="ltr"><div>Hi,<br> <br>I am using FreeRadius 2.1.7-7.el5 on CentOS 5.6. <br>The RPM package is the one came with the CentOS system.<br> <br>I a trying to send in the Access-Accept the same attribute twice but with different values (for Wimax QoS descriptor).<br>
I am using the += operator but still, the reply message contains only the first parameter and the second is just ignored.<br> <br>I would appriciate some help....<br> <br>The attributes are:<br><font size="1" face="courier new,monospace">WiMAX-QoS-Id += 1, <br>
WiMAX-Schedule-Type += Best-Effort, <br>WiMAX-Traffic-Priority += 1, <br>WiMAX-Maximum-Sustained-Traffic-Rate += 2000000, <br>WiMAX-QoS-Id += 2, <br>WiMAX-Schedule-Type += Best-Effort, <br>WiMAX-Traffic-Priority += 1, <br>
WiMAX-Maximum-Sustained-Traffic-Rate += 2000000, <br></font></div>
<div>but I get only (from the Radius -X):<br><font size="1"><font face="courier new,monospace">WiMAX-QoS-Id = 1<br>WiMAX-Schedule-Type = Best-Effort<br>WiMAX-Traffic-Priority = 1<br>WiMAX-Maximum-Sustained-Traffic-Rate = 2000000</font><br>
</font> <br>Many Thanks,<br>Shai.</div></div>