Change in osmo-ttcn3-hacks[master]: bsc CBSP: quick-fix f_cbsp_init_client()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Tue Jul 28 23:49:01 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19435 )


Change subject: bsc CBSP: quick-fix f_cbsp_init_client()
......................................................................

bsc CBSP: quick-fix f_cbsp_init_client()

Expecting a CBSP RESTART when connecting as CBSP client does not work. This
test should probably *send* a CBSP RESTART instead, but simply omitting that
for now helps to get the CBSP tests running at all first.

Change-Id: Ib93530691344c6dc4c0a8318bee2edf87e309a42
---
M bsc/BSC_Tests_CBSP.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/35/19435/1

diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn
index d6a4b82..781bb8b 100644
--- a/bsc/BSC_Tests_CBSP.ttcn
+++ b/bsc/BSC_Tests_CBSP.ttcn
@@ -103,7 +103,8 @@
 private function f_cbsp_init_client() runs on cbsp_test_CT {
 	f_init();
 	CBSP_Adapter.f_connect(mp_bsc_ip, mp_bsc_cbsp_port, "", -1);
-	f_cbsp_init_tail();
+	/* TODO: should this send a CBSP RESTART? */
+	setverdict(pass);
 }
 
 private function f_cbsp_init_server() runs on cbsp_test_CT {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19435
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ib93530691344c6dc4c0a8318bee2edf87e309a42
Gerrit-Change-Number: 19435
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200728/3524ed5f/attachment.htm>


More information about the gerrit-log mailing list