Sniffing nRF9160 radio packets

Hello,

I'm currently working with the nRF9160 to utilize Cellular Monitor to connect the board to a cell tower. It is capable of connecting and filling out the chart in the application.

What I'm attempting to do is the sniff the radio packets between the nRF9160 and the cell tower. Would these packets be identical to the wireshark output of Cellular Monitor, or would they be different packets? If they're different, is there a built-in way to use a b210 SDR to sniff these packets, or perhaps another NRF SDK project to utilize a second nRF9160 to sniff packets of a different nRF9160 connecting to the cell tower?

My final goal is to view radio packets in Wireshark of a single nRF9160 connecting and communicating with a cell tower, encrypted or not.

Thank you :)

Related