neels has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/93/41193/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index 2ef7b4d..6bbebc6 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 },
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41193?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2fdafa88be1f25c90c7e1a34423a25aa7f5bff5c
Gerrit-Change-Number: 41193
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>