Beispiel #1
0
            public CQI_ReportConfig_v1130 Decode(BitArrayInputStream input)
            {
                CQI_ReportConfig_v1130 _v = new CQI_ReportConfig_v1130();

                _v.InitDefaults();
                _v.cqi_ReportPeriodic_v1130 = CQI_ReportPeriodic_v1130.PerDecoder.Instance.Decode(input);
                _v.cqi_ReportBoth_r11       = CQI_ReportBoth_r11.PerDecoder.Instance.Decode(input);
                return(_v);
            }
Beispiel #2
0
 public CQI_ReportConfig_v1130 Decode(BitArrayInputStream input)
 {
     CQI_ReportConfig_v1130 _v = new CQI_ReportConfig_v1130();
     _v.InitDefaults();
     _v.cqi_ReportPeriodic_v1130 = CQI_ReportPeriodic_v1130.PerDecoder.Instance.Decode(input);
     _v.cqi_ReportBoth_r11 = CQI_ReportBoth_r11.PerDecoder.Instance.Decode(input);
     return _v;
 }