ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest

Older commit disabled the talloc report checks but forgot to add the
same line to the with-pfcp/ variant, and as a result the sed command in
jenkins.sh won't work there.

Fixes: cb4897e4c0
Change-Id: Id4eed548b3a552747e95784be3654952e10e96ab
This commit is contained in:
Pau Espin 2023-07-25 10:59:59 +02:00
parent 1335eb578b
commit 4a9f22b864
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ HNBGW_Tests.mp_cn_cfg := {
HNBGW_Tests.mp_enable_pfcp_tests := true;
HNBGW_Tests.mp_pfcp_ip_local := "172.18.35.203";
HNBGW_Tests.mp_pfcp_ip_remote := "172.18.35.20";
HNBGW_Tests.mp_validate_talloc_asn1 := true;
[MAIN_CONTROLLER]