Skip to content
Success

Changes

Summary

  1. contrib: add a tool to parse the SIMA response from an eUICC (details)
Commit 63159054b9563e8414188052dc639b0f2b37358d 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/analyze_simaResponse.py