Merge remote-tracking branch 'origin/main' into can_pus_handler

This commit is contained in:
2024-04-10 12:50:31 +02:00
22 changed files with 72 additions and 107 deletions

View File

@ -2,10 +2,9 @@ use std::net::{SocketAddr, UdpSocket};
use std::sync::mpsc;
use log::{info, warn};
use satrs::pus::{PusTmAsVec, PusTmInPool};
use satrs::pus::PusTmAsVec;
use satrs::{
hal::std::udp_server::{ReceiveResult, UdpTcServer},
pool::{PoolProviderWithGuards, SharedStaticMemoryPool},
tmtc::CcsdsError,
};
@ -90,7 +89,7 @@ mod tests {
},
tmtc::ReceivesTcCore,
};
use satrs_example::config::{components, OBSW_SERVER_ADDR};
use ops_sat_rs::config::{components, OBSW_SERVER_ADDR};
use super::*;