summaryrefslogtreecommitdiffstats
path: root/osmo-gsup-hlr/src/hlr.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-21remove osmo-gsup-hlrHEADmasterHarald Welte1-564/+0
remove osmo-gsup-hlr, which was moving to its own osmo-hlr.git on November 11, 2016.
2016-07-01Add hardcoded APNMax1-1/+10
Add APN '*' to PDP info part of GSUP response to make SGSN 'auth-policy remote' testing easier.
2016-06-10fix authentication re-sync (pass RAND+AUTS along)Harald Welte1-1/+1
2016-05-05LU: remote oudated FIXME commentsHarald Welte1-2/+0
2016-05-05LU: correctly determine and use is_psHarald Welte1-3/+2
Don't use a local uninitialized variable but the luop->is_ps instead.
2016-05-05implement PURGE-MS from VLR/SGSN to HLRHarald Welte1-0/+40
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-05some more comment / todo updatesHarald Welte1-0/+5
2016-05-05State number of auth vectors in SAI responseHarald Welte1-1/+3
2016-05-05AUC: Differentiate between actual error and unknown IMSIHarald Welte1-1/+5
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-03add copyright statements to all filesHarald Welte1-0/+19
2016-05-03Major update; Code now supports SAI, LU and ISD transactionsHarald Welte1-3/+354
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-04-28ensure we release memory for all received msgb.Harald Welte1-0/+1
2016-04-28hlr: install signal handlers for SIGINT/USR1/HUPHarald Welte1-1/+28
2016-04-28initial import of osmo-gsup-hlr code so farHarald Welte1-0/+109