laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/36010?usp=email )
Change subject: asn1/saip: Fix typo in original ASN.1: Compontents -> Components
......................................................................
asn1/saip: Fix typo in original ASN.1: Compontents -> Components
Change-Id: I6bec5625579873a9ec267d896584608c9d5e3a2f
---
M pySim/esim/asn1/saip/PE_Definitions-3.3.1.asn
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/10/36010/1
diff --git a/pySim/esim/asn1/saip/PE_Definitions-3.3.1.asn
b/pySim/esim/asn1/saip/PE_Definitions-3.3.1.asn
index a9cccc9..f903ae8 100644
--- a/pySim/esim/asn1/saip/PE_Definitions-3.3.1.asn
+++ b/pySim/esim/asn1/saip/PE_Definitions-3.3.1.asn
@@ -983,7 +983,7 @@
keyIdentifier [2] OCTET STRING (SIZE (1)),
keyVersionNumber [3] OCTET STRING (SIZE (1)),
keyCounterValue [5] OCTET STRING OPTIONAL,
-keyCompontents SEQUENCE (SIZE (1..MAX)) OF SEQUENCE {
+keyComponents SEQUENCE (SIZE (1..MAX)) OF SEQUENCE {
keyType [0] OCTET STRING,
keyData [6] OCTET STRING,
macLength[7] UInt8 DEFAULT 8
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/36010?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I6bec5625579873a9ec267d896584608c9d5e3a2f
Gerrit-Change-Number: 36010
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange