Wireshark-commits: [Wireshark-commits] master a4cf169: MAC NR: fix dissection of Long Truncated BSR
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4cf169f1ed03a3b2e5fa1e9c2a6cc01fc1ae114
Submitter: "Pascal Quantin <pascal.quantin@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a4cf169 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
MAC NR: fix dissection of Long Truncated BSR CE
As specified in 3GPP 38.321, in case of Long Truncated BSR CE, the UE
reports the BSR value for the LCG(s) with the logical channels having
data available for transmission following a decreasing order of the
highest priority logical channel (with or without data available for
transmission) in each of these LCG(s), and in case of equal priority,
in increasing order of LCGID.
SO we cannot make any assumption on the LCG being reported without
keeping track of the logical channel priorities currently active.
Change-Id: I148a13446e9dc035bb1bcd79cb15d8570bcefa57
Reviewed-on: https://code.wireshark.org/review/30151
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Actions performed:
from 27f006b ieee80211: extend parsing of SAE messages
add a4cf169 MAC NR: fix dissection of Long Truncated BSR CE
Summary of changes:
epan/dissectors/packet-mac-nr.c | 81 +++++++++++++++++++++++++++++++----------
1 file changed, 61 insertions(+), 20 deletions(-)