Skip to content

Commit

Permalink
test git porcelain in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Nov 3, 2023
1 parent c8f844e commit dd4f6d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions asn1/reduced/cam/ITS-Container.asn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

ItsPduHeader ::= SEQUENCE {
TEST
protocolVersion INTEGER (0..255),
messageID INTEGER{ denm(1), cam(2), poi(3), spatem(4), mapem(5), ivim(6), ev-rsr(7), tistpgtransaction(8), srem(9), ssem(10), evcsn(11), saem(12), rtcmem(13) } (0..255), -- Mantis #7209, #7005
stationID StationID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* found in "/input/ITS-Container.asn"
* `asn1c -fcompound-names -no-gen-example -gen-PER`
*/

TEST
#include "etsi_its_cam_coding/AccelerationConfidence.h"

int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
// --- Auto-generated by asn1ToConversionHeader.py -----------------------------

#pragma once

TEST
#include <etsi_its_cam_coding/AccelerationConfidence.h>
#include <etsi_its_cam_coding/INTEGER.h>
#include <etsi_its_primitives_conversion/convertINTEGER.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# --- ASN.1 Definition ---------------------------------------------------------
# AccelerationConfidence ::= INTEGER {pointOneMeterPerSecSquared(1), outOfRange(101), unavailable(102)} (0 .. 102)
# ------------------------------------------------------------------------------

TEST
uint8 value
uint8 MIN = 0
uint8 MAX = 102
Expand Down

0 comments on commit dd4f6d3

Please sign in to comment.