jolly has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41185?usp=email )
Change subject: Allow matching tr_GTP2C_CreateSessionReq with any tEID
......................................................................
Allow matching tr_GTP2C_CreateSessionReq with any tEID
Related: SYS#7635
Change-Id: I6fe3ba9f24bd0615e70ffe515c5b8c907ca8a494
---
M library/GTPv2_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
Objections:
pespin: I would prefer this is not merged as is
diff --git a/library/GTPv2_Templates.ttcn b/library/GTPv2_Templates.ttcn
index 752e85c..925735a 100644
--- a/library/GTPv2_Templates.ttcn
+++ b/library/GTPv2_Templates.ttcn
@@ -971,7 +971,7 @@
tr_GTP2C_CreateSessionReq(template (present) hexstring imsi := ?,
template (present) octetstring apn := ?,
template APCO apco := *) :=
-tr_PDU_GTP2C('00000000'O, ?, {
+tr_PDU_GTP2C(?, ?, {
createSessionRequest := {
iMSI := tr_GTP2C_Imsi(imsi),
mSISDN := *,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41185?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6fe3ba9f24bd0615e70ffe515c5b8c907ca8a494
Gerrit-Change-Number: 41185
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>