Skip to content

Commit

Permalink
Merge pull request #375 from usdot-fhwa-OPS/hot-fix-mobilityrequest_r…
Browse files Browse the repository at this point in the history
…esponse

Hot fix MobilityRequest / MobilityResponse encoding/decoding
  • Loading branch information
dan-du-car authored May 19, 2022
2 parents 06c08e2 + 9634578 commit e554f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/tmx/Asn_J2735/src/r63/TestMessage00.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asn_TYPE_member_t asn_MBR_TestMessage00_1[] = {
"body"
},
};
static const int asn_MAP_TestMessage00_oms_1[] = { 0, 1 };
static const ber_tlv_tag_t asn_DEF_TestMessage00_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
Expand All @@ -40,7 +39,7 @@ asn_SEQUENCE_specifics_t asn_SPC_TestMessage00_specs_1 = {
offsetof(struct TestMessage00, _asn_ctx),
asn_MAP_TestMessage00_tag2el_1,
2, /* Count of tags in the map */
asn_MAP_TestMessage00_oms_1, /* Optional members */
0, 0, 0, /* Optional elements (not needed) */
2, 0, /* Root/Additions */
2, /* First extension addition */
};
Expand Down
3 changes: 1 addition & 2 deletions src/tmx/Asn_J2735/src/r63/TestMessage01.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asn_TYPE_member_t asn_MBR_TestMessage01_1[] = {
"body"
},
};
static const int asn_MAP_TestMessage01_oms_1[] = { 0, 1 };
static const ber_tlv_tag_t asn_DEF_TestMessage01_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
Expand All @@ -40,7 +39,7 @@ asn_SEQUENCE_specifics_t asn_SPC_TestMessage01_specs_1 = {
offsetof(struct TestMessage01, _asn_ctx),
asn_MAP_TestMessage01_tag2el_1,
2, /* Count of tags in the map */
asn_MAP_TestMessage01_oms_1, /* Optional members */
0, 0, 0, /* Optional elements (not needed) */
2, 0, /* Root/Additions */
2, /* First extension addition */
};
Expand Down

0 comments on commit e554f25

Please sign in to comment.