|
@@ -11,7 +11,7 @@ static asn_oer_constraints_t asn_OER_type_SamCommand_constr_1 CC_NOTUSED = {
|
|
|
{ 0, 0 },
|
|
{ 0, 0 },
|
|
|
-1};
|
|
-1};
|
|
|
asn_per_constraints_t asn_PER_type_SamCommand_constr_1 CC_NOTUSED = {
|
|
asn_per_constraints_t asn_PER_type_SamCommand_constr_1 CC_NOTUSED = {
|
|
|
- { APC_CONSTRAINED, 2, 2, 0, 2 } /* (0..2) */,
|
|
|
|
|
|
|
+ { APC_CONSTRAINED, 2, 2, 0, 3 } /* (0..3) */,
|
|
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
|
|
0, 0 /* No PER value map */
|
|
0, 0 /* No PER value map */
|
|
|
};
|
|
};
|
|
@@ -43,11 +43,21 @@ asn_TYPE_member_t asn_MBR_SamCommand_1[] = {
|
|
|
0, 0, /* No default value */
|
|
0, 0, /* No default value */
|
|
|
"cardDetected"
|
|
"cardDetected"
|
|
|
},
|
|
},
|
|
|
|
|
+ { ATF_NOFLAGS, 0, offsetof(struct SamCommand, choice.serialNumber),
|
|
|
|
|
+ (ASN_TAG_CLASS_CONTEXT | (22 << 2)),
|
|
|
|
|
+ -1, /* IMPLICIT tag at current level */
|
|
|
|
|
+ &asn_DEF_NoArguments,
|
|
|
|
|
+ 0,
|
|
|
|
|
+ { 0, 0, 0 },
|
|
|
|
|
+ 0, 0, /* No default value */
|
|
|
|
|
+ "serialNumber"
|
|
|
|
|
+ },
|
|
|
};
|
|
};
|
|
|
static const asn_TYPE_tag2member_t asn_MAP_SamCommand_tag2el_1[] = {
|
|
static const asn_TYPE_tag2member_t asn_MAP_SamCommand_tag2el_1[] = {
|
|
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* requestPacs */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* requestPacs */
|
|
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* version */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* version */
|
|
|
- { (ASN_TAG_CLASS_CONTEXT | (13 << 2)), 2, 0, 0 } /* cardDetected */
|
|
|
|
|
|
|
+ { (ASN_TAG_CLASS_CONTEXT | (13 << 2)), 2, 0, 0 }, /* cardDetected */
|
|
|
|
|
+ { (ASN_TAG_CLASS_CONTEXT | (22 << 2)), 3, 0, 0 } /* serialNumber */
|
|
|
};
|
|
};
|
|
|
asn_CHOICE_specifics_t asn_SPC_SamCommand_specs_1 = {
|
|
asn_CHOICE_specifics_t asn_SPC_SamCommand_specs_1 = {
|
|
|
sizeof(struct SamCommand),
|
|
sizeof(struct SamCommand),
|
|
@@ -55,7 +65,7 @@ asn_CHOICE_specifics_t asn_SPC_SamCommand_specs_1 = {
|
|
|
offsetof(struct SamCommand, present),
|
|
offsetof(struct SamCommand, present),
|
|
|
sizeof(((struct SamCommand *)0)->present),
|
|
sizeof(((struct SamCommand *)0)->present),
|
|
|
asn_MAP_SamCommand_tag2el_1,
|
|
asn_MAP_SamCommand_tag2el_1,
|
|
|
- 3, /* Count of tags in the map */
|
|
|
|
|
|
|
+ 4, /* Count of tags in the map */
|
|
|
0, 0,
|
|
0, 0,
|
|
|
-1 /* Extensions start */
|
|
-1 /* Extensions start */
|
|
|
};
|
|
};
|
|
@@ -69,7 +79,7 @@ asn_TYPE_descriptor_t asn_DEF_SamCommand = {
|
|
|
0, /* No tags (count) */
|
|
0, /* No tags (count) */
|
|
|
{ &asn_OER_type_SamCommand_constr_1, &asn_PER_type_SamCommand_constr_1, CHOICE_constraint },
|
|
{ &asn_OER_type_SamCommand_constr_1, &asn_PER_type_SamCommand_constr_1, CHOICE_constraint },
|
|
|
asn_MBR_SamCommand_1,
|
|
asn_MBR_SamCommand_1,
|
|
|
- 3, /* Elements count */
|
|
|
|
|
|
|
+ 4, /* Elements count */
|
|
|
&asn_SPC_SamCommand_specs_1 /* Additional specs */
|
|
&asn_SPC_SamCommand_specs_1 /* Additional specs */
|
|
|
};
|
|
};
|
|
|
|
|
|