Wireshark-commits: [Wireshark-commits] master 1b72617: GSM MAP: Update to V15.5.0 (2019-06)

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 Oct 2019 12:37:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b7261727a14224688eecd179172ab6ad6327ad1
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1b72617 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    GSM MAP: Update to V15.5.0 (2019-06)
    
    Change-Id: I7ff9ca683ba085f05b948c069eaeab9dffaf6605
    Reviewed-on: https://code.wireshark.org/review/34676
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ba35c23   test: add support for pytest 5.2.0
     add  1b72617   GSM MAP: Update to V15.5.0 (2019-06)


Summary of changes:
 .../asn1/gsm_map/MAP-ApplicationContexts.asn       |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-BS-Code.asn       |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-CH-DataTypes.asn  |  18 +--
 .../asn1/gsm_map/MAP-CallHandlingOperations.asn    |   2 +-
 .../asn1/gsm_map/MAP-CommonDataTypes.asn           |  15 ++-
 .../asn1/gsm_map/MAP-DialogueInformation.asn       |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-ER-DataTypes.asn  |   6 +-
 epan/dissectors/asn1/gsm_map/MAP-Errors.asn        |   2 +-
 .../asn1/gsm_map/MAP-ExtensionDataTypes.asn        |   4 +-
 epan/dissectors/asn1/gsm_map/MAP-GR-DataTypes.asn  |   2 +-
 .../asn1/gsm_map/MAP-Group-Call-Operations.asn     |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-LCS-DataTypes.asn |  18 +--
 .../asn1/gsm_map/MAP-LocationServiceOperations.asn |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-MS-DataTypes.asn  | 138 ++++++++++-----------
 .../asn1/gsm_map/MAP-MobileServiceOperations.asn   |   3 +-
 epan/dissectors/asn1/gsm_map/MAP-OM-DataTypes.asn  |   2 +-
 .../MAP-OperationAndMaintenanceOperations.asn      |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-Protocol.asn      |   3 +-
 epan/dissectors/asn1/gsm_map/MAP-SM-DataTypes.asn  |  78 +++++++++---
 epan/dissectors/asn1/gsm_map/MAP-SS-Code.asn       |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-SS-DataTypes.asn  |  14 +--
 .../gsm_map/MAP-ShortMessageServiceOperations.asn  |   2 +-
 .../gsm_map/MAP-SupplementaryServiceOperations.asn |   2 +-
 epan/dissectors/asn1/gsm_map/MAP-TS-Code.asn       |   4 +-
 epan/dissectors/packet-gsm_map.c                   |  86 ++++++++++++-
 25 files changed, 268 insertions(+), 145 deletions(-)