pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43434?usp=email )
Change subject: deps/Makefile: Update to newer PFCP with change in one field
name
......................................................................
deps/Makefile: Update to newer PFCP with change in one field name
The newer version of the dep changed a field to be in line with other
fields (and to overcome collision when adding a new type FAR_ID_List
later on).
Change-Id: Ibb863b7607c603ea7be09e24073da2e19b7fdcbb
---
M deps/Makefile
M library/PFCP_Templates.ttcn
2 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/deps/Makefile b/deps/Makefile
index 6f54041..7dda98c 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -107,7 +107,7 @@
titan.ProtocolModules.SUA_commit= R.5.A-5-gcf1137a
titan.ProtocolModules.TCP_commit= R.3.A-5-g39e5f45
titan.ProtocolModules.UDP_commit= R.4.A-5-geea8aa3
-titan.ProtocolModules.PFCP_v15.1.0_commit=
c995f70038465a0d455a553780bcee67eed5a7cd
+titan.ProtocolModules.PFCP_v15.1.0_commit=
32e7ceb4a451b25c6de627b7f64c4464a2407010
titan.TestPorts.AF_PACKET_commit= 0.1-5-g89ebea6
titan.TestPorts.Common_Components.Socket-API_commit= R.6.A-6-gf4380d0
titan.TestPorts.Common_Components.Abstract_Socket_commit= R.9.B-4-gbd41994
diff --git a/library/PFCP_Templates.ttcn b/library/PFCP_Templates.ttcn
index 5857048..c1fb753 100644
--- a/library/PFCP_Templates.ttcn
+++ b/library/PFCP_Templates.ttcn
@@ -941,7 +941,7 @@
precedence := ts_PFCP_Precedence(0),
pdi := pdi,
outer_header_removal := ohr,
- FAR_ID_list := { ts_PFCP_FAR_ID(far_id) },
+ fAR_ID_list := { ts_PFCP_FAR_ID(far_id) },
uRR_ID_list := omit,
qER_ID_list := omit,
activate_predefined_rules := omit
@@ -959,7 +959,7 @@
precedence := tr_PFCP_Precedence(?),
pdi := pdi,
outer_header_removal := ohr,
- FAR_ID_list := { tr_PFCP_FAR_ID(far_id) },
+ fAR_ID_list := { tr_PFCP_FAR_ID(far_id) },
uRR_ID_list := *,
qER_ID_list := *,
activate_predefined_rules := *
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43434?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: Ibb863b7607c603ea7be09e24073da2e19b7fdcbb
Gerrit-Change-Number: 43434
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>