Exemple #1
0
                public betaOffsetMC_r10_Type Decode(BitArrayInputStream input)
                {
                    betaOffsetMC_r10_Type type = new betaOffsetMC_r10_Type();

                    type.InitDefaults();
                    type.betaOffset_ACK_Index_MC_r10 = input.readBits(4);
                    type.betaOffset_RI_Index_MC_r10  = input.readBits(4);
                    type.betaOffset_CQI_Index_MC_r10 = input.readBits(4);
                    return(type);
                }
Exemple #2
0
 public betaOffsetMC_r10_Type Decode(BitArrayInputStream input)
 {
     betaOffsetMC_r10_Type type = new betaOffsetMC_r10_Type();
     type.InitDefaults();
     type.betaOffset_ACK_Index_MC_r10 = input.readBits(4);
     type.betaOffset_RI_Index_MC_r10 = input.readBits(4);
     type.betaOffset_CQI_Index_MC_r10 = input.readBits(4);
     return type;
 }