pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/34/43434/1
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 e7d4a6c..5c4b43b 100644 --- a/library/PFCP_Templates.ttcn +++ b/library/PFCP_Templates.ttcn @@ -943,7 +943,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 @@ -961,7 +961,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 := *