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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sim-auth/+/20900 )
Change subject: osmo-sim-auth.py:45:9: E113 unexpected indentation
......................................................................
osmo-sim-auth.py:45:9: E113 unexpected indentation
Change-Id: I0d7d34ea03f267bafc0da173c48440626e03d58b
---
M osmo-sim-auth.py
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
laforge: Looks good to me, approved; Verified
diff --git a/osmo-sim-auth.py b/osmo-sim-auth.py
index 939dd40..30cf2dc 100755
--- a/osmo-sim-auth.py
+++ b/osmo-sim-auth.py
@@ -42,9 +42,9 @@
print("\nUMTS Authentication")
ret = u.authenticate(rand_bin, autn_bin, ctx='3G')
- if ret == None:
- print("UMTS Authentication failed")
- exit(1)
+ if ret == None:
+ print("UMTS Authentication failed")
+ exit(1)
if len(ret) == 1:
print("AUTS:\t%s" % b2a_hex(byteToString(ret[0])))
else:
--
To view, visit https://gerrit.osmocom.org/c/osmo-sim-auth/+/20900
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sim-auth
Gerrit-Branch: master
Gerrit-Change-Id: I0d7d34ea03f267bafc0da173c48440626e03d58b
Gerrit-Change-Number: 20900
Gerrit-PatchSet: 1
Gerrit-Owner: rousseau <ludovic.rousseau+osmocom at free.fr>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201028/a537c311/attachment.htm>