Skip to content

Commit

Permalink
Merge pull request #403 from usdot-fhwa-OPS/hotfix_tcm
Browse files Browse the repository at this point in the history
fix TCM minplatoonhdwy
  • Loading branch information
SaikrishnaBairamoni authored Jul 15, 2022
2 parents 4211863 + 6150dd3 commit b834a6d
Showing 1 changed file with 10 additions and 4 deletions.
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

0 comments on commit b834a6d

Please sign in to comment.