Skip to content

Commit 0828014

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 28015e230b03a4ba42249c483e3bfc267bd3b29d GitOrigin-RevId: 28015e230b03a4ba42249c483e3bfc267bd3b29d
1 parent 6d100e7 commit 0828014

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

api/nbi/v1alpha/resources/network_link.proto

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ option java_package = "com.aalyria.spacetime.api.nbi.v1alpha.resources";
3030

3131
// Defines a directional link between two logical network interfaces.
3232
message NetworkLink {
33-
optional aalyria.spacetime.api.common.NetworkInterfaceId
33+
optional aalyria.spacetime.api.common.NetworkInterfaceId
3434
src = 3 [deprecated = true];
35-
optional aalyria.spacetime.api.common.NetworkInterfaceId
35+
optional aalyria.spacetime.api.common.NetworkInterfaceId
3636
dst = 4 [deprecated = true];
3737

3838

@@ -108,14 +108,16 @@ message Radio {
108108
}
109109
optional ModulatorMode modulator_mode = 3;
110110

111-
optional string lowest_supported_rx_modcod = 10;
111+
optional string lowest_supported_rx_modcod = 7;
112+
113+
reserved 8 to max;
112114
}
113115

114116
optional TxRadioConfiguration tx_radio = 4;
115117

116118
optional RxRadioConfiguration rx_radio = 5;
117119

118-
reserved 11 to max;
120+
reserved 10 to max;
119121
}
120122

121123
message RxRadioConfiguration {

0 commit comments

Comments
 (0)