appease clippy

This commit is contained in:
Will Greenberg
2026-06-23 13:19:03 -07:00
committed by Will Greenberg
parent 2d4b36432a
commit 17c301d8e2
2 changed files with 11 additions and 11 deletions
+7 -7
View File
@@ -40,23 +40,23 @@ pub enum Direction {
#[deku(id_type = "u8")]
pub enum RntiType {
#[deku(id = "0")]
NO,
No,
#[deku(id = "1")]
P,
#[deku(id = "2")]
RA,
Ra,
#[deku(id = "3")]
C,
#[deku(id = "4")]
SI,
Ri,
#[deku(id = "5")]
SPS,
Sps,
#[deku(id = "6")]
M,
#[deku(id = "7")]
SL,
Sl,
#[deku(id = "9")]
SC,
Sc,
#[deku(id = "10")]
G,
}
@@ -97,7 +97,7 @@ pub fn mac_subpacket_to_gsmtap(
Header {
radio_type: RadioType::Fdd,
direction: Direction::Downlink,
rnti_type: RntiType::RA,
rnti_type: RntiType::Ra,
}
.to_bytes()?,
);