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:
Will Greenberg
2026-06-25 07:38:37 -07:00
parent 7831c5085e
commit 8d8099f66b
2 changed files with 1 additions and 7 deletions
-4
View File
@@ -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)]