pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42313?usp=email )
Change subject: NGAP_Templates: Fix missing SourceToTarget_TransparentContainer IE not appended ......................................................................
NGAP_Templates: Fix missing SourceToTarget_TransparentContainer IE not appended
Change-Id: I40cff63f3d662fa168b57abe4ef95f347ab74435 --- M library/ngap/NGAP_Templates.ttcn 1 file changed, 5 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn index 6626cc1..e36245d 100644 --- a/library/ngap/NGAP_Templates.ttcn +++ b/library/ngap/NGAP_Templates.ttcn @@ -3852,6 +3852,11 @@ id := id_PDUSessionResourceListHORqd, criticality := reject, value_ := { PDUSessionResourceListHORqd := p_pDUSessionResourceListHORqd } + }, + { + id := id_SourceToTarget_TransparentContainer, + criticality := reject, + value_ := { SourceToTarget_TransparentContainer := p_SourceToTarget_TransparentContainer } } } }