mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-17 13:28:10 -07:00
Update lib/src/gsmtap/parser.rs
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
committed by
Will Greenberg
parent
7df322e5e0
commit
eb71bf9a00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user