move lapdm/L1CTL_Test.ttcn to bts/BTS_Tests_LAPDm.ttcn

Change-Id: Ibbc967f0bd9a19ab4bbd17f612654d72cb32d571
This commit is contained in:
Harald Welte 2019-05-30 16:33:38 +02:00
parent ba0c81bf3f
commit 97cca2f5cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS=bsc bsc-nat bts ggsn_tests hlr lapdm mgw msc pcu sccp selftest sgsn sip sysinfo
SUBDIRS=bsc bsc-nat bts ggsn_tests hlr mgw msc pcu sccp selftest sgsn sip sysinfo
NPROC=$(shell nproc 2>/dev/null)
ifeq ($(NPROC),)

View File

@ -1,4 +1,4 @@
module L1CTL_Test {
module BTS_Tests_LAPDm {
import from GSM_Types all;
import from Osmocom_Types all;
import from LAPDm_RAW_PT all;