Example #1
0
                    public cqi_FormatIndicatorPeriodic_Type Decode(BitArrayInputStream input)
                    {
                        cqi_FormatIndicatorPeriodic_Type type = new cqi_FormatIndicatorPeriodic_Type();

                        type.InitDefaults();
                        switch (input.readBits(1))
                        {
                        case 0:
                            return(type);

                        case 1:
                            type.subbandCQI = subbandCQI_Type.PerDecoder.Instance.Decode(input);
                            return(type);
                        }
                        throw new Exception(GetType().Name + ":NoChoice had been choose");
                    }
Example #2
0
                    public cqi_FormatIndicatorPeriodic_Type Decode(BitArrayInputStream input)
                    {
                        cqi_FormatIndicatorPeriodic_Type type = new cqi_FormatIndicatorPeriodic_Type();
                        type.InitDefaults();
                        switch (input.readBits(1))
                        {
                            case 0:
                                return type;

                            case 1:
                                type.subbandCQI = subbandCQI_Type.PerDecoder.Instance.Decode(input);
                                return type;
                        }
                        throw new Exception(GetType().Name + ":NoChoice had been choose");
                    }