-
Notifications
You must be signed in to change notification settings - Fork 5
5. TODOs
Haoran_Wan edited this page Apr 12, 2025
·
3 revisions
There are some on-going plans for the near future:
Try to decode RRC reconfiguration message, it's hard to do so because current srsRAN 5G UE code doesn't support MIMO PDSCH decoding.- Hidden BWP decoding. Forming a dataset for different carriers' perference in BWP setting.
Add carrier aggregation decoding function (multiple USRP to decode multiple cell towers that the UE is connected to).Found cell searcher can mistakenly find cells in nearby frequency (e.g., GSCN -1/-2 steps). In other words, when cell searcher's to-search SSB central frequency is x, it can find SSB at x - 1/2 step. We guess it's because the coarse correlation. Investigate possibly later.