mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-09 01:58:11 -07:00
Remove Mac UL/DL message support
These weren't parsing correctly despite the parser seemingly matching SCATs, so disable these for now. They weren't being used for anything yet, anyway.
This commit is contained in:
@@ -87,10 +87,6 @@ pub enum LogBody {
|
||||
},
|
||||
#[deku(id = "0xb062")]
|
||||
LteMacRachResponse { packet: mac::Packet },
|
||||
#[deku(id = "0xb063")]
|
||||
LteMacDl { packet: mac::Packet },
|
||||
#[deku(id = "0xb064")]
|
||||
LteMacUl { packet: mac::Packet },
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, DekuRead, DekuWrite)]
|
||||
|
||||
Reference in New Issue
Block a user