aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/cards.py
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-07-10 22:23:07 +0200
committerHarald Welte <laforge@osmocom.org>2023-07-12 22:05:14 +0200
commit775ab01a2b20fd797460b4358347fd90252785bd (patch)
treea66a61672cb88d62537c0bc26a0a7ba3ad72d2aa /pySim/cards.py
parent172c28eba812f62cfff5c168f438a7cfd45308c0 (diff)
cards: cosmetic rename, argument name should be scc, not ssc
ssc = SimCardCommands Change-Id: I9d690a0a5b9b49ea342728a29b7d4ed10ac31e4e
Diffstat (limited to 'pySim/cards.py')
-rw-r--r--pySim/cards.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pySim/cards.py b/pySim/cards.py
index d720413..772ea52 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -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