PCAP capture #475
-
Hi,
I was wondering at which point these packets are captured in the RLC layer. I mean are they captured at the beginning of RLC layer when the packets enter the RLC layer or at the end of the RLC layer when the packets are ready to be sent into the MAC layer. Knowing this is very important for me because I want to know whether the process is already done or not. Could you please clarify this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The RLC PCAP captures "RLC PDUs" which are exchanged between MAC and RLC. To properly display and dissect RLC PCAPs with wireshark, you need to build latest wireshark from source as the necessary changes will most likely be included in future wireshark v4.3.x |
Beta Was this translation helpful? Give feedback.
-
I edited the discussion name so I also ask my questions about MAC PCAP capture here as well. I did the MAC layer capture and configured the wireshark setting as mentioned in this guide: https://docs.srsran.com/projects/project/en/latest/user_manuals/source/outputs.html The first screenshot is from the beginning of the capture: The second screenshot is the middle of the capture. As you can see the info section indicates that only UL and DL scheduling packets are captured and I cannot see the other data going to the PHY layer. |
Beta Was this translation helpful? Give feedback.
The RLC PCAP captures "RLC PDUs" which are exchanged between MAC and RLC.
To properly display and dissect RLC PCAPs with wireshark, you need to build latest wireshark from source as the necessary changes will most likely be included in future wireshark v4.3.x