@@ -269,8 +269,8 @@ asn_TYPE_member_t asn_MBR_ASDU_1[] = {
269269 },
270270 { ATF_NOFLAGS , 0 , offsetof(struct ASDU , seqData ),
271271 (ASN_TAG_CLASS_CONTEXT | (7 << 2 )),
272- - 1 , /* IMPLICIT tag at current level */
273- & asn_DEF_OCTET_STRING ,
272+ + 1 , /* EXPLICIT tag at current level */
273+ & asn_DEF_Data ,
274274 0 ,
275275 {
276276#if !defined (ASN_DISABLE_OER_SUPPORT )
@@ -287,7 +287,7 @@ asn_TYPE_member_t asn_MBR_ASDU_1[] = {
287287 0 , 0 , /* No default value */
288288 "seqData"
289289 },
290- { ATF_POINTER , 2 , offsetof(struct ASDU , smpMod ),
290+ { ATF_POINTER , 1 , offsetof(struct ASDU , smpMod ),
291291 (ASN_TAG_CLASS_CONTEXT | (8 << 2 )),
292292 -1 , /* IMPLICIT tag at current level */
293293 & asn_DEF_NativeInteger ,
@@ -307,28 +307,8 @@ asn_TYPE_member_t asn_MBR_ASDU_1[] = {
307307 0 , 0 , /* No default value */
308308 "smpMod"
309309 },
310- { ATF_POINTER , 1 , offsetof(struct ASDU , gmidData ),
311- (ASN_TAG_CLASS_CONTEXT | (9 << 2 )),
312- -1 , /* IMPLICIT tag at current level */
313- & asn_DEF_OCTET_STRING ,
314- 0 ,
315- {
316- #if !defined (ASN_DISABLE_OER_SUPPORT )
317- 0 ,
318- #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
319- #if !defined (ASN_DISABLE_UPER_SUPPORT ) || !defined (ASN_DISABLE_APER_SUPPORT )
320- 0 ,
321- #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
322- #if !defined (ASN_DISABLE_JER_SUPPORT )
323- 0 ,
324- #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
325- 0
326- },
327- 0 , 0 , /* No default value */
328- "gmidData"
329- },
330310};
331- static const int asn_MAP_ASDU_oms_1 [] = { 1 , 4 , 5 , 6 , 8 , 9 };
311+ static const int asn_MAP_ASDU_oms_1 [] = { 1 , 4 , 5 , 6 , 8 };
332312static const ber_tlv_tag_t asn_DEF_ASDU_tags_1 [] = {
333313 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2 ))
334314};
@@ -341,16 +321,15 @@ static const asn_TYPE_tag2member_t asn_MAP_ASDU_tag2el_1[] = {
341321 { (ASN_TAG_CLASS_CONTEXT | (5 << 2 )), 5 , 0 , 0 }, /* smpSynch */
342322 { (ASN_TAG_CLASS_CONTEXT | (6 << 2 )), 6 , 0 , 0 }, /* smpRate */
343323 { (ASN_TAG_CLASS_CONTEXT | (7 << 2 )), 7 , 0 , 0 }, /* seqData */
344- { (ASN_TAG_CLASS_CONTEXT | (8 << 2 )), 8 , 0 , 0 }, /* smpMod */
345- { (ASN_TAG_CLASS_CONTEXT | (9 << 2 )), 9 , 0 , 0 } /* gmidData */
324+ { (ASN_TAG_CLASS_CONTEXT | (8 << 2 )), 8 , 0 , 0 } /* smpMod */
346325};
347326asn_SEQUENCE_specifics_t asn_SPC_ASDU_specs_1 = {
348327 sizeof (struct ASDU ),
349328 offsetof(struct ASDU , _asn_ctx ),
350329 asn_MAP_ASDU_tag2el_1 ,
351- 10 , /* Count of tags in the map */
330+ 9 , /* Count of tags in the map */
352331 asn_MAP_ASDU_oms_1 , /* Optional members */
353- 6 , 0 , /* Root/Additions */
332+ 5 , 0 , /* Root/Additions */
354333 -1 , /* First extension addition */
355334};
356335asn_TYPE_descriptor_t asn_DEF_ASDU = {
@@ -376,7 +355,7 @@ asn_TYPE_descriptor_t asn_DEF_ASDU = {
376355 SEQUENCE_constraint
377356 },
378357 asn_MBR_ASDU_1 ,
379- 10 , /* Elements count */
358+ 9 , /* Elements count */
380359 & asn_SPC_ASDU_specs_1 /* Additional specs */
381360};
382361
0 commit comments