In EFForg/srsLTE there is a file in the examples directory that measures and decodes sib1 data called cell_measurement.cc. I have modified this to scan an entire band and decode any sib1 packets it finds.
We should further modify it to:
[x] scan a specific list of EARFCN which we can get from wigle when crocodile hunter starts.
[x] We also need to add socket communication to cell_measurement.cc so that it can talk to crocodile hunter. This can then replace the call to srsue!
In EFForg/srsLTE there is a file in the examples directory that measures and decodes sib1 data called cell_measurement.cc. I have modified this to scan an entire band and decode any sib1 packets it finds. We should further modify it to: