summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-04-28move README of old CSV based AUC to 'src'Harald Welte1-0/+18
2012-09-16CSV: store file offset of SQN so we can update it efficiently laterHarald Welte3-4/+15
This requires that the SQN field is large enough (8 decimal digits), in order to do in-place changes to the field in the CSV.
2012-09-15add actual MAP component decoding and encoding (auc_map.c)Harald Welte2-3/+258
The code has not been properly integrated yet. This patch simply adds the required functionality but doesn't use it in any way yet. We now depend on libosmo-asn1-map and libans1c.
2012-09-14egen_auc_txt.pl: Add a two-line description of what it isHarald Welte1-0/+3
2012-09-14dynamically allocate hash table buckets based on init() callHarald Welte3-7/+16
we probably should move to a more tree-like data structure than a hash table. But well, lookup is not the most computationally expensive part compared to the cryptographic operations.
2012-09-14initial import of a minimalistic AUC (authentication center) coreHarald Welte7-0/+533