示例#1
0
                    public channelSelection_r10_Type Decode(BitArrayInputStream input)
                    {
                        channelSelection_r10_Type type = new channelSelection_r10_Type();

                        type.InitDefaults();
                        BitMaskStream stream = new BitMaskStream(input, 1);

                        if (stream.Read())
                        {
                            type.n1PUCCH_AN_CS_r10 = n1PUCCH_AN_CS_r10_Type.PerDecoder.Instance.Decode(input);
                        }
                        return(type);
                    }
示例#2
0
 public channelSelection_r10_Type Decode(BitArrayInputStream input)
 {
     channelSelection_r10_Type type = new channelSelection_r10_Type();
     type.InitDefaults();
     BitMaskStream stream = new BitMaskStream(input, 1);
     if (stream.Read())
     {
         type.n1PUCCH_AN_CS_r10 = n1PUCCH_AN_CS_r10_Type.PerDecoder.Instance.Decode(input);
     }
     return type;
 }