Skip to content

Changes

Started by upstream project gerrit-pysim #2820
Started 8 hr 52 min ago
Queued 13 sec

Summary

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

Implement pySim.esim.saip.batch.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

rather move BatchPersonalization to separate module

Change-Id: I01ae40a06605eb205bfb409189fcd2b3a128855a
The file was addedpySim/esim/saip/param_source.py
The file was modifiedpySim/esim/saip/personalization.py
The file was addedpySim/esim/saip/batch.py