Skip to content

Commit f65e570

Browse files
committed
downgarde incomplete sib heuristic to informational
1 parent 6eba455 commit f65e570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/analysis/incomplete_sib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl Analyzer for IncompleteSibAnalyzer {
1717
}
1818

1919
fn get_version(&self) -> u32 {
20-
1
20+
2
2121
}
2222

2323
fn analyze_information_element(
@@ -32,7 +32,7 @@ impl Analyzer for IncompleteSibAnalyzer {
3232
&& sib1.scheduling_info_list.0.len() < 2
3333
{
3434
return Some(Event {
35-
event_type: EventType::Medium,
35+
event_type: EventType::Informational,
3636
message: "SIB1 scheduling info list was malformed".to_string(),
3737
});
3838
}

0 commit comments

Comments
 (0)