Example #1
0
                public cellIdentification_r10_Type Decode(BitArrayInputStream input)
                {
                    cellIdentification_r10_Type type = new cellIdentification_r10_Type();

                    type.InitDefaults();
                    type.physCellId_r10     = input.readBits(9);
                    type.dl_CarrierFreq_r10 = input.readBits(0x10);
                    return(type);
                }
Example #2
0
 public cellIdentification_r10_Type Decode(BitArrayInputStream input)
 {
     cellIdentification_r10_Type type = new cellIdentification_r10_Type();
     type.InitDefaults();
     type.physCellId_r10 = input.readBits(9);
     type.dl_CarrierFreq_r10 = input.readBits(0x10);
     return type;
 }