Skip to content

Commit

Permalink
Fix spat type in UDP endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjj committed Mar 15, 2024
1 parent 80e5c5d commit b395a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void run() {

spatMetadata.setOriginIp(senderIp);
spatMetadata.setSpatSource(SpatSource.RSU);
spatMetadata.setRecordType(RecordType.psmTx);
spatMetadata.setRecordType(RecordType.spatTx);
spatMetadata.setRecordGeneratedBy(GeneratedBy.RSU);
spatMetadata.setSecurityResultCode(SecurityResultCode.success);

Expand Down

0 comments on commit b395a0d

Please sign in to comment.