mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-24 06:18:33 +03:00
cosmetic: fix cut and paste error in comment
Change-Id: I506585f8b300bb7a3e20edad7eca134374581d76
This commit is contained in:
@@ -533,7 +533,7 @@ class SysmoUSIMSJS1(Card):
|
|||||||
# set Ki in proprietary file
|
# set Ki in proprietary file
|
||||||
data, sw = self._scc.update_binary('00FF', p['ki'])
|
data, sw = self._scc.update_binary('00FF', p['ki'])
|
||||||
|
|
||||||
# set Ki in proprietary file
|
# set OPc in proprietary file
|
||||||
content = "01" + p['opc']
|
content = "01" + p['opc']
|
||||||
data, sw = self._scc.update_binary('00F7', content)
|
data, sw = self._scc.update_binary('00F7', content)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user