Skip to content
Success

Changes

Summary

  1. contrib: add a tool to parse the SIMA response from an eUICC (details)
  2. cosmetic: fix company name in copyright header. (details)
Commit dfe4d9c8ac9930a44c76ac2271845e16f6a48184 by laforge
contrib: add a tool to parse the SIMA response from an eUICC

When an eUICC performs a profile installation it returns a (concatenated)
series of ASN.1 encoded strings as "simaResponse". In case the profile
installation fails for some reason the simaResponse contains diagnostic
information to diagnose why the profile installation failed.

Unfortunately there are currently no practical tools available to decode
and display the information in the simaResponse. Let's add a tool for that.

Related SYS#7617

Change-Id: Ida4c3c5446653b283a3869c0c387f328ae51e55e
The file was addedcontrib/analyze_simaResponse.py
Commit 4c8a9478c2711c845b349859e21269a25e2f076a by laforge
cosmetic: fix company name in copyright header.

The correct abbreviated version of the company name is
"sysmocom - s.f.m.c. GmbH", i.e. lowercase and with dash.

Change-Id: Id768d2f4b78162ff83320a800e4e66f1bd324d6d
The file was modifiedtests/pySim-prog_test/pySim-prog_test.sh
The file was modifiedpySim/card_handler.py
The file was modifiedtests/pySim-trace_test/pySim-trace_test.sh
The file was modifiedpySim/log.py
The file was modifiedtests/unittests/test_log.py
The file was modifiedpySim/global_platform/install_param.py
The file was modifiedpySim/card_key_provider.py
The file was modifiedpySim/javacard.py
The file was modifiedpySim/profile.py