From 7668c9bb7bd5151879f5e3ff181eebd076f076c3 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Fri, 24 Jul 2026 11:51:00 +0200 Subject: [PATCH] proto/RawMsgTx: Add station type for source position vector --- docs/c_its-messages.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/c_its-messages.proto b/docs/c_its-messages.proto index c2ca54e..9848910 100644 --- a/docs/c_its-messages.proto +++ b/docs/c_its-messages.proto @@ -70,6 +70,8 @@ message RawMsgTx { required GNTransport gnTransport = 3; required GNArea gnArea = 4; required uint32 hopLimit = 5; + + optional uint32 stationType = 6; // for source position vector } // ------------------------------