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
This commit is contained in:
@@ -640,12 +640,14 @@ class MilenageRotationConstants(BinaryParam, AlgoConfig):
|
|||||||
class MilenageXoringConstants(BinaryParam, AlgoConfig):
|
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.
|
"""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
|
Provided as octet-string concatenation of all 5 constants. The default value by 3GPP is the concetenation
|
||||||
of:
|
of::
|
||||||
|
|
||||||
00000000000000000000000000000000
|
00000000000000000000000000000000
|
||||||
00000000000000000000000000000001
|
00000000000000000000000000000001
|
||||||
00000000000000000000000000000002
|
00000000000000000000000000000002
|
||||||
00000000000000000000000000000004
|
00000000000000000000000000000004
|
||||||
00000000000000000000000000000008
|
00000000000000000000000000000008
|
||||||
|
|
||||||
"""
|
"""
|
||||||
name = 'MilenageXOR'
|
name = 'MilenageXOR'
|
||||||
algo_config_key = 'xoringConstants'
|
algo_config_key = 'xoringConstants'
|
||||||
|
|||||||
Reference in New Issue
Block a user