Skip to content
Success

Changes

Summary

  1. utils: move enc_msisdn and dec_msisdn to legacy/utils.py (details)
Commit c18bc13f5bd229e291f741503d4d169bc6190fb7 by pmaier@sysmocom.de
utils: move enc_msisdn and dec_msisdn to legacy/utils.py

We now have a construct based encoder/decoder for the record content
of EF.MSISDN. This means that we do not need the functions enc_msisdn
and dec_msisdn in the non-legacy code anymore. We can now move both
to legacy/utils.py.

Related: OS#5714
Change-Id: I19ec8ba14551ec282fc0cc12ae2f6d528bdfc527
The file was modifiedpySim-read.py
The file was modifiedpySim/legacy/utils.py
The file was modifiedpySim/utils.py
The file was modifiedtests/unittests/test_utils.py
The file was modifiedpySim/legacy/cards.py