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

                    type.InitDefaults();
                    int nBits = 1;

                    type.pdcp_SN_Size = (pdcp_SN_Size_Enum)input.ReadBits(nBits);
                    return(type);
                }
Beispiel #2
0
 public rlc_UM_Type Decode(BitArrayInputStream input)
 {
     rlc_UM_Type type = new rlc_UM_Type();
     type.InitDefaults();
     int nBits = 1;
     type.pdcp_SN_Size = (pdcp_SN_Size_Enum)input.ReadBits(nBits);
     return type;
 }