Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 64d6a7b: NR RRC: upgrade dissector to v15.1.0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Apr 2018 11:29:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=64d6a7b846d4e4803382f786cde9bc4168942ca0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

64d6a7b by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NR RRC: upgrade dissector to v15.1.0
    
    Change-Id: If34d8627e8dee0e9dd7c1dc72701aec57df68853
    Reviewed-on: https://code.wireshark.org/review/26774
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  485cec5   extcap: Fix version request
    adds  64d6a7b   NR RRC: upgrade dissector to v15.1.0


Summary of changes:
 epan/dissectors/asn1/f1ap/f1ap.cnf                 |     9 +-
 epan/dissectors/asn1/f1ap/packet-f1ap-template.c   |     2 +
 epan/dissectors/asn1/lte-rrc/lte-rrc.cnf           |    11 +-
 .../asn1/lte-rrc/packet-lte-rrc-template.c         |     5 +-
 epan/dissectors/asn1/nr-rrc/CMakeLists.txt         |     1 +
 epan/dissectors/asn1/nr-rrc/Makefile.am            |     3 +-
 .../asn1/nr-rrc/NR-InterNodeDefinitions.asn        |   271 +-
 epan/dissectors/asn1/nr-rrc/NR-RRC-Definitions.asn |  6030 +++-
 epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn    |    59 +
 epan/dissectors/asn1/nr-rrc/nr-rrc.cnf             |   146 +-
 .../asn1/nr-rrc/packet-nr-rrc-template.c           |     4 +-
 epan/dissectors/asn1/x2ap/x2ap.cnf                 |     4 +-
 epan/dissectors/packet-f1ap.c                      |    78 +-
 epan/dissectors/packet-lte-rrc.c                   |    52 +-
 epan/dissectors/packet-lte-rrc.h                   |     1 -
 epan/dissectors/packet-nr-rrc.c                    | 35167 ++++++++++++++-----
 epan/dissectors/packet-nr-rrc.h                    |     7 +-
 epan/dissectors/packet-x2ap.c                      |     4 +-
 18 files changed, 30472 insertions(+), 11382 deletions(-)
 create mode 100644 epan/dissectors/asn1/nr-rrc/NR-UE-Variables.asn