Пример #1
0
                public measResultServCell_r10_Type Decode(BitArrayInputStream input)
                {
                    measResultServCell_r10_Type type = new measResultServCell_r10_Type();

                    type.InitDefaults();
                    type.rsrpResult_r10 = input.ReadBits(7);
                    type.rsrqResult_r10 = input.ReadBits(6);
                    return(type);
                }
Пример #2
0
 public measResultServCell_r10_Type Decode(BitArrayInputStream input)
 {
     measResultServCell_r10_Type type = new measResultServCell_r10_Type();
     type.InitDefaults();
     type.rsrpResult_r10 = input.ReadBits(7);
     type.rsrqResult_r10 = input.ReadBits(6);
     return type;
 }