Beispiel #1
0
 public am_Type Decode(BitArrayInputStream input)
 {
     am_Type type = new am_Type();
     type.InitDefaults();
     type.ul_AM_RLC = UL_AM_RLC.PerDecoder.Instance.Decode(input);
     type.dl_AM_RLC = DL_AM_RLC.PerDecoder.Instance.Decode(input);
     return type;
 }
Beispiel #2
0
                public am_Type Decode(BitArrayInputStream input)
                {
                    am_Type type = new am_Type();

                    type.InitDefaults();
                    type.ul_AM_RLC = UL_AM_RLC.PerDecoder.Instance.Decode(input);
                    type.dl_AM_RLC = DL_AM_RLC.PerDecoder.Instance.Decode(input);
                    return(type);
                }