Wireshark-commits: [Wireshark-commits] master 80ed3a5: GSUP: add CHECK-IMEI message decoding

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 15 Jan 2019 17:45:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80ed3a5b2694fea1bc1cf7b9b7ee0363da2fad45
Submitter: "Pascal Quantin <pascal.quantin@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

80ed3a5 by Oliver Smith (osmith@xxxxxxxxxxx):

    GSUP: add CHECK-IMEI message decoding
    
    Implement necessary messages for Procedure Check_IMEI_VLR (TS 23.018
    Chapter 7.1.2.9). This lets the VLR ask the EIR to check if an IMEI
    is valid.
    
    Use the IMEI dissector from BSSAP by making it available as stand-alone
    dissector.
    
    For more information, please see:
    
    https://git.osmocom.org/libosmocore/commit/?id=10db2817e5ce76eebd61dd6b607a6dfad57fa417
    https://git.osmocom.org/osmo-gsm-manuals/commit/?id=0f41399d36770fb6d2069d5aea7e5315beb368e6
    
    Change-Id: Ie66c79ace7a9448b3191bec8208805aa3bb7888e
    Reviewed-on: https://code.wireshark.org/review/31445
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  8f3f842   BSSAP: fix typo imesiv -> imeisv
     add  80ed3a5   GSUP: add CHECK-IMEI message decoding


Summary of changes:
 epan/dissectors/packet-bssap.c    |  6 ++++++
 epan/dissectors/packet-gsm_gsup.c | 42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)