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

                    type.InitDefaults();
                    BitMaskStream stream = new BitMaskStream(input, 1);

                    type.rsrpResult_r11 = input.readBits(7);
                    if (stream.Read())
                    {
                        type.rsrqResult_r11 = input.readBits(6);
                    }
                    return(type);
                }
Exemplo n.º 2
0
 public measResultFailedCell_r11_Type Decode(BitArrayInputStream input)
 {
     measResultFailedCell_r11_Type type = new measResultFailedCell_r11_Type();
     type.InitDefaults();
     BitMaskStream stream = new BitMaskStream(input, 1);
     type.rsrpResult_r11 = input.readBits(7);
     if (stream.Read())
     {
         type.rsrqResult_r11 = input.readBits(6);
     }
     return type;
 }