Change in osmo-ttcn3-hacks[master]: BSC_Tests.ttcn: mark some functions as non-private

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jun 1 16:26:29 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/9410


Change subject: BSC_Tests.ttcn: mark some functions as non-private
......................................................................

BSC_Tests.ttcn: mark some functions as non-private

Change-Id: I25301d27510cbe41c09d4fd81c07d453c5f5b4ef
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 40e777e..74a74d8 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -562,7 +562,7 @@
 }
 
 /* generate an assignment request for either AoIP or SCCPlite */
-private function f_gen_ass_req() return PDU_BSSAP {
+function f_gen_ass_req() return PDU_BSSAP {
 	var PDU_BSSAP ass_cmd;
 	if (mp_bssap_cfg.transport == BSSAP_TRANSPORT_AoIP) {
 		var BSSMAP_IE_AoIP_TransportLayerAddress tla :=
@@ -576,7 +576,7 @@
 }
 
 /* generate an assignment complete template for either AoIP or SCCPlite */
-private function f_gen_exp_compl() return template PDU_BSSAP {
+function f_gen_exp_compl() return template PDU_BSSAP {
 	var template PDU_BSSAP exp_compl;
 	if (mp_bssap_cfg.transport == BSSAP_TRANSPORT_AoIP) {
 		exp_compl := tr_BSSMAP_AssignmentComplete(omit, ?);
@@ -1740,7 +1740,7 @@
 }
 type record of CodecListTest CodecListTests
 
-private function f_TC_assignment_codec(charstring id) runs on MSC_ConnHdlr {
+function f_TC_assignment_codec(charstring id) runs on MSC_ConnHdlr {
 	var PDU_BSSAP ass_cmd := f_gen_ass_req();
 	var template PDU_BSSAP exp_compl := f_gen_exp_compl();
 

-- 
To view, visit https://gerrit.osmocom.org/9410
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I25301d27510cbe41c09d4fd81c07d453c5f5b4ef
Gerrit-Change-Number: 9410
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180601/517a8431/attachment.htm>


More information about the gerrit-log mailing list