laforge has submitted this change. (
https://gerrit.osmocom.org/c/onomondo-ipa/+/43067?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: Specify tag values in HandleNotificationEsipa
......................................................................
V1.2: Specify tag values in HandleNotificationEsipa
Add specific tag values to fields in HandleNotificationEsipa.
Reference: SGP.23 Section 6.3.2.4
Related: SYS#8101
Change-Id: I3abeb7295fd43e499105086a49bd62c4f835aeed
---
M asn1/SGP32Definitions.asn
M src/ipa/libasn/HandleNotificationEsipa.c
2 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
dexter: Looks good to me, approved
diff --git a/asn1/SGP32Definitions.asn b/asn1/SGP32Definitions.asn
index 4652cdd..a53fe51 100644
--- a/asn1/SGP32Definitions.asn
+++ b/asn1/SGP32Definitions.asn
@@ -980,8 +980,8 @@
-- Section 6.3.2.4
-- ASN1START
HandleNotificationEsipa ::= [61] CHOICE { -- Tag 'BF3D'
- pendingNotification SGP32-PendingNotification, -- A Notification to be
delivered to a Notification Receiver, possibly in compact format
- provideEimPackageResult ProvideEimPackageResult
+ pendingNotification [0] SGP32-PendingNotification, -- A Notification to be
delivered to a Notification Receiver, possibly in compact format
+ provideEimPackageResult [80] ProvideEimPackageResult -- Tag 'BF50'
}
-- ASN1STOP
diff --git a/src/ipa/libasn/HandleNotificationEsipa.c
b/src/ipa/libasn/HandleNotificationEsipa.c
index ec44dd7..8f00be9 100644
--- a/src/ipa/libasn/HandleNotificationEsipa.c
+++ b/src/ipa/libasn/HandleNotificationEsipa.c
@@ -26,7 +26,7 @@
"pendingNotification"
},
{ ATF_NOFLAGS, 0, offsetof(struct HandleNotificationEsipa,
choice.provideEimPackageResult),
- (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
+ (ASN_TAG_CLASS_CONTEXT | (80 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_ProvideEimPackageResult,
0,
@@ -40,7 +40,7 @@
};
static const asn_TYPE_tag2member_t asn_MAP_HandleNotificationEsipa_tag2el_1[]
= {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* pendingNotification */
- { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* provideEimPackageResult
*/
+ { (ASN_TAG_CLASS_CONTEXT | (80 << 2)), 1, 0, 0 } /*
provideEimPackageResult */
};
asn_CHOICE_specifics_t asn_SPC_HandleNotificationEsipa_specs_1 = {
sizeof(struct HandleNotificationEsipa),
--
To view, visit https://gerrit.osmocom.org/c/onomondo-ipa/+/43067?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: I3abeb7295fd43e499105086a49bd62c4f835aeed
Gerrit-Change-Number: 43067
Gerrit-PatchSet: 13
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>