some missing From impls

This commit is contained in:
2022-11-12 23:13:55 +01:00
parent 9421465ffe
commit cf556a407f
2 changed files with 21 additions and 0 deletions

View File

@ -63,6 +63,8 @@ impl PusServiceProvider for PusReceiver {
drop(reporter);
if service == 17 {
self.handle_test_service(pus_tc, accepted_token);
} else if service == 5 {
// TODO: Send message to event manager here
}
Ok(())
}