aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-30 16:33:38 +0200
committerHarald Welte <laforge@gnumonks.org>2019-06-02 22:36:15 +0200
commit97cca2f5cb6840f9332897cb8b3c3d4d1801fcdf (patch)
treeaae623ddef45f2995245d73860fcf08afbc91d40
parentba0c81bf3fc6de7ce4fdf8699fd1214e90a4ff19 (diff)
move lapdm/L1CTL_Test.ttcn to bts/BTS_Tests_LAPDm.ttcn
-rw-r--r--Makefile2
-rw-r--r--bts/BTS_Tests_LAPDm.ttcn (renamed from lapdm/L1CTL_Test.ttcn)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 074e1516..b8778af4 100644
--- a/Makefile
+++ b/Makefile
@@ -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),)
diff --git a/lapdm/L1CTL_Test.ttcn b/bts/BTS_Tests_LAPDm.ttcn
index 1922f703..d6c605d5 100644
--- a/lapdm/L1CTL_Test.ttcn
+++ b/bts/BTS_Tests_LAPDm.ttcn
@@ -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;