public other_r10_Type Decode(BitArrayInputStream input)
 {
     other_r10_Type type = new other_r10_Type();
     type.InitDefaults();
     type.schedulingCellId_r10 = input.ReadBits(3);
     type.pdsch_Start_r10 = input.ReadBits(2) + 1;
     return type;
 }
Пример #2
0
                    public other_r10_Type Decode(BitArrayInputStream input)
                    {
                        other_r10_Type type = new other_r10_Type();

                        type.InitDefaults();
                        type.schedulingCellId_r10 = input.readBits(3);
                        type.pdsch_Start_r10      = input.readBits(2) + 1;
                        return(type);
                    }