mobileinsight-core icon indicating copy to clipboard operation
mobileinsight-core copied to clipboard

Mobile Network Intelligence Made Easy -- MobileInsight core functionalities

Results 45 mobileinsight-core issues
Sort by recently updated
recently updated
newest added

hi Why doesn't monitor-example.py run? `sudo python3 monitor-example.py /dev/ttyUSB0 9600` output: ``` [INFO] [OnlineMonitor]: Enable collection: 5G_NR_RRC_OTA_Packet [INFO] [OnlineMonitor]: Enable collection: LTE_RRC_OTA_Packet [INFO] [OnlineMonitor]: Enable collection: WCDMA_RRC_OTA_Packet PHY COM: /dev/ttyUSB0...

This fix make `LTE bandwidth predictor` works. What changed: - `LteBandwidthPredictor` waits for event from `TrackCellInfoAnalyzer`, but the event is dropped by `Analyzer` base class because it contains `None` in...

Hello! I'm trying to run MI 6.0.0 on a Pixel 3 (Android 9) and MI-Core on Ubuntu 22.04. I've run into a couple issues -- first with the Android application,...

Decoding and Analyzer for 5G DCI Messages. There is also a dci_proj_test that we used for testing purposes. The main decoding that we did is contained in dm_collector_c/nr_dci_message.h, and the...

This request contains two commits: 1. Support timestamp filtering in mi2log file. Users now can pass in `start_timesetamp` and `end_timestamp` to `OfflineReplayer` so that it only contains logs within the...