pespin submitted this 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(-)
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.