9
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Harald Welte 7fc5dcc49f move README of old CSV based AUC to 'src' 2016-04-28 21:16:30 +02:00
Harald Welte c5097633d0 CSV: store file offset of SQN so we can update it efficiently later
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-16 09:18:53 +02:00
Harald Welte a4656d703d add actual MAP component decoding and encoding (auc_map.c)
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-15 21:53:10 +02:00
Harald Welte fe0cb4bc58 egen_auc_txt.pl: Add a two-line description of what it is 2012-09-14 22:11:18 +02:00
Harald Welte 18a74f3e38 dynamically allocate hash table buckets based on init() call
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-14 22:09:42 +02:00
Harald Welte bfe531b549 initial import of a minimalistic AUC (authentication center) core 2012-09-14 11:11:42 +02:00