File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
api/nbi/v1alpha/resources Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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.
3232message 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
121123message RxRadioConfiguration {
You can’t perform that action at this time.
0 commit comments