Wireshark-commits: [Wireshark-commits] master 5e34492: BSSMAP: VGCS/VBS Assignment Request wrong fi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Feb 2015 22:31:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e34492a7e0196baa9e14d004477d1c233d38650
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5e34492 by unknown (drkor@xxxxxxxxx):

    BSSMAP: VGCS/VBS Assignment Request wrong first parameter
    
    According to specification first mandatary parameter is Channel Type (BE_CHAN_TYPE)
    but not Current Channel Type 1 (BE_CURR_CHAN_1).
    And also "Channel Type" is TLV but not TV type.
    
    Change-Id: I740dc10930a854fcb1cf2e09a19d57a16f8cf33e
    Reviewed-on: https://code.wireshark.org/review/7330
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4a07667   Get rid of no-longer-needed variables.
    adds  5e34492   BSSMAP: VGCS/VBS Assignment Request wrong first parameter


Summary of changes:
 epan/dissectors/packet-gsm_a_bssmap.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)