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

--- Comment #14 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-09-03 22:12:17 PDT ---
(In reply to comment #13)
> (In reply to comment #12)
> > Hi,
> > Should rlcMacPrivateData.coding_scheme just contain the header type instead?
> > e.g
> > RLCMAC_PRACH, RLCMAC_CS1..RLCMAC_CS4, RLCMAC_HDR_TYPE_1 .. RLCMAC_HDR_TYPE_10
> > 
> > MCS can be found in Coding and Puncturing scheme - right?
> > 
> > Regards
> > Anders
> 
> Yes, The header type and CPS could be used, but only for EGPRS.

So no objections to :

typedef enum
{
    RLCMAC_PRACH = 0x20,
    RLCMAC_CS1 = 0x21,
    RLCMAC_CS2 = 0x22,
    RLCMAC_CS3 = 0x23,
    RLCMAC_CS4 = 0x24,
    RLCMAC_MCS0 = 0x30,
    RLCMAC_MCS1 = 0x31,
    RLCMAC_MCS2 = 0x32,
    RLCMAC_MCS3 = 0x33,
    RLCMAC_MCS4 = 0x34,
    RLCMAC_MCS5 = 0x35,
    RLCMAC_MCS6 = 0x36,
    RLCMAC_MCS7 = 0x37,
    RLCMAC_MCS8 = 0x38,
    RLCMAC_MCS9 = 0x39,
    RLCMAC_HDR_TYPE_1 = 0x40
    :
}RLCMAC_GPRS_CS_t;

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