Exemplo n.º 1
0
 public PRACH_ConfigSCell_r10 Decode(BitArrayInputStream input)
 {
     PRACH_ConfigSCell_r10 _r = new PRACH_ConfigSCell_r10();
     _r.InitDefaults();
     _r.prach_ConfigIndex_r10 = input.ReadBits(6);
     return _r;
 }
Exemplo n.º 2
0
            public PRACH_ConfigSCell_r10 Decode(BitArrayInputStream input)
            {
                PRACH_ConfigSCell_r10 _r = new PRACH_ConfigSCell_r10();

                _r.InitDefaults();
                _r.prach_ConfigIndex_r10 = input.readBits(6);
                return(_r);
            }