Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Nov 30, 2023
1 parent 1fee071 commit 691178f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- db
environment:
- MYSQL_PASSWORD=/run/secrets/mysql_password
- SIMULATION_MODE=false
- SIMULATION_MODE=true
- INFRASTRUCTURE_ID=rsu_<J2735 MAP MESSAGE INTERSECTION ID>
- INFRASTRUCTURE_NAME=<RSU_NAME>
secrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace TelematicBridge
_telematicUnitPtr = make_unique<TelematicUnit>();
_unitId = sim::get_sim_config("INFRASTRUCTURE_ID");
_unitName = sim::get_sim_config("INFRASTRUCTURE_NAME");
PLOG(logERROR) << "_unitId: "<< _unitId;
UpdateConfigSettings();
AddMessageFilter("*", "*", IvpMsgFlags_None);
AddMessageFilter("J2735", "*", IvpMsgFlags_RouteDSRC);
Expand Down

0 comments on commit 691178f

Please sign in to comment.