pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42315?usp=email )
Change subject: NGAP_Templates: Expect optional IEs in HandoverRequest templates ......................................................................
NGAP_Templates: Expect optional IEs in HandoverRequest templates
Change-Id: I227d67a589127ccfc5f44950daa3c0d95e425437 --- M library/ngap/NGAP_Templates.ttcn 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn index 465f577..e5752ce 100644 --- a/library/ngap/NGAP_Templates.ttcn +++ b/library/ngap/NGAP_Templates.ttcn @@ -4426,6 +4426,7 @@ criticality := reject, value_ := { SecurityContext := p_securityContext } }, + *, { id := id_PDUSessionResourceSetupListHOReq, criticality := reject, @@ -4436,11 +4437,13 @@ criticality := reject, value_ := { AllowedNSSAI := p_allowedNSSAI } }, + *, { id := id_SourceToTarget_TransparentContainer, criticality := reject, value_ := { SourceToTarget_TransparentContainer := p_SourceToTarget_TransparentContainer } }, + *, { id := id_GUAMI, criticality := reject,