Ask Your Question

mozart's profile - activity

2018-07-26 13:35:11 +0000 marked best answer 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!

2018-07-26 13:35:11 +0000 received badge  Scholar (source)
2018-07-24 15:55:56 +0000 asked a question Decoding LTE MAC Scheduling Request (SR) packets

Decoding Scheduling Request (SR) packets How could one decode Scheduling Request (SR) packets on wireshark thorugh mac_l