public CellGlobalIdUTRA Decode(BitArrayInputStream input) { CellGlobalIdUTRA dutra = new CellGlobalIdUTRA(); dutra.InitDefaults(); dutra.plmn_Identity = PLMN_Identity.PerDecoder.Instance.Decode(input); dutra.cellIdentity = input.readBitString(0x1c); return(dutra); }
public CellGlobalIdUTRA Decode(BitArrayInputStream input) { CellGlobalIdUTRA dutra = new CellGlobalIdUTRA(); dutra.InitDefaults(); dutra.plmn_Identity = PLMN_Identity.PerDecoder.Instance.Decode(input); dutra.cellIdentity = input.readBitString(0x1c); return dutra; }