Skip to content

Commit

Permalink
Merge pull request #542 from usdot-jpo-ode/master
Browse files Browse the repository at this point in the history
Sync Master to develop
  • Loading branch information
dan-du-car committed Mar 6, 2024
2 parents 91b0289 + 6f6f094 commit 7b9f559
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asn1_codec
Submodule asn1_codec updated 49 files
+6 −4 .github/workflows/ci.yml
+3 −6 .gitmodules
+42 −25 Dockerfile
+45 −28 Dockerfile.dev
+41 −23 Dockerfile.standalone
+5 −0 README.md
+1 −1 asn1c
+4 −4 asn1c_combined/.gitignore
+0 −5,714 asn1c_combined/J2735_201603DA.ASN
+28 −4 asn1c_combined/README.md
+21 −8 asn1c_combined/doIt.sh
+43 −0 asn1c_combined/generate-files.sh
+ asn1c_combined/generated-files/2016.tar.gz
+ asn1c_combined/generated-files/2020.tar.gz
+2 −0 asn1c_combined/j2735-asn-files/2016/.gitignore
+2 −0 asn1c_combined/j2735-asn-files/2020/.gitignore
+85 −0 asn1c_combined/j2735-asn-files/2020/overrides/NodeOffsetPointXY.h
+39 −0 asn1c_combined/scms-asn-files/EtsiTs103097ExtensionModule.asn
+1,469 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2.asn
+1,413 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2BaseTypes.asn
+72 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2Crl.asn
+468 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2CrlBaseTypes.asn
+14 −0 asn1c_combined/scms-asn-files/README.md
+0 −0 asn1c_combined/semi-asn-files/2016/SEMI_v2.3.0_070616.asn
+605 −0 asn1c_combined/semi-asn-files/2020/SEMI_v2.4.0_121223_j2020.asn
+1 −0 data/InputData.decoding.bsm.xml
+1 −1 data/InputData.encoding.tim.error.payload.xml
+1 −1 data/InputData.encoding.tim.error.xml
+1 −0 data/InputData.encoding.tim.odeasdpayload.xml
+1 −1 data/InputData.encoding.tim.odetimpayload.xml
+5 −5 data/InputData.encoding.tim.pp.xml
+16 −4 data/README.md
+1 −1 data/asd/asd.v3.mf.packed.xml
+4 −4 data/asd/asd.v3.mf.xml
+1 −1 data/asd/asd.v3.packed.xml
+4 −4 data/asd/asd.v3.xml
+5 −5 data/examples/MessageFrame.TravelerInformation.xml
+5 −5 data/examples/asn1c_input_tim.bin2xml
+1 −1 docker_build.sh
+27 −0 docs/Release_notes.md
+74 −0 docs/dockerhub.md
+8 −2 include/acm.hpp
+1 −1 include/acm_blob_producer.hpp
+9 −1 sample.env
+0 −1 scms-asn1
+51 −5 src/acm.cpp
+2 −2 src/acm_blob_producer.cpp
+145 −56 src/tests.cpp
+12 −0 unit-test-data/README.md
11 changes: 11 additions & 0 deletions docs/Release_notes.md
@@ -1,6 +1,17 @@
JPO-ODE Release Notes
----------------------------

Version 2.0.1, released March 2024
----------------------------------------
### **Summary**
The updates for the jpo-ode 2.0.1 release includes an update to the commit references for the asn1_codec, jpo-cvdp, jpo-s3-deposit, jpo-sdw-depositor & jpo-security-svcs git submodules.

Enhancements in this release:
- Compatible versions of submodules are now referenced in the jpo-ode project.

Known Issues:
- No known issues at this time.

Version 2.0.0, released February 2024
----------------------------------------
### **Summary**
Expand Down
2 changes: 1 addition & 1 deletion jpo-security-svcs

0 comments on commit 7b9f559

Please sign in to comment.