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 psid for SDSM in localhost.sql file for V2X-Hub #309

Closed
wants to merge 3 commits into from

Conversation

paulbourelly999
Copy link
Contributor

@paulbourelly999 paulbourelly999 commented Jan 16, 2024

PR Details

Description

Fix the SDSM PSID for the localhost.sql file in ail-vru-uc1. This PR goes along with the following V2X-Hub PR that was closed (usdot-fhwa-OPS/V2X-Hub#574)
This only changes

{ \"TmxType\": \"SDSM\", \"SendType\": \"SensorDataSharingMessage\", \"PSID\": \"0x8001\", \"Channel\": \"183\" }

to

{ \"TmxType\": \"SDSM\", \"SendType\": \"SensorDataSharingMessage\", \"PSID\": \"0x90\", \"Channel\": \"183\" }

Related Issue

Motivation and Context

Fix breaking changes introduced by This PR goes along with the following V2X-Hub PR that was closed (usdot-fhwa-OPS/V2X-Hub#574)

How Has This Been Tested?

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • I have added any new packages to the sonar-scanner.properties file
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
    CARMA Contributing Guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@paulbourelly999 paulbourelly999 marked this pull request as ready for review January 16, 2024 22:28
@paulbourelly999 paulbourelly999 self-assigned this Jan 16, 2024
MishkaMN
MishkaMN previously approved these changes Jan 16, 2024
@paulbourelly999 paulbourelly999 marked this pull request as draft January 26, 2024 15:57
@paulbourelly999
Copy link
Contributor Author

Replaced by #315

@adamlm adamlm deleted the fix/sdsm_psid_v2x_sql branch February 6, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants