library/GTPv2_Templates: Fix seq nr not set in ts_GTP2C_DeleteSessionResp

Change-Id: I8409eb35fc2f0bda6c5e11ae5c3d7628503bb2cd
This commit is contained in:
Pau Espin 2023-12-13 18:48:33 +01:00
parent ae04c793b1
commit 2e9988dc17
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ template (value) PDU_GTPCv2
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,