Exemple #1
0
            public CSI_RS_Config_r10 Decode(BitArrayInputStream input)
            {
                CSI_RS_Config_r10 _r = new CSI_RS_Config_r10();

                _r.InitDefaults();
                BitMaskStream stream = new BitMaskStream(input, 2);

                if (stream.Read())
                {
                    _r.csi_RS_r10 = csi_RS_r10_Type.PerDecoder.Instance.Decode(input);
                }
                if (stream.Read())
                {
                    _r.zeroTxPowerCSI_RS_r10 = zeroTxPowerCSI_RS_r10_Type.PerDecoder.Instance.Decode(input);
                }
                return(_r);
            }
Exemple #2
0
 public CSI_RS_Config_r10 Decode(BitArrayInputStream input)
 {
     CSI_RS_Config_r10 _r = new CSI_RS_Config_r10();
     _r.InitDefaults();
     BitMaskStream stream = new BitMaskStream(input, 2);
     if (stream.Read())
     {
         _r.csi_RS_r10 = csi_RS_r10_Type.PerDecoder.Instance.Decode(input);
     }
     if (stream.Read())
     {
         _r.zeroTxPowerCSI_RS_r10 = zeroTxPowerCSI_RS_r10_Type.PerDecoder.Instance.Decode(input);
     }
     return _r;
 }