Ejemplo n.º 1
0
                public measResultSCell_r10_Type Decode(BitArrayInputStream input)
                {
                    measResultSCell_r10_Type type = new measResultSCell_r10_Type();

                    type.InitDefaults();
                    type.rsrpResultSCell_r10 = input.ReadBits(7);
                    type.rsrqResultSCell_r10 = input.ReadBits(6);
                    return(type);
                }
Ejemplo n.º 2
0
 public measResultSCell_r10_Type Decode(BitArrayInputStream input)
 {
     measResultSCell_r10_Type type = new measResultSCell_r10_Type();
     type.InitDefaults();
     type.rsrpResultSCell_r10 = input.readBits(7);
     type.rsrqResultSCell_r10 = input.readBits(6);
     return type;
 }