mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
decode with correct byte order. Fixes #562
This commit is contained in:
committed by
Cooper Quintin
parent
a582715177
commit
de4a622c68
@@ -38,7 +38,7 @@ impl Analyzer for TestAnalyzer {
|
||||
.cell_identity
|
||||
.0
|
||||
.as_bitslice()
|
||||
.load::<u32>();
|
||||
.load_be::<u32>();
|
||||
let plmn = &sib1.cell_access_related_info.plmn_identity_list.0;
|
||||
let mcc_string: String;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user