BTS_Tests.ttcn: mark f_unitdata_mo() as private

Change-Id: Idd31608cd91631a92ea9d73e1db508605d7314d4
This commit is contained in:
Vadim Yanitskiy 2018-10-04 06:19:45 +07:00
parent ad131c874a
commit 8d8f91c18b
1 changed files with 1 additions and 1 deletions

View File

@ -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? */