pespin has uploaded this change for review.

View Change

NGAP_Templates: Fix wrong IE id in n2_PDUSessionResourceModifyConfirm

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/19/42419/1
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index f1573a5..c688a3c 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -921,7 +921,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
- id := id_PDUSessionResourceModifyListModReq,
+ id := id_PDUSessionResourceModifyListModInd,
criticality := reject,
value_ := { PDUSessionResourceModifyListModInd := p_pDUSessionResourceModifyListModInd
}
@@ -960,7 +960,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
- id := id_PDUSessionResourceModifyListModReq,
+ id := id_PDUSessionResourceModifyListModInd,
criticality := reject,
value_ := { PDUSessionResourceModifyListModInd := p_pDUSessionResourceModifyListModInd
}
@@ -1003,7 +1003,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
- id := id_PDUSessionResourceModifyListModReq,
+ id := id_PDUSessionResourceModifyListModCfm,
criticality := ignore,
value_ := { PDUSessionResourceModifyListModCfm := p_pDUSessionResourceModifyListModCfm
}
@@ -1077,7 +1077,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
- id := id_PDUSessionResourceModifyListModReq,
+ id := id_PDUSessionResourceModifyListModCfm,
criticality := ignore,
value_ := { PDUSessionResourceModifyListModCfm := p_pDUSessionResourceModifyListModCfm
}

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iddcf4e3081d47f91e3b6ec52186116bf93e28c90
Gerrit-Change-Number: 42419
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>