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

                        type.InitDefaults();
                        type.physCellId_r12  = input.readBits(9);
                        type.carrierFreq_r12 = input.readBits(0x10);
                        return(type);
                    }
Ejemplo n.º 2
0
 public pci_arfcn_r12_Type Decode(BitArrayInputStream input)
 {
     pci_arfcn_r12_Type type = new pci_arfcn_r12_Type();
     type.InitDefaults();
     type.physCellId_r12 = input.readBits(9);
     type.carrierFreq_r12 = input.readBits(0x10);
     return type;
 }