Skip to content
Success

Changes

Summary

  1. pySim.esim.es8p: Support non-operational ProfileMetadata (details)
  2. contrib: Add a small command line script to generate (details)
Commit 52df66cd56e0823564cbc84831663b75078ac8a1 by laforge
pySim.esim.es8p: Support non-operational ProfileMetadata

If no profileClass is given, ProfileMetadata defaults to operational.
Let's add the capability to also generate metadata for test or provisioning profiles.

Change-Id: Id55537ed03e2690c1fc9545bb3c49cfc76d8e331
The file was modifiedpySim/esim/es8p.py
Commit fb20b7bc58b17ed4fff09e23e1ef357a56ba3bbf by laforge
contrib: Add a small command line script to generate StoreMetadataRequest

It's occasionally useful to be able to manually generate a
SGP.22 StoreMetadataRequest (tag BF25), so let's add a small utility
program doing exactly that.

Change-Id: I56ebd040f09dcd167b0b22148c2f1af56240b3b5
The file was addedcontrib/esim_gen_metadata.py