proto/RawMsgTx: Add station type for source position vector
This commit is contained in:
parent
baaee5f6ff
commit
7668c9bb7b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------
|
// ------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue