Example #1
0
                public static parametersHRPD_r11_Type Decode(BitArrayInputStream input)
                {
                    var type = new parametersHRPD_r11_Type();

                    InitDefaults();
                    var stream = new BitMaskStream(input, 1);

                    type.preRegistrationInfoHRPD_r11 = PreRegistrationInfoHRPD.PerDecoder.Instance.Decode(input);
                    if (stream.Read())
                    {
                        type.cellReselectionParametersHRPD_r11 = CellReselectionParametersCDMA2000_r11.PerDecoder.Instance.Decode(input);
                    }
                    return(type);
                }
Example #2
0
 public static parametersHRPD_r11_Type Decode(BitArrayInputStream input)
 {
     var type = new parametersHRPD_r11_Type();
     InitDefaults();
     var stream = new BitMaskStream(input, 1);
     type.preRegistrationInfoHRPD_r11 = PreRegistrationInfoHRPD.PerDecoder.Instance.Decode(input);
     if (stream.Read())
     {
         type.cellReselectionParametersHRPD_r11 = CellReselectionParametersCDMA2000_r11.PerDecoder.Instance.Decode(input);
     }
     return type;
 }