3GPP data in mysql radacct table

Matthew Newton mcn4 at leicester.ac.uk
Mon May 23 11:50:25 CEST 2016


On Sun, May 22, 2016 at 11:22:46PM +0300, liran kessel wrote:
> Here you go, but for some reason I don’t see the whole update command.

You missed all the detail from the top, so I don't know what
version you're running, but tested and it works fine on latest
3.0.

You'll need to update to use Tmp-Integer64-1. The number is too
big for 32 bits.

This works here:

        update request {
                Tmp-Integer64-1 := &3GPP-Location-Info
        }

        sql

which, using your supplied packet, results in the db containing:

sqlite> select test from radacct;
10402618446946336
sqlite> 

Matthew


-- 
Matthew Newton, Ph.D. <mcn4 at le.ac.uk>

Systems Specialist, Infrastructure Services,
I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom

For IT help contact helpdesk extn. 2253, <ithelp at le.ac.uk>


More information about the Freeradius-Users mailing list