add contrib/saip-tool.py

This is a tool to work with eSIM profiles in SAIP format.  It allows
to dump the contents, run constraint checkers as well as splitting
of the PE-Sequence into the individual PEs.

Change-Id: I396bcd594e0628dfc26bd90233317a77e2f91b20
This commit is contained in:
Harald Welte
2024-06-03 16:46:08 +02:00
parent a5634c248b
commit 3b4a673de4
3 changed files with 236 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ case "$JOB_TYPE" in
--enable W0301 \
pySim tests/*.py *.py \
contrib/es2p_client.py \
contrib/es9p_client.py
contrib/es9p_client.py \
contrib/saip-tool.py
;;
"docs")
rm -rf docs/_build