pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35356?usp=email )


Change subject: library/GTPv2_Templates: Fix seq nr not set in 
ts_GTP2C_DeleteSessionResp
......................................................................

library/GTPv2_Templates: Fix seq nr not set in ts_GTP2C_DeleteSessionResp

Change-Id: I8409eb35fc2f0bda6c5e11ae5c3d7628503bb2cd
---
M library/GTPv2_Templates.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/56/35356/1

diff --git a/library/GTPv2_Templates.ttcn b/library/GTPv2_Templates.ttcn
index 6ea06a2..4af82e8 100644
--- a/library/GTPv2_Templates.ttcn
+++ b/library/GTPv2_Templates.ttcn
@@ -969,7 +969,7 @@
 ts_GTP2C_DeleteSessionResp(template (value) OCT4 d_teid,
                           template (value) OCT3 seq,
                           template (value) GTP2C_Cause cause) :=
-ts_PDU_GTP2C(d_teid, '000000'O, '25'O, {
+ts_PDU_GTP2C(d_teid, seq, '25'O, {
        deleteSessionResponse := {
                cause := ts_GTP2C_Cause(cause, '0'B),
                recovery := omit,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35356?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

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

Reply via email to