continue dest handler
This commit is contained in:
parent
9bbd2cdad1
commit
c0e1cb8bcf
@ -62,9 +62,9 @@ optional = true
|
||||
|
||||
[dependencies.spacepackets]
|
||||
# version = "0.6"
|
||||
# path = "../spacepackets"
|
||||
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||
rev = "041959e546e6e72b24eb50986c425a924015e3f4"
|
||||
path = "../../spacepackets"
|
||||
# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git"
|
||||
# rev = "041959e546e6e72b24eb50986c425a924015e3f4"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -86,6 +86,7 @@ impl DestinationHandler {
|
||||
return Err(DestError::RecvdMetadataButIsBusy);
|
||||
}
|
||||
let metadata_pdu = MetadataPdu::from_bytes(raw_packet)?;
|
||||
let params = metadata_pdu.metadata_params();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user