Wireshark-commits: [Wireshark-commits] master 81e9417: MAC-NR: Fix a couple of issues with configur
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 09 May 2019 13:15:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81e9417b76f94be9463202272b1f4dd59478b5c7
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

81e9417 by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    MAC-NR:  Fix a couple of issues with configuring RLC bearers from RRC.
    
    Need to make sure to read UM/AM direction before reading SN-length.  Also fix a backward test while looking up
    stored SNLength.
    
    Change-Id: I4dbb701efe80c78fee5e1af9e405b2cf883f7401
    Reviewed-on: https://code.wireshark.org/review/33129
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  348e0de   ieee1609dot2: Add media type dissection.
     add  81e9417   MAC-NR:  Fix a couple of issues with configuring RLC bearers from RRC.


Summary of changes:
 epan/dissectors/asn1/nr-rrc/nr-rrc.cnf | 15 ++++++++-------
 epan/dissectors/packet-mac-nr.c        |  3 ++-
 epan/dissectors/packet-nr-rrc.c        | 23 ++++++++++++-----------
 3 files changed, 22 insertions(+), 19 deletions(-)