laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/42080?usp=email )
Change subject: pySim.esim.saip.personalization: Fix docstring error ......................................................................
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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve
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'