Change in osmo-ttcn3-hacks[master]: ns: fix missing f_ prefix for function f_tx_block_by_vty

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Sep 7 12:42:52 UTC 2021


lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25354 )

Change subject: ns: fix missing f_ prefix for function f_tx_block_by_vty
......................................................................

ns: fix missing f_ prefix for function f_tx_block_by_vty

All function should have this prefix

Change-Id: Id7b692b3b76946b36dcaa3d23b32b5ccb5007702
---
M ns/NS_Tests.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  osmith: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/ns/NS_Tests.ttcn b/ns/NS_Tests.ttcn
index 8b321ff..58aeacd 100644
--- a/ns/NS_Tests.ttcn
+++ b/ns/NS_Tests.ttcn
@@ -200,7 +200,7 @@
  * TTCN <-  NS: status (cause blocked)
  */
 testcase TC_rx_block_unitdata_over_blocked() runs on RAW_Test_CT {
-	tx_block_by_vty();
+	f_tx_block_by_vty();
 	f_sleep(1.0);
 
 	NSCP[0].send(ts_NS_UNITDATA(t_SduCtrlB, 42, '0011234242230101'O));
@@ -301,7 +301,7 @@
  * TTCN <-  NS: block
  * TTCN  -> NS: block ack
  */
-function tx_block_by_vty(float guard_secs := 30.0) runs on RAW_Test_CT {
+function f_tx_block_by_vty(float guard_secs := 30.0) runs on RAW_Test_CT {
 	f_init_vty();
 	f_init_ns_codec(mp_nsconfig, guard_secs := guard_secs);
 
@@ -321,7 +321,7 @@
 }
 
 testcase TC_tx_block_by_vty() runs on RAW_Test_CT {
-	tx_block_by_vty(30.0);
+	f_tx_block_by_vty(30.0);
 	f_sleep(1.0);
 	f_clean_ns_codec();
 }
@@ -332,7 +332,7 @@
 testcase TC_tx_block_by_vty_reset() runs on RAW_Test_CT {
 	timer T := 10.0;
 
-	tx_block_by_vty(60.0);
+	f_tx_block_by_vty(60.0);
 	f_outgoing_ns_reset();
 
 	var default d := activate(ax_rx_fail_on_any_ns());

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25354
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: Id7b692b3b76946b36dcaa3d23b32b5ccb5007702
Gerrit-Change-Number: 25354
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210907/38d69488/attachment.htm>


More information about the gerrit-log mailing list