File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
647644message EndpointSecurity {
You can’t perform that action at this time.
0 commit comments