File tree Expand file tree Collapse file tree
api/nbi/v1alpha/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ use_repo(maven, "maven")
6666
6767go_sdk = use_extension ("@rules_go//go:extensions.bzl" , "go_sdk" )
6868go_sdk .download (
69- version = "1.25.3 " ,
69+ version = "1.25.6 " ,
7070)
7171
7272go_deps = use_extension ("@gazelle//:extensions.bzl" , "go_deps" )
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments