Wireshark-commits: [Wireshark-commits] master a44e838: GSM MAP: Update to V15.4.0 (2018-12)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Apr 2019 13:39:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a44e838158ab1fab51235d13445b036ca037b295
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a44e838 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    GSM MAP: Update to V15.4.0 (2018-12)
    
    Change-Id: I2ce50236b963e14e48214e8a72a98bec96cfea71
    Reviewed-on: https://code.wireshark.org/review/32958
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c3cd3ab   NSIS/WIX: fix BROTLI packaging (missing DLL)
     add  a44e838   GSM MAP: Update to V15.4.0 (2018-12)


Summary of changes:
 .../asn1/gsm_map/MAP-ApplicationContexts.asn       |    4 +-
 epan/dissectors/asn1/gsm_map/MAP-BS-Code.asn       |    6 +-
 epan/dissectors/asn1/gsm_map/MAP-CH-DataTypes.asn  |  144 +--
 .../asn1/gsm_map/MAP-CallHandlingOperations.asn    |  182 +--
 .../asn1/gsm_map/MAP-CommonDataTypes.asn           |  300 ++---
 .../asn1/gsm_map/MAP-DialogueInformation.asn       |   16 +-
 epan/dissectors/asn1/gsm_map/MAP-ER-DataTypes.asn  |   42 +-
 epan/dissectors/asn1/gsm_map/MAP-Errors.asn        |  220 ++--
 .../asn1/gsm_map/MAP-ExtensionDataTypes.asn        |   24 +-
 epan/dissectors/asn1/gsm_map/MAP-GR-DataTypes.asn  |   78 +-
 .../asn1/gsm_map/MAP-Group-Call-Operations.asn     |   50 +-
 epan/dissectors/asn1/gsm_map/MAP-LCS-DataTypes.asn |  226 ++--
 .../asn1/gsm_map/MAP-LocationServiceOperations.asn |   76 +-
 epan/dissectors/asn1/gsm_map/MAP-MS-DataTypes.asn  | 1180 ++++++++++----------
 .../asn1/gsm_map/MAP-MobileServiceOperations.asn   |  401 +++----
 epan/dissectors/asn1/gsm_map/MAP-OM-DataTypes.asn  |   70 +-
 .../MAP-OperationAndMaintenanceOperations.asn      |   60 +-
 epan/dissectors/asn1/gsm_map/MAP-Protocol.asn      |   18 +-
 epan/dissectors/asn1/gsm_map/MAP-SM-DataTypes.asn  |  122 +-
 epan/dissectors/asn1/gsm_map/MAP-SS-Code.asn       |   82 +-
 epan/dissectors/asn1/gsm_map/MAP-SS-DataTypes.asn  |   88 +-
 .../gsm_map/MAP-ShortMessageServiceOperations.asn  |  132 +--
 .../gsm_map/MAP-SupplementaryServiceOperations.asn |  294 ++---
 epan/dissectors/asn1/gsm_map/MAP-TS-Code.asn       |   10 +-
 epan/dissectors/asn1/gsm_map/SS-DataTypes.asn      |  351 ++++--
 epan/dissectors/asn1/gsm_map/SS-Errors.asn         |    4 +-
 epan/dissectors/asn1/gsm_map/SS-Operations.asn     |  291 ++---
 epan/dissectors/asn1/gsm_map/SS-Protocol.asn       |    6 +-
 .../asn1/gsm_map/packet-gsm_map-template.c         |    6 +
 epan/dissectors/packet-gsm_map.c                   |  654 ++++++++++-
 30 files changed, 2933 insertions(+), 2204 deletions(-)