Skip to content

Commit f17fff1

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 5bbb06371ab6d14b579f2181e7be8b9425d4e809 GitOrigin-RevId: 5bbb06371ab6d14b579f2181e7be8b9425d4e809
1 parent 1789bd7 commit f17fff1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

api/nbi/v1alpha/resources/network_link.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)