pespin submitted this change.
NGAP_Templates: Add missing IE TargetToSource_TransparentContainer to HandoverCommand
That IE is mandatory in HandoverCommand.
Change-Id: I59be738e8143ca1b9fee91c1bb377970e741efc5
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index 46e55bf..f1573a5 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -3939,7 +3939,8 @@
in template (value) AMF_UE_NGAP_ID p_amfUeNgapID := PX_AMF_UE_NGAP_ID,
in template (value) RAN_UE_NGAP_ID p_ranUeNgapID := PX_RAN_UE_NGAP_ID,
in template (value) HandoverType p_handoverType := PX_HANDOVER_TYPE,
- in template (value) PDUSessionResourceHandoverList p_pDUSessionResourceHandoverList
+ in template (value) PDUSessionResourceHandoverList p_pDUSessionResourceHandoverList,
+ in template (value) TargetToSource_TransparentContainer p_TargetToSource_TransparentContainer
) := {
procedureCode := id_HandoverPreparation,
criticality := reject,
@@ -3965,6 +3966,11 @@
id := id_PDUSessionResourceHandoverList,
criticality := ignore,
value_ := { PDUSessionResourceHandoverList := p_pDUSessionResourceHandoverList }
+ },
+ {
+ id := id_TargetToSource_TransparentContainer,
+ criticality := reject,
+ value_ := { TargetToSource_TransparentContainer := p_TargetToSource_TransparentContainer }
}
}
}
@@ -3982,7 +3988,8 @@
template (present) AMF_UE_NGAP_ID p_amfUeNgapID := ?,
template (present) RAN_UE_NGAP_ID p_ranUeNgapID := ?,
template (present) HandoverType p_handoverType := ?,
- template (present) PDUSessionResourceHandoverList p_pDUSessionResourceHandoverList := ?
+ template (present) PDUSessionResourceHandoverList p_pDUSessionResourceHandoverList := ?,
+ template (present) TargetToSource_TransparentContainer p_TargetToSource_TransparentContainer := ?
) := {
procedureCode := id_HandoverPreparation,
criticality := reject,
@@ -4008,6 +4015,11 @@
id := id_PDUSessionResourceHandoverList,
criticality := ignore,
value_ := { PDUSessionResourceHandoverList := p_pDUSessionResourceHandoverList }
+ },
+ {
+ id := id_TargetToSource_TransparentContainer,
+ criticality := reject,
+ value_ := { TargetToSource_TransparentContainer := p_TargetToSource_TransparentContainer }
}
}
}
To view, visit change 42320. To unsubscribe, or for help writing mail filters, visit settings.