aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Move lu_operation into separate fileMax1-258/+12
2017-02-16Use strings for GSUP message typeMax1-4/+5
2017-02-13Move GSUP msg init into separate functionMax1-12/+15
2017-02-13Log error cause as a stringMax1-2/+3
2017-02-01main: add VTY and '-c config-file' optionNeels Hofmeyr1-1/+41
2017-02-01main: add option parsing with db file and default optionsNeels Hofmeyr1-2/+89
2017-02-01main: add and use root talloc ctxNeels Hofmeyr1-4/+7
2016-12-21gsup: send subscriber MSISDNNeels Hofmeyr1-1/+15
2016-12-21Add hardcoded APNMax1-1/+14
2016-12-11fix various compiler warningsNeels Hofmeyr1-1/+1
2016-12-11fix build on FreeBSD: eliminate implicitly declared functionsNeels Hofmeyr1-0/+2
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
2016-05-05implement PURGE-MS from VLR/SGSN to HLRHarald Welte1-0/+40
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
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
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