Skip to content

Changes

Started 8 hr 32 min ago
Queued 9 sec
Took 13 min on built-in

Summary

  1. pySim.esim.saip: Implement optimized file content encoding (details)
  2. pySim.esim.saip: Don't try to generate file contents for MF/DF/ADF (details)
Commit d8c45dc07eda3e335826b5dc0dab5b2d17c7b55a by laforge
pySim.esim.saip: Implement optimized file content encoding

Make sure we make use of the fill pattern when encoding file contents:
Only encode the differences to the fill pattern of the file, in order
to reduce the profile download size.

Change-Id: I61e4a5e04beba5c9092979fc546292d5ef3d7aad
The file was modifiedtests/unittests/test_esim_saip.py
The file was modifiedpySim/esim/saip/__init__.py
Commit 167d6aca365b64c84b2485a70cb43bbf3a4e4f2d by laforge
pySim.esim.saip: Don't try to generate file contents for MF/DF/ADF

only EFs have data content

Change-Id: I02a54a3b2f73a0e9118db87f8b514d1dbf53971f
The file was modifiedpySim/esim/saip/__init__.py