Skip to content

Commit 8873fb1

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 98d6a7c3abe1cb4db3b30b2696c66160c554d460 - d29cb8ccb3aa87ec1c83e60dd596099fe7232cc1 GitOrigin-RevId: 98d6a7c3abe1cb4db3b30b2696c66160c554d460
1 parent a466349 commit 8873fb1

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ use_repo(maven, "maven")
6666

6767
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
6868
go_sdk.download(
69-
version = "1.25.3",
69+
version = "1.25.6",
7070
)
7171

7272
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")

api/nbi/v1alpha/resources/network_link.proto

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,10 @@ message BidirectionalLink {
179179
optional string a_tx_interface_id = 8;
180180
optional string b_rx_interface_id = 9;
181181
optional string b_tx_interface_id = 10;
182-
optional string a_to_b_link_report_id = 11;
183-
optional string b_to_a_link_report_id = 12;
182+
optional string a_to_b_link_report_id = 11 [deprecated = true];
183+
optional string b_to_a_link_report_id = 12 [deprecated = true];
184+
optional string a_to_b_propagation_vector_id = 15;
185+
optional string b_to_a_propagation_vector_id = 16;
184186

185187
// These fields are optional and may be omitted for wireless interfaces that
186188
// do not require centralized orchestration of radio-related parameters.
@@ -218,7 +220,10 @@ message RxPlatform {
218220
optional string interface_id = 4;
219221

220222
// Identifies the link report from the transmitter to receiving platform
221-
optional string link_report_id = 5;
223+
optional string link_report_id = 5 [deprecated = true];
224+
225+
// Identifies the propagation vector from the transmitter to rx platform
226+
optional string propagation_vector_id = 6;
222227

223228
// Defines the radio configuration to apply to the receiving platform.
224229
optional RxRadioConfiguration rx_radio = 2;

0 commit comments

Comments
 (0)