MilenageRotationConstants: set example_input to 3GPP default
Change-Id: I36a9434b2f96d26d710f489d5afce1f0ef05bba1
This commit is contained in:
@@ -627,7 +627,7 @@ class MilenageRotationConstants(BinaryParam, AlgoConfig):
|
|||||||
name = 'MilenageRotation'
|
name = 'MilenageRotation'
|
||||||
algo_config_key = 'rotationConstants'
|
algo_config_key = 'rotationConstants'
|
||||||
allow_len = 5 # length in bytes (from BinaryParam)
|
allow_len = 5 # length in bytes (from BinaryParam)
|
||||||
example_input = '0a 0b 0c 0d 0e'
|
example_input = '40 00 20 40 60'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def validate_val(cls, val):
|
def validate_val(cls, val):
|
||||||
|
|||||||
Reference in New Issue
Block a user