Hello Everyone,
Just wanting to find out the reasoning behind this:
22 # $Id: AuthWIMAX.pm,v 1.21 2012/12/13 20:19:47 mikem Exp $
.
200 my $bsid = $p->get_attr('WiMAX-BS-ID');
201 ($napid, $bsid) = unpack('a3 a3', $bsid)
202 if (defined $bsid);
The reason is we are seeing WiMAX-BS-ID come in like this
WiMAX-BS-ID = 0000000XX0000XX001
(Removed the identifying parts)
The AuthWimax Code then inserts irt into the device_session table as:
bsid: 000
Any help would be greatly appreciated.
Thanks
Adam
_______________________________________________
radiator mailing list
[email protected]
http://www.open.com.au/mailman/listinfo/radiator