neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/42123?usp=email )
Change subject: MilenageRotationConstants: set example_input to 3GPP default ......................................................................
MilenageRotationConstants: set example_input to 3GPP default
Change-Id: I36a9434b2f96d26d710f489d5afce1f0ef05bba1 --- M pySim/esim/saip/personalization.py 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/23/42123/1
diff --git a/pySim/esim/saip/personalization.py b/pySim/esim/saip/personalization.py index 8bf9a70..fb91cb5 100644 --- a/pySim/esim/saip/personalization.py +++ b/pySim/esim/saip/personalization.py @@ -352,6 +352,7 @@ strip_chars = ' \t\r\n' max_len = 21 # '+' and 20 digits min_len = 1 + example_input = '+49301234567'
@classmethod def validate_val(cls, val): @@ -627,7 +628,7 @@ name = 'MilenageRotation' algo_config_key = 'rotationConstants' allow_len = 5 # length in bytes (from BinaryParam) - example_input = '0a 0b 0c 0d 0e' + example_input = '40 00 20 40 60'
@classmethod def validate_val(cls, val):