From 8d8f91c18bfbee770b6be721849d1e50bc4f1e51 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 4 Oct 2018 06:19:45 +0700 Subject: BTS_Tests.ttcn: mark f_unitdata_mo() as private Change-Id: Idd31608cd91631a92ea9d73e1db508605d7314d4 --- bts/BTS_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index c95f48ab..ea759376 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -3746,7 +3746,7 @@ private altstep as_rsl_any_ind(boolean exp_any) runs on ConnHdlr { } /* Send UI frame from MS and expect it to arrive as RLL UNITDATA IND on Abis */ -function f_unitdata_mo( +private function f_unitdata_mo( RslLinkId link_id, octetstring l3, boolean exp_sacch := true, /* Should tolerate SACCH messages? */ -- cgit v1.2.3