Beispiel #1
0
                        public n1PUCCH_AN_CS_r10_Type Decode(BitArrayInputStream input)
                        {
                            n1PUCCH_AN_CS_r10_Type type = new n1PUCCH_AN_CS_r10_Type();

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

                            case 1:
                                type.setup = setup_Type.PerDecoder.Instance.Decode(input);
                                return(type);
                            }
                            throw new Exception(GetType().Name + ":NoChoice had been choose");
                        }
Beispiel #2
0
                        public n1PUCCH_AN_CS_r10_Type Decode(BitArrayInputStream input)
                        {
                            n1PUCCH_AN_CS_r10_Type type = new n1PUCCH_AN_CS_r10_Type();
                            type.InitDefaults();
                            switch (input.ReadBits(1))
                            {
                                case 0:
                                    return type;

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