0
0
Fork 0

proto/RawMsgTx: Add station type for source position vector

This commit is contained in:
Jannik Beyerstedt 2026-07-24 11:51:00 +02:00
commit 7668c9bb7b

View file

@ -70,6 +70,8 @@ message RawMsgTx {
required GNTransport gnTransport = 3; required GNTransport gnTransport = 3;
required GNArea gnArea = 4; required GNArea gnArea = 4;
required uint32 hopLimit = 5; required uint32 hopLimit = 5;
optional uint32 stationType = 6; // for source position vector
} }
// ------------------------------ // ------------------------------