Skip to content
Success

Changes

Summary

  1. pySim/profile: Change match_with_profile from static to class method (details)
  2. pySim.profile: Further refactor card <-> profile matching (details)
  3. pySim-shell: Detect different eUICC types and print during start-up (details)
  4. docs: remove traces of modules migrated to pyosmocom (details)
  5. docs: Bring osmo-smdpp documentation up to date with code (details)
Commit 5f2dfc28ff45d979d37d9f799ed2dc526c929f14 by laforge
pySim/profile: Change match_with_profile from static to class method

This was suggested by vyanitskiy during gerrit patch review in
https://gerrit.osmocom.org/c/pysim/+/38049 in order to make the
upcoming eUICC CardProfiles simpler.

Change-Id: Ia7c049b31cb1c5c5bb682406d9dd7a73bcd43185
The file was modifiedpySim/cdma_ruim.py
The file was modifiedpySim/ts_102_221.py
The file was modifiedpySim/ts_51_011.py
The file was modifiedpySim/profile.py
Commit 72186cce84720ed4eee7f0d719a7c6ce91546644 by laforge
pySim.profile: Further refactor card <-> profile matching

The new architecture avoids sim/ruim/uicc specific methods in
pySim.profile and instead moves the profile-specific code into the
profile; it also solves everything within the class hierarchy, no need
for global methods.

Change-Id: I3b6c44d2f5cce2513c3ec8a3ce939a242f3e4901
The file was modifiedpySim/ts_102_221.py
The file was modifiedpySim/ts_51_011.py
The file was modifiedpySim/profile.py
The file was modifiedpySim/cdma_ruim.py
Commit 84857accf3caa50dcc6f793d07aec7044c031ad1 by laforge
pySim-shell: Detect different eUICC types and print during start-up

Change-Id: I54ea4ce663693f3951040dcc8a16bf532bf99c02
The file was modifiedpySim/ts_51_011.py
The file was modifiedpySim/cdma_ruim.py
The file was modifiedpySim/euicc.py
The file was modifiedpySim/ts_102_221.py
Commit 8e42a12048ce0b4dd3e5411887b4e1ce1f0e9f40 by laforge
docs: remove traces of modules migrated to pyosmocom

Change-Id: I2ebb17f9781c90a81e9e554bddd7a851ef51c82a
The file was modifieddocs/library.rst
Commit ad3d73e734e49a2d02bdb8220dfb7b6d86238b0d by laforge
docs: Bring osmo-smdpp documentation up to date with code

Change-Id: Ibaab1fadd5d35ecdb356bed1820074b1b0a1752e
Closes: OS#6418
The file was modifieddocs/osmo-smdpp.rst