9
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Max 50d7a8ef60 Add hardcoded APN
Add APN '*' to PDP info part of GSUP response to make SGSN 'auth-policy
remote' testing easier.
2016-07-01 15:19:23 +02:00
Harald Welte 1e5454467e fix authentication re-sync (pass RAND+AUTS along) 2016-06-10 17:34:02 +02:00
Harald Welte 09ccb6308e LU: remote oudated FIXME comments 2016-05-05 21:05:17 +02:00
Harald Welte 590eb20620 LU: correctly determine and use is_ps
Don't use a local uninitialized variable but the luop->is_ps instead.
2016-05-05 21:04:11 +02:00
Harald Welte 82a583b6ba implement PURGE-MS from VLR/SGSN to HLR
Using this procedure, the VLR/SGSN can set the cs/ps purged
flag for the subscriber.  We might not even need to store this
persistent in the database according to spec, but let's do it anyway, at
least until it turns out to be a performance issue.
2016-05-05 21:03:03 +02:00
Harald Welte 17cbcb733b some more comment / todo updates 2016-05-05 18:24:15 +02:00
Harald Welte 9239c1a615 State number of auth vectors in SAI response 2016-05-05 16:50:39 +02:00
Harald Welte 06db912aaa AUC: Differentiate between actual error and unknown IMSI
When responding to a SendAuthInfo.req, we need to differentiate
an error case caused by an unknown IMSI, or an error caused by
an error regarding accessing the database or data integrity.
2016-05-05 16:38:14 +02:00
Harald Welte 7df17ce67e add copyright statements to all files 2016-05-03 18:51:18 +02:00
Harald Welte 3596f92fad Major update; Code now supports SAI, LU and ISD transactions
We also introduce a 'gsup_router' which enables us to route
a transaction to a given VLR.  It works based on the SERIAL attribute
communicated at time of the IPA multiplex setup as part of the CCM
sub-protocol.
2016-05-03 18:49:27 +02:00
Harald Welte 19c8c2c9b1 ensure we release memory for all received msgb. 2016-04-28 12:48:39 +02:00
Harald Welte b36b99b96e hlr: install signal handlers for SIGINT/USR1/HUP 2016-04-28 12:48:14 +02:00
Harald Welte 7e90016009 initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00