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 @@ -149,6 +149,8 @@ message BidirectionalLink {
149149 optional string a_tx_interface_id = 8 ;
150150 optional string b_rx_interface_id = 9 ;
151151 optional string b_tx_interface_id = 10 ;
152+ optional string a_to_b_link_report_id = 11 ;
153+ optional string b_to_a_link_report_id = 12 ;
152154
153155 // These fields are optional and may be omitted for wireless interfaces that
154156 // do not require centralized orchestration of radio-related parameters.
@@ -184,6 +186,9 @@ message RxPlatform {
184186 optional aalyria.spacetime.api.common.NetworkInterfaceId id = 1 ;
185187 optional string network_node_id = 3 ;
186188 optional string interface_id = 4 ;
189+
190+ // Identifies the link report from the transmitter to receiving platform
191+ optional string link_report_id = 5 ;
187192
188193 // Defines the radio configuration to apply to the receiving platform.
189194 optional RxRadioConfiguration rx_radio = 2 ;
You can’t perform that action at this time.
0 commit comments