pub fn uncovered_gnss_indices(
positions: &[GnssPosition],
netelements: &[Netelement],
) -> Vec<usize>Expand description
Find indices of GNSS positions that fall outside the bounding box of the
retrieved netelements (used for uncovered_gnss_indices diagnostics).