laforge has submitted this change. (
https://gerrit.osmocom.org/c/onomondo-ipa/+/43065?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted
one.
)Change subject: V1.2: Change tag of eimIdType in EimIdInfo
......................................................................
V1.2: Change tag of eimIdType in EimIdInfo
Reference: SGP.23 Section 2.11.2.1
Related: SYS#8101
Change-Id: Id96353ef74ffe51aa7de4848832f32e8f58ab4df
---
M asn1/SGP32Definitions.asn
M src/ipa/libasn/EimIdInfo.c
2 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
dexter: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/asn1/SGP32Definitions.asn b/asn1/SGP32Definitions.asn
index 4fbda2a..41f1025 100644
--- a/asn1/SGP32Definitions.asn
+++ b/asn1/SGP32Definitions.asn
@@ -299,7 +299,7 @@
}
EimIdInfo ::= SEQUENCE {
eimId [0] UTF8String (SIZE(1..128)),
- eimIdType [4] EimIdType OPTIONAL -- present in case of eimIdTypeOid and
eimIdTypeFqdn
+ eimIdType [2] EimIdType OPTIONAL -- present in case of eimIdTypeOid and
eimIdTypeFqdn
}
-- ASN1STOP
diff --git a/src/ipa/libasn/EimIdInfo.c b/src/ipa/libasn/EimIdInfo.c
index 9dc4d68..3ef299c 100644
--- a/src/ipa/libasn/EimIdInfo.c
+++ b/src/ipa/libasn/EimIdInfo.c
@@ -58,7 +58,7 @@
"eimId"
},
{ ATF_POINTER, 1, offsetof(struct EimIdInfo, eimIdType),
- (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
+ (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_EimIdType,
0,
@@ -73,7 +73,7 @@
};
static const asn_TYPE_tag2member_t asn_MAP_EimIdInfo_tag2el_1[] = {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* eimId */
- { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 1, 0, 0 } /* eimIdType */
+ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 } /* eimIdType */
};
asn_SEQUENCE_specifics_t asn_SPC_EimIdInfo_specs_1 = {
sizeof(struct EimIdInfo),
--
To view, visit https://gerrit.osmocom.org/c/onomondo-ipa/+/43065?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: onomondo-ipa
Gerrit-Branch: master
Gerrit-Change-Id: Id96353ef74ffe51aa7de4848832f32e8f58ab4df
Gerrit-Change-Number: 43065
Gerrit-PatchSet: 13
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>