pespin submitted this change.

View Change

Approvals: laforge: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
NGAP_Templates: Fix wrong id in HandoverReq template IE

Change-Id: I160a319543c32187bc4f2f3f4cf0baa667758f79
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index e36245d..465f577 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -4151,7 +4151,7 @@
value_ := { SecurityContext := p_securityContext }
},
{
- id := id_PDUSessionResourceListHORqd,
+ id := id_PDUSessionResourceSetupListHOReq,
criticality := reject,
value_ := { PDUSessionResourceSetupListHOReq := p_pDUSessionResourceSetupListHOReq }
},
@@ -4246,7 +4246,7 @@
value_ := { SecurityContext := p_securityContext }
},
{
- id := id_PDUSessionResourceListHORqd,
+ id := id_PDUSessionResourceSetupListHOReq,
criticality := reject,
value_ := { PDUSessionResourceSetupListHOReq := p_pDUSessionResourceSetupListHOReq }
},
@@ -4427,7 +4427,7 @@
value_ := { SecurityContext := p_securityContext }
},
{
- id := id_PDUSessionResourceListHORqd,
+ id := id_PDUSessionResourceSetupListHOReq,
criticality := reject,
value_ := { PDUSessionResourceSetupListHOReq := p_pDUSessionResourceSetupListHOReq }
},
@@ -4542,7 +4542,7 @@
value_ := { NAS_PDU := p_nAS_PDU }
},
{
- id := id_PDUSessionResourceListHORqd,
+ id := id_PDUSessionResourceSetupListHOReq,
criticality := reject,
value_ := { PDUSessionResourceSetupListHOReq := p_pDUSessionResourceSetupListHOReq }
},

To view, visit change 42314. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I160a319543c32187bc4f2f3f4cf0baa667758f79
Gerrit-Change-Number: 42314
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>