cards: cosmetic rename, argument name should be scc, not ssc

ssc = SimCardCommands

Change-Id: I9d690a0a5b9b49ea342728a29b7d4ed10ac31e4e
This commit is contained in:
Harald Welte
2023-07-10 22:23:07 +02:00
parent 172c28eba8
commit 775ab01a2b

View File

@@ -95,8 +95,8 @@ class SimCardBase(CardBase):
class UiccCardBase(SimCardBase):
name = 'UICC'
def __init__(self, ssc: LinkBase):
super(UiccCardBase, self).__init__(ssc)
def __init__(self, scc: LinkBase):
super(UiccCardBase, self).__init__(scc)
self._scc.cla_byte = "00"
# See also: ETSI TS 102 221, Table 9.3
self._adm_chv_num = 0xA0