ts_31_102, ts_31_103: Move legacy-only code to pySim.legacy

Change-Id: Ifebfbbc00ef0d01cafd6f058a32d243d3696e97e
This commit is contained in:
Harald Welte
2023-07-09 22:19:49 +02:00
parent 57ad38e661
commit b314b9be34
6 changed files with 184 additions and 137 deletions

View File

@@ -14,10 +14,10 @@ from pySim.utils import is_hex, h2b, b2h, h2s, s2h, lpad, rpad
from pySim.legacy.utils import enc_ePDGSelection, format_xplmn_w_act, format_xplmn, dec_st, enc_st
from pySim.legacy.utils import format_ePDGSelection
from pySim.legacy.ts_51_011 import EF, DF
from pySim.legacy.ts_31_102 import EF_USIM_ADF_map
from pySim.legacy.ts_31_103 import EF_ISIM_ADF_map
from pySim.ts_51_011 import EF_AD, EF_SPN
from pySim.ts_31_102 import EF_USIM_ADF_map
from pySim.ts_31_103 import EF_ISIM_ADF_map
def format_addr(addr: str, addr_type: str) -> str:
"""