laforge has submitted this change. (
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, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/pySim/esim/saip/personalization.py
b/pySim/esim/saip/personalization.py
index 8bf9a70..1224b05 100644
--- a/pySim/esim/saip/personalization.py
+++ b/pySim/esim/saip/personalization.py
@@ -627,7 +627,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):
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42123?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I36a9434b2f96d26d710f489d5afce1f0ef05bba1
Gerrit-Change-Number: 42123
Gerrit-PatchSet: 3
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>