mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-24 14:28:32 +03:00
cards: all UICC should use sel_ctrl="0400" and SIM "0000"
Hence move this from the derived classes into the respective base classes SimCardBase and UiccCardBase Change-Id: Iad197c2b560c5ea05c54a122144361de5742aafd
This commit is contained in:
@@ -893,7 +893,6 @@ class SysmoUSIMSJS1(UsimCard):
|
||||
|
||||
def __init__(self, ssc):
|
||||
super(SysmoUSIMSJS1, self).__init__(ssc)
|
||||
self._scc.sel_ctrl = "0004" # request an FCP
|
||||
|
||||
@classmethod
|
||||
def autodetect(kls, scc):
|
||||
@@ -1205,7 +1204,6 @@ class WavemobileSim(UsimCard):
|
||||
def __init__(self, ssc):
|
||||
super(WavemobileSim, self).__init__(ssc)
|
||||
self._adm_chv_num = 0x0A
|
||||
self._scc.sel_ctrl = "0004" # request an FCP
|
||||
|
||||
@classmethod
|
||||
def autodetect(kls, scc):
|
||||
@@ -1297,10 +1295,6 @@ class SysmoISIMSJA2(UsimCard, IsimCard):
|
||||
|
||||
name = 'sysmoISIM-SJA2'
|
||||
|
||||
def __init__(self, ssc):
|
||||
super(SysmoISIMSJA2, self).__init__(ssc)
|
||||
self._scc.sel_ctrl = "0004" # request an FCP
|
||||
|
||||
@classmethod
|
||||
def autodetect(kls, scc):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user