Пример #1
0
            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);
            }
Пример #2
0
 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;
 }