public measResultPCell_Type Decode(BitArrayInputStream input) { measResultPCell_Type type = new measResultPCell_Type(); type.InitDefaults(); type.rsrpResult = input.ReadBits(7); type.rsrqResult = input.ReadBits(6); return(type); }
public measResultPCell_Type Decode(BitArrayInputStream input) { measResultPCell_Type type = new measResultPCell_Type(); type.InitDefaults(); type.rsrpResult = input.readBits(7); type.rsrqResult = input.readBits(6); return type; }