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.orgHarald Welte has submitted this change and it was merged. ( 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, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 40e777e..80fb8c3 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, ?);
--
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: merged
Gerrit-Change-Id: I25301d27510cbe41c09d4fd81c07d453c5f5b4ef
Gerrit-Change-Number: 9410
Gerrit-PatchSet: 3
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180601/5547dd6b/attachment.htm>