public RRCConnectionReject_v1130_IEs Decode(BitArrayInputStream input) { RRCConnectionReject_v1130_IEs es = new RRCConnectionReject_v1130_IEs(); es.InitDefaults(); BitMaskStream stream = new BitMaskStream(input, 2); if (stream.Read()) { es.deprioritisationReq_r11 = deprioritisationReq_r11_Type.PerDecoder.Instance.Decode(input); } if (stream.Read()) { es.nonCriticalExtension = nonCriticalExtension_Type.PerDecoder.Instance.Decode(input); } return(es); }
public RRCConnectionReject_v1130_IEs Decode(BitArrayInputStream input) { RRCConnectionReject_v1130_IEs es = new RRCConnectionReject_v1130_IEs(); es.InitDefaults(); BitMaskStream stream = new BitMaskStream(input, 2); if (stream.Read()) { es.deprioritisationReq_r11 = deprioritisationReq_r11_Type.PerDecoder.Instance.Decode(input); } if (stream.Read()) { es.nonCriticalExtension = nonCriticalExtension_Type.PerDecoder.Instance.Decode(input); } return es; }