pespin has uploaded this change for review.

View Change

ngap: Fix wrong IE Id in m_n2_PDUSessionResourceModifyResponse()

Change-Id: I13547e548e5323fe54340393cbe9f333f10c5969
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/98/40898/1
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index 9729823..8b297e4 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -644,7 +644,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
- id := id_PDUSessionResourceModifyListModReq,
+ id := id_PDUSessionResourceModifyListModRes,
criticality := reject,
value_ := { PDUSessionResourceModifyListModRes := p_pDUSessionResourceModifyListModRes
}

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

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