Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix TCM minplatoonhdwy #403

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions src/tmx/Asn_J2735/src/r63/TrafficControlDetail.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,17 @@ static asn_per_constraints_t asn_PER_memb_minvehocc_constr_42 CC_NOTUSED = {
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
0, 0 /* No PER value map */
};
static asn_oer_constraints_t asn_OER_memb_maxplatoonsize_constr_43 CC_NOTUSED = {
{ 1, 1 } /* (1..63) */,
-1};
static asn_per_constraints_t asn_PER_memb_maxplatoonsize_constr_43 CC_NOTUSED = {
{ APC_CONSTRAINED, 6, 6, 1, 63 } /* (1..63) */,
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
0, 0 /* No PER value map */
};
static asn_oer_constraints_t asn_OER_memb_minplatoonhdwy_constr_44 CC_NOTUSED = {
{ 2, 1 } /* (0..2047) */,
-1};
static asn_per_constraints_t asn_PER_memb_minplatoonhdwy_constr_44 CC_NOTUSED = {
{ APC_CONSTRAINED, 11, 11, 0, 2047 } /* (0..2047) */,
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
Expand Down Expand Up @@ -982,18 +988,18 @@ asn_TYPE_member_t asn_MBR_TrafficControlDetail_1[] = {
(ASN_TAG_CLASS_CONTEXT | (20 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_NativeInteger,
memb_maxplatoonsize_constraint_1,
&asn_PER_memb_maxplatoonsize_constr_43,
0,
{ &asn_OER_memb_maxplatoonsize_constr_43, &asn_PER_memb_maxplatoonsize_constr_43, memb_maxplatoonsize_constraint_1 },
0, 0, /* No default value */
"maxplatoonsize"
},
{ ATF_NOFLAGS, 0, offsetof(struct TrafficControlDetail, choice.minplatoonhdwy),
(ASN_TAG_CLASS_CONTEXT | (21 << 2)),
-1, /* IMPLICIT tag at current level */
&asn_DEF_NativeInteger,
memb_minplatoonhdwy_constraint_1,
&asn_PER_memb_minplatoonhdwy_constr_44,
0,
{ &asn_OER_memb_minplatoonhdwy_constr_44, &asn_PER_memb_minplatoonhdwy_constr_44, memb_minplatoonhdwy_constraint_1 },
0, 0, /* No default value */
"minplatoonhdwy"
},
};
Expand Down