Skip to content

Commit fdf09d6

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 575a9b633dd0fafd6e5e1f3c82c3577496e2883d GitOrigin-RevId: 575a9b633dd0fafd6e5e1f3c82c3577496e2883d
1 parent 0a0e086 commit fdf09d6

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

api/nbi/v1alpha/resources/network_link.proto

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -421,42 +421,3 @@ message TransceiverLinkReport {
421421
// participate in.
422422
repeated WirelessLinkReport links = 2;
423423
}
424-
425-
// BeamCandidate defines the modeled link evaluation of a potential
426-
// point-to-multipoint link. The candidate can model either the downlink
427-
// direction, from the beam to a set of receiving platforms,
428-
// or the uplink, from a set of platforms to the beam.
429-
message BeamCandidate {
430-
// Beam Candidate ID. Stable across entities that describe
431-
// different AccessIntervals for the same BeamCandidate.
432-
optional string id = 4;
433-
434-
optional aalyria.spacetime.api.common.TransceiverModelId transceiver_id = 1;
435-
436-
// The coordinates at which the beam is pointed.
437-
optional aalyria.spacetime.api.common.Motion target = 2;
438-
439-
optional google.type.Interval interval = 5;
440-
optional google.protobuf.Duration sampling_resolution = 6;
441-
442-
// Incidence angle of the beam over time,
443-
// observed from the point and orientation of the antenna.
444-
// Each field contains (interval / sampling_resolution) data points.
445-
repeated double beam_pointing_phi_rad = 7 [packed = true];
446-
repeated double beam_pointing_theta_rad = 8 [packed = true];
447-
448-
// AccessibilityInterval defines a link evaluation interval and the
449-
// corresponding groups of platforms and their modeled data.
450-
message AccessibilityInterval {
451-
// GainGroup defines the modeled gain between the beam
452-
// and a set of transceivers and/or Earth Fixed H3 cells.
453-
message GainGroup {
454-
optional double gain_db = 1;
455-
repeated string platform_ids = 2;
456-
repeated fixed64 h3_cells = 3;
457-
}
458-
repeated GainGroup gain_groups = 1;
459-
optional google.type.Interval interval = 2;
460-
}
461-
repeated AccessibilityInterval accessibility_intervals = 3;
462-
}

0 commit comments

Comments
 (0)