laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/33696 
)

 (

3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )Change subject: cards: cosmetic rename, argument name should be scc, not ssc
......................................................................

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

ssc = SimCardCommands

Change-Id: I9d690a0a5b9b49ea342728a29b7d4ed10ac31e4e
---
M pySim/cards.py
1 file changed, 13 insertions(+), 2 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified




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 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

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/33696
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I9d690a0a5b9b49ea342728a29b7d4ed10ac31e4e
Gerrit-Change-Number: 33696
Gerrit-PatchSet: 5
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to