pespin has uploaded this change for review.

View Change

NGAP_Functions.ttcn: Fix wrong offset of NGAP_ID_pair in uEContextReleaseCommand

Change-Id: I2302bebf75530f574a7fe2647b1eafcc4d5fd7df
---
M library/NGAP_Functions.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/80/40780/1
diff --git a/library/NGAP_Functions.ttcn b/library/NGAP_Functions.ttcn
index bfc4a54..3b19d90 100644
--- a/library/NGAP_Functions.ttcn
+++ b/library/NGAP_Functions.ttcn
@@ -75,7 +75,7 @@
return im.value_.initialContextSetupRequest.protocolIEs[1].value_.RAN_UE_NGAP_ID;
}
case (id_UEContextRelease) {
- return im.value_.uEContextReleaseCommand.protocolIEs[1].value_.uE_NGAP_IDs.uE_NGAP_ID_pair.rAN_UE_NGAP_ID;
+ return im.value_.uEContextReleaseCommand.protocolIEs[0].value_.uE_NGAP_IDs.uE_NGAP_ID_pair.rAN_UE_NGAP_ID;
}
case (id_PDUSessionResourceRelease) {
return im.value_.pDUSessionResourceReleaseCommand.protocolIEs[1].value_.rAN_UE_NGAP_ID;

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

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