Skip to content
Success

Changes

Summary

  1. contrib: add a tool to parse the SIMA response from an eUICC (details)
Commit c2f06701c689dc7a36a308bd6147bf3dc83c819c by pmaier@sysmocom.de
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/sima-response-tool.py