pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40407?usp=email )
Change subject: library/ngap: Fix criticality of several NGAP messages ......................................................................
library/ngap: Fix criticality of several NGAP messages
As defined in ASN.1 in 3GPP TS 38.413 section 9.4.3.
Change-Id: I2283a5b025f0ce7d7445fa0ce9ba8405156c4533 --- M library/ngap/NGAP_Templates.ttcn 1 file changed, 37 insertions(+), 37 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn index d297bea..dde7844 100644 --- a/library/ngap/NGAP_Templates.ttcn +++ b/library/ngap/NGAP_Templates.ttcn @@ -685,7 +685,7 @@ ) := {
procedureCode := id_PDUSessionResourceNotify, - criticality := reject, + criticality := ignore, value_ := { PDUSessionResourceNotify := { protocolIEs := { @@ -723,7 +723,7 @@ ) := {
procedureCode := id_PDUSessionResourceNotify, - criticality := reject, + criticality := ignore, value_ := { PDUSessionResourceNotify := { protocolIEs := { @@ -1673,7 +1673,7 @@ in template (value) PDUSessionResourceListCxtRelReq p_pDUSessionResourceListCxtRelReq ) := { procedureCode := id_UEContextReleaseRequest, - criticality := reject, + criticality := ignore, value_ := { UEContextReleaseRequest := { protocolIEs := { @@ -1710,7 +1710,7 @@ template (present) Cause p_cause := ? ) := { procedureCode := id_UEContextReleaseRequest, - criticality := reject, + criticality := ignore, value_ := { UEContextReleaseRequest := { protocolIEs := { @@ -2243,7 +2243,7 @@ in template (value) UserLocationInformation p_userLocationInformation ) := { procedureCode := id_RRCInactiveTransitionReport, - criticality := reject, + criticality := ignore, value_ := { RRCInactiveTransitionReport := { protocolIEs := { @@ -2286,7 +2286,7 @@ template (present) UserLocationInformation p_userLocationInformation := ? ) := { procedureCode := id_RRCInactiveTransitionReport, - criticality := reject, + criticality := ignore, value_ := { RRCInactiveTransitionReport := { protocolIEs := { @@ -4143,7 +4143,7 @@ in template (value) UserLocationInformation p_userLocationInformation ) := { procedureCode := id_HandoverNotification, - criticality := reject, + criticality := ignore, value_ := { HandoverNotify := { protocolIEs := { @@ -4180,7 +4180,7 @@ template (present) UserLocationInformation p_userLocationInformation := ? ) := { procedureCode := id_HandoverNotification, - criticality := reject, + criticality := ignore, value_ := { HandoverNotify := { protocolIEs := { @@ -4638,7 +4638,7 @@ in template (value) RANStatusTransfer_TransparentContainer p_rANStatusTransfer_TransparentContainer ) := { procedureCode := id_UplinkRANStatusTransfer, - criticality := reject, + criticality := ignore, value_ := { UplinkRANStatusTransfer := { protocolIEs := { @@ -4672,7 +4672,7 @@ template (present) RANStatusTransfer_TransparentContainer p_rANStatusTransfer_TransparentContainer := ? ) := { procedureCode := id_UplinkRANStatusTransfer, - criticality := reject, + criticality := ignore, value_ := { UplinkRANStatusTransfer := { protocolIEs := { @@ -4713,7 +4713,7 @@ in template (value) RANStatusTransfer_TransparentContainer p_rANStatusTransfer_TransparentContainer ) := { procedureCode := id_DownlinkRANStatusTransfer, - criticality := reject, + criticality := ignore, value_ := { DownlinkRANStatusTransfer := { protocolIEs := { @@ -4750,7 +4750,7 @@ template (present) RANStatusTransfer_TransparentContainer p_rANStatusTransfer_TransparentContainer := ? ) := { procedureCode := id_DownlinkRANStatusTransfer, - criticality := reject, + criticality := ignore, value_ := { DownlinkRANStatusTransfer := { protocolIEs := { @@ -4790,7 +4790,7 @@ in template (value) RAN_UE_NGAP_ID p_ranUeNgapID := PX_RAN_UE_NGAP_ID ) := { procedureCode := id_HandoverSuccess, - criticality := reject, + criticality := ignore, value_ := { HandoverSuccess := { protocolIEs := { @@ -4821,7 +4821,7 @@ template (present) RAN_UE_NGAP_ID p_ranUeNgapID := ? ) := { procedureCode := id_HandoverSuccess, - criticality := reject, + criticality := ignore, value_ := { HandoverSuccess := { protocolIEs := { @@ -4935,7 +4935,7 @@ in template (value) EarlyStatusTransfer_TransparentContainer p_earlyStatusTransfer_TransparentContainer ) := { procedureCode := id_DownlinkRANEarlyStatusTransfer, - criticality := reject, + criticality := ignore, value_ := { DownlinkRANEarlyStatusTransfer := { protocolIEs := { @@ -4972,7 +4972,7 @@ template (present) EarlyStatusTransfer_TransparentContainer p_earlyStatusTransfer_TransparentContainer := ? ) := { procedureCode := id_DownlinkRANEarlyStatusTransfer, - criticality := reject, + criticality := ignore, value_ := { DownlinkRANEarlyStatusTransfer := { protocolIEs := { @@ -5019,7 +5019,7 @@ in template (value) TAIListForPaging p_tAIListForPaging ) := { procedureCode := id_Paging, - criticality := reject, + criticality := ignore, value_ := { Paging := { protocolIEs := { @@ -5050,7 +5050,7 @@ template (present) TAIListForPaging p_tAIListForPaging := ? ) := { procedureCode := id_Paging, - criticality := reject, + criticality := ignore, value_ := { Paging := { protocolIEs := { @@ -5094,7 +5094,7 @@ in template (value) RRCEstablishmentCause p_rrcEstCause := PX_RRC_ESTABLISHMENT_CAUSE ) := { procedureCode := id_InitialUEMessage, - criticality := reject, + criticality := ignore, value_ := { InitialUEMessage := { protocolIEs := { @@ -5215,7 +5215,7 @@ template (present) RRCEstablishmentCause p_rrcEstCause := ? ) := { procedureCode := id_InitialUEMessage, - criticality := reject, + criticality := ignore, value_ := { InitialUEMessage := { protocolIEs := { @@ -5261,7 +5261,7 @@ in template (value) NAS_PDU p_nasPdu ) := { procedureCode := id_DownlinkNASTransport, - criticality := reject, + criticality := ignore, value_ := { DownlinkNASTransport := { protocolIEs := { @@ -5298,7 +5298,7 @@ template (present) NAS_PDU p_nasPdu := ? ) := { procedureCode := id_DownlinkNASTransport, - criticality := reject, + criticality := ignore, value_ := { DownlinkNASTransport := { protocolIEs := { @@ -5340,7 +5340,7 @@ in template (value) UserLocationInformation p_userLocationInformation ) := { procedureCode := id_UplinkNASTransport, - criticality := reject, + criticality := ignore, value_ := { UplinkNASTransport := { protocolIEs := { @@ -5383,7 +5383,7 @@ template (present) UserLocationInformation p_userLocationInformation := ? ) := { procedureCode := id_UplinkNASTransport, - criticality := reject, + criticality := ignore, value_ := { UplinkNASTransport := { protocolIEs := { @@ -5430,7 +5430,7 @@ in template (value) Cause p_cause := m_cause_nas(PX_CAUSE_NAS_NON_DELIVERY_INDICATION) ) := { procedureCode := id_NASNonDeliveryIndication, - criticality := reject, + criticality := ignore, value_ := { NASNonDeliveryIndication := { protocolIEs := { @@ -5473,7 +5473,7 @@ template (present) Cause p_cause := ? ) := { procedureCode := id_NASNonDeliveryIndication, - criticality := reject, + criticality := ignore, value_ := { NASNonDeliveryIndication := { protocolIEs := { @@ -6483,7 +6483,7 @@ in template (value) UnavailableGUAMIList p_unavailableGUAMIList ) := { procedureCode := id_AMFStatusIndication, - criticality := reject, + criticality := ignore, value_ := { AMFStatusIndication := { protocolIEs := { @@ -6508,7 +6508,7 @@ template (present) UnavailableGUAMIList p_unavailableGUAMIList := ? ) := { procedureCode := id_AMFStatusIndication, - criticality := reject, + criticality := ignore, value_ := { AMFStatusIndication := { protocolIEs := { @@ -6639,7 +6639,7 @@ */ template (value) InitiatingMessage m_n2_ErrorIndication := { procedureCode := id_ErrorIndication, - criticality := reject, + criticality := ignore, value_ := { ErrorIndication := { protocolIEs := { } @@ -6656,7 +6656,7 @@ in template (value) Cause p_cause ) := { procedureCode := id_ErrorIndication, - criticality := reject, + criticality := ignore, value_ := { ErrorIndication := { protocolIEs := { @@ -6743,7 +6743,7 @@ */ template (value) InitiatingMessage m_n2_OverloadStart := { procedureCode := id_OverloadStart, - criticality := reject, + criticality := ignore, value_ := { OverloadStart := { protocolIEs := { } @@ -6760,7 +6760,7 @@ */ template (present) InitiatingMessage mw_n2_OverloadStart := { procedureCode := id_OverloadStart, - criticality := reject, + criticality := ignore, value_ := { OverloadStart := { protocolIEs := { } @@ -6775,7 +6775,7 @@ template (present) OverloadStartNSSAIList p_overloadStartNSSAIList:= ? ):= { procedureCode := id_OverloadStart, - criticality := reject, + criticality := ignore, value_ := { OverloadStart := { protocolIEs := { @@ -6847,7 +6847,7 @@ */ template (value) InitiatingMessage m_n2_UplinkRANConfigurationTransfer := { procedureCode := id_UplinkRANConfigurationTransfer, - criticality := reject, + criticality := ignore, value_ := { UplinkRANConfigurationTransfer := { protocolIEs := { } @@ -6864,7 +6864,7 @@ */ template (present) InitiatingMessage mw_n2_UplinkRANConfigurationTransfer := { procedureCode := id_UplinkRANConfigurationTransfer, - criticality := reject, + criticality := ignore, value_ := { UplinkRANConfigurationTransfer := { protocolIEs := { } @@ -6885,7 +6885,7 @@ */ template (value) InitiatingMessage m_n2_DownlinkRANConfigurationTransfer := { procedureCode := id_DownlinkRANConfigurationTransfer, - criticality := reject, + criticality := ignore, value_ := { DownlinkRANConfigurationTransfer := { protocolIEs := { } @@ -6902,7 +6902,7 @@ */ template (present) InitiatingMessage mw_n2_DownlinkRANConfigurationTransfer := { procedureCode := id_DownlinkRANConfigurationTransfer, - criticality := reject, + criticality := ignore, value_ := { DownlinkRANConfigurationTransfer := { protocolIEs := { }