[srsran-users] Paging Sniffer Help

Alessandro Amici A.Amici at outlook.it
Wed Jun 1 11:29:01 UTC 2022


Hi all guys!

Sorry to bother you, I was trying to implement a sniffer for paging messages and have made some progress but I am not sure i'm doing it right: is it correct to say that the paging information is contained within the file /lib/examples/pdsch_ue.c inside the struct data[0] ? Is it correct to try to print the uint8_t as a hexadecimal using the line of code:


for (int i=0; i<len; i++){
    fprintf(output_file, " %02x", data[0][i]);
  }

Where len should be the size of data[0].

And finally is there any variable that indicates the length of the message you want to decode, so the size of data[0] in this case?

Sorry again for the trouble and thanks for the help!

Alessandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20220601/63dd14c9/attachment.htm>


More information about the srsran-users mailing list