laforge has uploaded this change for review.

View Change

pySim.esim.saip.personalization: Fix docstring error

pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.MilenageXoringConstants:4: ERROR: Unexpected indentation. [docutils]

Change-Id: If6ae360b7f74c095fa9075ae9aa988440496e6de
---
M pySim/esim/saip/personalization.py
1 file changed, 3 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/80/42080/1
diff --git a/pySim/esim/saip/personalization.py b/pySim/esim/saip/personalization.py
index 54aaa43..c61675f 100644
--- a/pySim/esim/saip/personalization.py
+++ b/pySim/esim/saip/personalization.py
@@ -640,12 +640,14 @@
class MilenageXoringConstants(BinaryParam, AlgoConfig):
"""XOR-ing constants c1,c2,c3,c4,c5 of Milenage, 128bit each. See 3GPP TS 35.206 Sections 2.3 + 5.3.
Provided as octet-string concatenation of all 5 constants. The default value by 3GPP is the concetenation
- of:
+ of::
+
00000000000000000000000000000000
00000000000000000000000000000001
00000000000000000000000000000002
00000000000000000000000000000004
00000000000000000000000000000008
+
"""
name = 'MilenageXOR'
algo_config_key = 'xoringConstants'

To view, visit change 42080. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If6ae360b7f74c095fa9075ae9aa988440496e6de
Gerrit-Change-Number: 42080
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>