Skip to content

Commit c91accc

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 5cef20e878e164e5a113fb8d297785d1189f107c GitOrigin-RevId: 5cef20e878e164e5a113fb8d297785d1189f107c
1 parent 0ea10bc commit c91accc

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

api/nbi/v1alpha/resources/intent.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ message Endpoint {
282282
// field is only set for user downlinks. For all other links, the adjacency
283283
// SID is determined by the compiler. See NRMP-193 for context.
284284
//
285-
// The corresponding field in the Scheduling API,
286-
// aalyria.spacetime.scheduling.v1alpha.Endpoint.ingress_mpls_labels, is used
287-
// by the satellite to identify the traffic to be forwarded to the user
288-
// terminal. This is a non-repeated field because each UT is served by at most
289-
// one downlink currently.
285+
// The corresponding field in the Scheduling API,
286+
// Endpoint.incoming_mpls_label_to_egress_port, is used by the satellite to
287+
// identify the traffic to be forwarded to the user terminal. This is a
288+
// non-repeated field because each UT is served by at most one downlink
289+
// currently.
290290
optional int32 user_downlink_adjacency_sid = 5;
291291
}
292292

api/scheduling/v1alpha/scheduling.proto

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,6 @@ message Endpoint {
607607

608608
EndpointSecurity security = 7;
609609

610-
// This field is deprecated. Use incoming_mpls_label_to_egress_port instead.
611-
repeated int32 ingress_mpls_labels = 10 [deprecated = true];
612-
613610
// This field maps incoming MPLS labels at the transmitting node to the
614611
// corresponding port through which traffic for this endpoint is transmitted.
615612
//
@@ -641,7 +638,7 @@ message Endpoint {
641638
// Note that this field is only populated for endpoints of transmit beams.
642639
map<int32, string> incoming_mpls_label_to_egress_port = 11;
643640

644-
reserved 1, 8, 9;
641+
reserved 1, 8, 9, 10;
645642
}
646643

647644
message EndpointSecurity {

0 commit comments

Comments
 (0)