Skip to content
Failed

Changes

Summary

  1. personalization: add param_source.py, implement batch personalization (details)
Commit bf7bcd86cc8e6714bbe7f4cfe1c08130652145bc by Neels Hofmeyr
personalization: add param_source.py, implement batch personalization

Implement pySim.esim.saip.personalization.BatchPersonalization,
generating N eSIM profiles from a preset configuration.

Batch parameters can be fed by a constant, incrementing, random or from
CSV rows: add pySim.esim.saip.param_source.* classes to feed such input
to each of the BatchPersonalization's ConfigurableParameter instances.

Related: SYS#6768
Change-Id: I497c60c101ea0eea980e8b1a4b1f36c0eda39002
The file was modifiedpySim/esim/saip/personalization.py
The file was addedpySim/esim/saip/param_source.py