@@ -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