Esempio n. 1
0
                public selectedUTRA_CellId_r11_Type Decode(BitArrayInputStream input)
                {
                    selectedUTRA_CellId_r11_Type type = new selectedUTRA_CellId_r11_Type();

                    type.InitDefaults();
                    type.carrierFreq_r11 = input.readBits(14);
                    type.physCellId_r11  = physCellId_r11_Type.PerDecoder.Instance.Decode(input);
                    return(type);
                }
Esempio n. 2
0
 public selectedUTRA_CellId_r11_Type Decode(BitArrayInputStream input)
 {
     selectedUTRA_CellId_r11_Type type = new selectedUTRA_CellId_r11_Type();
     type.InitDefaults();
     type.carrierFreq_r11 = input.readBits(14);
     type.physCellId_r11 = physCellId_r11_Type.PerDecoder.Instance.Decode(input);
     return type;
 }