Decoding LTE MAC Scheduling Request (SR) packets
How could one decode Scheduling Request (SR) packets on wireshark thorugh mac_lte_logger.c
? I have been modifying the mac_lte_logger.c
file and there does not seem to be a tag through packet-mac-lte.h
that I can use to show if a scheduling request event has been made. The closest one I could find was the MAC_LTE_SEND_PREAMBLE_TAG
which shows the RACH and RAPID values, but I would like to see the physical layer scheduling request. Is there a workaround that would allow me to do this without recompiling the packet-mac-lte.c
file with a new case for a new tag?
Thank you for your help!