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

                    type.InitDefaults();
                    type.numberOfPreamblesSent_r9 = input.readBits(8) + 1;
                    type.contentionDetected_r9    = input.readBit() == 1;
                    return(type);
                }
Ejemplo n.º 2
0
 public rach_Report_r9_Type Decode(BitArrayInputStream input)
 {
     rach_Report_r9_Type type = new rach_Report_r9_Type();
     type.InitDefaults();
     type.numberOfPreamblesSent_r9 = input.readBits(8) + 1;
     type.contentionDetected_r9 = input.readBit() == 1;
     return type;
 }