Medium Access Protocol (MAC)
This protocol is the layer 2 protocol of the UTRAN Iub interface between a Node-B and an RNC. For instance, it maps logical channels (BCCH, PCCH, DCCH, ...) to transport channels (PCH, FACH, RACH, ...). The protocol and its functions are specified in 3GPP TS 25.321.
Protocol dependencies
- MAC runs over FP (Frame Protocol), both for Control and for Data connections
- MAC calls the RLC (Radio Link Control) protocol for further dissection
Example traffic
At the moment, no example traffic is available
Wireshark
The MAC dissector is partially functional (it only supports FDD, not TDD mode). Dissection is possible for RACH, FACH, PCH, DCH, E-DCH and HSDSCH.
To correctly dissect frames, the MAC dissector requires per-frame information on whether or not a C/T MUX field is present and what kind of content the frame contains. At the moment, this information can be generated by using the FP Hint protocol.
Example capture file
Display Filter
A complete list of PROTO display filter fields can be found in the display filter reference
Show only the PROTO based traffic:
mac
Capture Filter
You cannot directly filter PROTO protocols while capturing.
External links
- 3GPP TS 25.321 Medium Access Control protocol specification
Discussion
Imported from https://wiki.wireshark.org/MAC on 2020-08-11 23:16:24 UTC