Wireshark-bugs: [Wireshark-bugs] [Bug 7615] Enhancemnt to GSM RLCMAC dissection adding dissectio
Date: Mon, 3 Sep 2012 23:59:10 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615

Mike Morrin <wireshark@xxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wireshark@xxxxxxxxxxxxxxx

--- Comment #15 from Mike Morrin <wireshark@xxxxxxxxxxxxxxx> 2012-09-03 23:59:09 PDT ---
(In reply to comment #14)
I have no objection.  It might be tidier if the MCS values are eliminated:

typedef enum
{
    RLCMAC_PRACH = 0x20,
    RLCMAC_CS1 = 0x21,
    RLCMAC_CS2 = 0x22,
    RLCMAC_CS3 = 0x23,
    RLCMAC_CS4 = 0x24,
    RLCMAC_HDR_TYPE_1 = 0x31
    :
}RLCMAC_GPRS_CS_t;

It would  be better (but not essential) if the gsmtap encoding were changed to
match.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.