Wireshark-commits: [Wireshark-commits] master 94bc8f1: GSUP/SMS: add MO-/MT-FORWARD-SM message deco

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Dec 2018 04:46:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94bc8f127682a5207dfcbb60e7e2011547412392
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

94bc8f1 by Vadim Yanitskiy (axilirator@xxxxxxxxx):

    GSUP/SMS: add MO-/MT-FORWARD-SM message decoding
    
    According to 3GPP TS 29.002, there are two services:
    
      - MAP-MO-FORWARD-SHORT-MESSAGE (see 12.2),
      - MAP-MT-FORWARD-SHORT-MESSAGE (see 12.9),
    
    which are used to forward MO/MT short messages.
    
    This change replicates both services as GSUP messages:
    
      - OSMO_GSUP_MSGT_MO_FORWARD_SM_*,
      - OSMO_GSUP_MSGT_MT_FORWARD_SM_*.
    
    For more information, please see:
    
    https://git.osmocom.org/libosmocore/commit/?id=c2628317cc3482262c80b93cbfb2cbe960772558
    https://git.osmocom.org/osmo-gsm-manuals/commit/?id=f26967aad547e8f79e6726aefe9fe8a69ae2ba4b
    
    Change-Id: Ia46aabc74c00c89c4da53c2ed4b9fd2200a485a0
    Reviewed-on: https://code.wireshark.org/review/30586
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  afc1265   writecap: rename pcapng_write_session_block to _section_block
     add  94bc8f1   GSUP/SMS: add MO-/MT-FORWARD-SM message decoding


Summary of changes:
 epan/dissectors/packet-gsm_gsup.c | 218 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 215 insertions(+), 3 deletions(-)