pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/13/42313/1
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 } } } }