Beispiel #1
0
 public CellInfoUTRA_TDD_r9 Decode(BitArrayInputStream input)
 {
     CellInfoUTRA_TDD_r9 _r = new CellInfoUTRA_TDD_r9();
     _r.InitDefaults();
     _r.physCellId_r9 = input.readBits(7);
     int nBits = input.readBits(8);
     _r.utra_BCCH_Container_r9 = input.readOctetString(nBits);
     return _r;
 }