Update lib/src/gsmtap/parser.rs

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Will Greenberg
2026-07-16 11:39:31 -07:00
committed by Will Greenberg
parent 7df322e5e0
commit eb71bf9a00
-2
View File
@@ -31,8 +31,6 @@ pub fn parse(msg: Message) -> Result<Option<(Timestamp, GsmtapMessage)>, GsmtapP
}
fn log_to_gsmtap(value: LogBody) -> Result<Option<GsmtapMessage>, GsmtapParserError> {
// Note: if support for another LogBody variant is added here, it should
// also be added to Message::is_gsmtap_message
match value {
LogBody::LteRrcOtaMessage {
ext_header_version,