public HandoverPreparationInformation_v12xy_IEs Decode(BitArrayInputStream input)
            {
                HandoverPreparationInformation_v12xy_IEs es = new HandoverPreparationInformation_v12xy_IEs();

                es.InitDefaults();
                BitMaskStream stream = new BitMaskStream(input, 2);

                if (stream.Read())
                {
                    es.ue_SupportedEARFCN_r12 = input.ReadBits(0x12);
                }
                if (stream.Read())
                {
                    es.nonCriticalExtension = nonCriticalExtension_Type.PerDecoder.Instance.Decode(input);
                }
                return(es);
            }
 public HandoverPreparationInformation_v12xy_IEs Decode(BitArrayInputStream input)
 {
     HandoverPreparationInformation_v12xy_IEs es = new HandoverPreparationInformation_v12xy_IEs();
     es.InitDefaults();
     BitMaskStream stream = new BitMaskStream(input, 2);
     if (stream.Read())
     {
         es.ue_SupportedEARFCN_r12 = input.ReadBits(0x12);
     }
     if (stream.Read())
     {
         es.nonCriticalExtension = nonCriticalExtension_Type.PerDecoder.Instance.Decode(input);
     }
     return es;
 }