Skip to content
Success

Changes

Summary

  1. card_key_provider: add PostgreSQL support (details)
Commit d399c6384fdd0aa4e48a6d5e3169b4e505f9f846 by pmaier@sysmocom.de
card_key_provider: add PostgreSQL support

The Card Key Provider currently only has support for CSV files
as input. Unfortunately using CSV files does not scale very well
when the card inventory is very large and continously updated.
In this case a centralized storage in the form of a database
is the more suitable approach.

This patch adds a PostgreSQL support next to the existing CSV
file support. It also adds an importer tool to import existing
CSV files into the database.

Change-Id: Icba625c02a60d7e1f519b506a46bda5ded0537d3
Related: SYS#7725
The file was modifiedREADME.md
The file was addedcontrib/csv-to-pgsql.py
The file was modifieddocs/card-key-provider.rst
The file was modifiedpySim/card_key_provider.py
The file was modifiedpySim-shell.py
The file was modifiedrequirements.txt
The file was modifiedsetup.py