[PATCH] pysim[master]: Fix comment: Ki -> OPC

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Alexander Chemeris gerrit-no-reply at lists.osmocom.org
Wed Jan 10 05:05:13 UTC 2018


Review at  https://gerrit.osmocom.org/5713

Fix comment: Ki -> OPC

Change-Id: I566cf7bc658c730b4381c0f145bfc4f805cca42a
---
M pySim-prog.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/13/5713/1

diff --git a/pySim-prog.py b/pySim-prog.py
index 3df18ba..728949e 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -367,7 +367,7 @@
 	else:
 		ki = ''.join(['%02x' % random.randrange(0,256) for i in range(16)])
 
-	# Ki (random)
+	# OPC (random)
 	if opts.opc is not None:
 		opc = opts.opc
 		if not re.match('^[0-9a-fA-F]{32}$', opc):

-- 
To view, visit https://gerrit.osmocom.org/5713
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I566cf7bc658c730b4381c0f145bfc4f805cca42a
Gerrit-PatchSet: 1
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Owner: Alexander Chemeris <Alexander.Chemeris at gmail.com>



More information about the gerrit-log mailing list