Ejemplo n.º 1
0
                public n1PUCCH_AN_CS_v1130_Type Decode(BitArrayInputStream input)
                {
                    n1PUCCH_AN_CS_v1130_Type type = new n1PUCCH_AN_CS_v1130_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");
                }
Ejemplo n.º 2
0
                public n1PUCCH_AN_CS_v1130_Type Decode(BitArrayInputStream input)
                {
                    n1PUCCH_AN_CS_v1130_Type type = new n1PUCCH_AN_CS_v1130_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");
                }