public CellSelectionInfo_v1130 Decode(BitArrayInputStream input)
            {
                CellSelectionInfo_v1130 _v = new CellSelectionInfo_v1130();

                _v.InitDefaults();
                _v.q_QualMinWB_r11 = input.readBits(5) + -34;
                return(_v);
            }
Example #2
0
 public CellSelectionInfo_v1130 Decode(BitArrayInputStream input)
 {
     CellSelectionInfo_v1130 _v = new CellSelectionInfo_v1130();
     _v.InitDefaults();
     _v.q_QualMinWB_r11 = input.readBits(5) + -34;
     return _v;
 }