From c87c6d24dac92c17b39348e280de4edc986ce6ab Mon Sep 17 00:00:00 2001 From: saina-ramyar <55258852+saina-ramyar@users.noreply.github.com> Date: Wed, 22 May 2024 11:21:20 -0400 Subject: [PATCH] update dsrc drivers channels (#121) # PR Details ## Description The channels in wave.json file are updated to reflect the upgrade to the new CV2X radios/ ## Related GitHub Issue ## Related Jira Key https://usdot-carma.atlassian.net/browse/CDAD-57 ## Motivation and Context The new CV2X radios are configured on a new channel. ## How Has This Been Tested? Integration tested during TRB demo (Jan 2024) on Blue Lexus, Black Pacifica and Ford Fusion ## Types of changes - [ ] Defect fix (non-breaking change that fixes an issue) - [x] 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**](https://github.com/usdot-fhwa-stol/carma-platform/blob/develop/Contributing.md) document. - [ ] I have added tests to cover my changes. - [x] All new and existing tests passed. --- dsrc_driver/config/wave.json | 26 +++++++++++++------------- dsrc_driver/etc/wave.json | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/dsrc_driver/config/wave.json b/dsrc_driver/config/wave.json index 32458f2..7e8a1a4 100644 --- a/dsrc_driver/config/wave.json +++ b/dsrc_driver/config/wave.json @@ -3,7 +3,7 @@ "name" : "BSM", "psid" : "0020", "dsrc_id" : "20", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { @@ -17,77 +17,77 @@ "name" : "MAP", "psid" : "0082", "dsrc_id" : "18", - "channel" : "172", + "channel" : "183", "priority" : "3" }, { "name" : "SPAT", "psid" : "0082", "dsrc_id" : "19", - "channel" : "172", + "channel" : "183", "priority" : "3" }, { "name" : "MobilityRequest", "psid" : "BFEE", "dsrc_id" : "240", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "MobilityResponse", "psid" : "BFEE", "dsrc_id" : "241", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "MobilityOperation", "psid" : "BFEE", "dsrc_id" : "243", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "MobilityPath", "psid" : "BFEE", "dsrc_id" : "242", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "TrafficControlRequest", "psid" : "8003", "dsrc_id" : "244", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "PSM", "psid" : "0082", "dsrc_id" : "32", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "TrafficControlMessage", "psid" : "8003", "dsrc_id" : "245", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "EmergencyVehicleResponse", "psid" : "8005", "dsrc_id" : "246", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "EmergencyVehicleAck", "psid" : "8005", "dsrc_id" : "247", - "channel" : "172", + "channel" : "183", "priority" : "6" } -] \ No newline at end of file +] diff --git a/dsrc_driver/etc/wave.json b/dsrc_driver/etc/wave.json index 32458f2..7e8a1a4 100644 --- a/dsrc_driver/etc/wave.json +++ b/dsrc_driver/etc/wave.json @@ -3,7 +3,7 @@ "name" : "BSM", "psid" : "0020", "dsrc_id" : "20", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { @@ -17,77 +17,77 @@ "name" : "MAP", "psid" : "0082", "dsrc_id" : "18", - "channel" : "172", + "channel" : "183", "priority" : "3" }, { "name" : "SPAT", "psid" : "0082", "dsrc_id" : "19", - "channel" : "172", + "channel" : "183", "priority" : "3" }, { "name" : "MobilityRequest", "psid" : "BFEE", "dsrc_id" : "240", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "MobilityResponse", "psid" : "BFEE", "dsrc_id" : "241", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "MobilityOperation", "psid" : "BFEE", "dsrc_id" : "243", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "MobilityPath", "psid" : "BFEE", "dsrc_id" : "242", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "TrafficControlRequest", "psid" : "8003", "dsrc_id" : "244", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "PSM", "psid" : "0082", "dsrc_id" : "32", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "TrafficControlMessage", "psid" : "8003", "dsrc_id" : "245", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "EmergencyVehicleResponse", "psid" : "8005", "dsrc_id" : "246", - "channel" : "172", + "channel" : "183", "priority" : "6" }, { "name" : "EmergencyVehicleAck", "psid" : "8005", "dsrc_id" : "247", - "channel" : "172", + "channel" : "183", "priority" : "6" } -] \ No newline at end of file +]