示例#1
0
                public measResultBestNeighCell_r10_Type Decode(BitArrayInputStream input)
                {
                    measResultBestNeighCell_r10_Type type = new measResultBestNeighCell_r10_Type();

                    type.InitDefaults();
                    type.physCellId_r10      = input.ReadBits(9);
                    type.rsrpResultNCell_r10 = input.ReadBits(7);
                    type.rsrqResultNCell_r10 = input.ReadBits(6);
                    return(type);
                }
示例#2
0
 public measResultBestNeighCell_r10_Type Decode(BitArrayInputStream input)
 {
     measResultBestNeighCell_r10_Type type = new measResultBestNeighCell_r10_Type();
     type.InitDefaults();
     type.physCellId_r10 = input.readBits(9);
     type.rsrpResultNCell_r10 = input.readBits(7);
     type.rsrqResultNCell_r10 = input.readBits(6);
     return type;
 }