laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41193?usp=email )
Change subject: fixup for SCCP_MAX_OPTIONAL_DATA changing to 128 ......................................................................
fixup for SCCP_MAX_OPTIONAL_DATA changing to 128
Change-Id: I2fdafa88be1f25c90c7e1a34423a25aa7f5bff5c --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index cb7cdff..6cd67d0 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -958,8 +958,8 @@ f_init();
const Testdata_CR_Limits tests := { - { data_len := 130, max_optional_data := -1, expect_separate_sccp_cr := false }, - { data_len := 131, max_optional_data := -1, expect_separate_sccp_cr := true }, + { data_len := 128, max_optional_data := -1, expect_separate_sccp_cr := false }, + { data_len := 129, max_optional_data := -1, expect_separate_sccp_cr := true },
{ data_len := 100, max_optional_data := 100, expect_separate_sccp_cr := false }, { data_len := 101, max_optional_data := 100, expect_separate_sccp_cr := true },