aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-29 06:40:58 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-11-05 03:39:50 +0700
commitef1671c6ed3362958b95a7074c8d2242b756c6cf (patch)
tree1c80d546d39abcee29b0924e251a58b451c20369
parent44d25af9cd1288feda867ce60c636d9334521c4f (diff)
osmo-bts-lc15: use consistent name for containing directory
The binary is called 'osmo-bts-lc15', while the containing folder is named 'osmo-bts-litecell15'. This inconsistency complicates automatic generation of the XML VTY reference - fix it. Change-Id: I55c073fbd01aee42871101401d76d87e7c91832e Related: SYS#4937, OS#3036
-rw-r--r--.gitignore8
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/osmo-bts-lc15/Makefile.am (renamed from src/osmo-bts-litecell15/Makefile.am)0
-rw-r--r--src/osmo-bts-lc15/calib_file.c (renamed from src/osmo-bts-litecell15/calib_file.c)0
-rw-r--r--src/osmo-bts-lc15/hw_misc.c (renamed from src/osmo-bts-litecell15/hw_misc.c)0
-rw-r--r--src/osmo-bts-lc15/hw_misc.h (renamed from src/osmo-bts-litecell15/hw_misc.h)0
-rw-r--r--src/osmo-bts-lc15/l1_if.c (renamed from src/osmo-bts-litecell15/l1_if.c)0
-rw-r--r--src/osmo-bts-lc15/l1_if.h (renamed from src/osmo-bts-litecell15/l1_if.h)0
-rw-r--r--src/osmo-bts-lc15/l1_transp.h (renamed from src/osmo-bts-litecell15/l1_transp.h)0
-rw-r--r--src/osmo-bts-lc15/l1_transp_hw.c (renamed from src/osmo-bts-litecell15/l1_transp_hw.c)0
-rw-r--r--src/osmo-bts-lc15/lc15bts.c (renamed from src/osmo-bts-litecell15/lc15bts.c)0
-rw-r--r--src/osmo-bts-lc15/lc15bts.h (renamed from src/osmo-bts-litecell15/lc15bts.h)0
-rw-r--r--src/osmo-bts-lc15/lc15bts_vty.c (renamed from src/osmo-bts-litecell15/lc15bts_vty.c)0
-rw-r--r--src/osmo-bts-lc15/main.c (renamed from src/osmo-bts-litecell15/main.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_bid.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_bid.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_bid.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_bid.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_bts.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_bts.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_bts.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_bts.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_clock.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_clock.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_clock.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_clock.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_led.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_led.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_led.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_led.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_mgr.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_mgr.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_mgr.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_mgr.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_mgr_calib.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_mgr_nl.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_mgr_temp.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_mgr_vty.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_misc.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_misc.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_misc.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_misc.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_nl.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_nl.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_nl.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_nl.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_par.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_par.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_par.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_par.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_power.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_power.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_power.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_power.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_swd.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_swd.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_swd.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_swd.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_temp.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_temp.c)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_temp.h (renamed from src/osmo-bts-litecell15/misc/lc15bts_temp.h)0
-rw-r--r--src/osmo-bts-lc15/misc/lc15bts_util.c (renamed from src/osmo-bts-litecell15/misc/lc15bts_util.c)0
-rw-r--r--src/osmo-bts-lc15/oml.c (renamed from src/osmo-bts-litecell15/oml.c)0
-rw-r--r--src/osmo-bts-lc15/tch.c (renamed from src/osmo-bts-litecell15/tch.c)0
-rw-r--r--src/osmo-bts-lc15/utils.c (renamed from src/osmo-bts-litecell15/utils.c)0
-rw-r--r--src/osmo-bts-lc15/utils.h (renamed from src/osmo-bts-litecell15/utils.h)0
46 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 9c2ff789..d9965034 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,10 +35,10 @@ src/osmo-bts-sysmo/osmo-bts-sysmo-remote
src/osmo-bts-sysmo/sysmobts-mgr
src/osmo-bts-sysmo/sysmobts-util
-src/osmo-bts-litecell15/lc15bts-mgr
-src/osmo-bts-litecell15/lc15bts-util
-src/osmo-bts-litecell15/misc/.dirstamp
-src/osmo-bts-litecell15/osmo-bts-lc15
+src/osmo-bts-lc15/lc15bts-mgr
+src/osmo-bts-lc15/lc15bts-util
+src/osmo-bts-lc15/misc/.dirstamp
+src/osmo-bts-lc15/osmo-bts-lc15
src/osmo-bts-trx/osmo-bts-trx
diff --git a/configure.ac b/configure.ac
index 7ea97d17..58a7e38e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -374,7 +374,7 @@ AC_OUTPUT(
src/osmo-bts-virtual/Makefile
src/osmo-bts-omldummy/Makefile
src/osmo-bts-sysmo/Makefile
- src/osmo-bts-litecell15/Makefile
+ src/osmo-bts-lc15/Makefile
src/osmo-bts-oc2g/Makefile
src/osmo-bts-trx/Makefile
src/osmo-bts-octphy/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 70e4d968..b2870264 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,7 @@ SUBDIRS += osmo-bts-octphy
endif
if ENABLE_LC15BTS
-SUBDIRS += osmo-bts-litecell15
+SUBDIRS += osmo-bts-lc15
endif
if ENABLE_OC2GBTS
diff --git a/src/osmo-bts-litecell15/Makefile.am b/src/osmo-bts-lc15/Makefile.am
index bb68efaf..bb68efaf 100644
--- a/src/osmo-bts-litecell15/Makefile.am
+++ b/src/osmo-bts-lc15/Makefile.am
diff --git a/src/osmo-bts-litecell15/calib_file.c b/src/osmo-bts-lc15/calib_file.c
index 2641552f..2641552f 100644
--- a/src/osmo-bts-litecell15/calib_file.c
+++ b/src/osmo-bts-lc15/calib_file.c
diff --git a/src/osmo-bts-litecell15/hw_misc.c b/src/osmo-bts-lc15/hw_misc.c
index 9f070bba..9f070bba 100644
--- a/src/osmo-bts-litecell15/hw_misc.c
+++ b/src/osmo-bts-lc15/hw_misc.c
diff --git a/src/osmo-bts-litecell15/hw_misc.h b/src/osmo-bts-lc15/hw_misc.h
index 59ed04b7..59ed04b7 100644
--- a/src/osmo-bts-litecell15/hw_misc.h
+++ b/src/osmo-bts-lc15/hw_misc.h
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-lc15/l1_if.c
index b7c24c08..b7c24c08 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-lc15/l1_if.c
diff --git a/src/osmo-bts-litecell15/l1_if.h b/src/osmo-bts-lc15/l1_if.h
index 655e63fb..655e63fb 100644
--- a/src/osmo-bts-litecell15/l1_if.h
+++ b/src/osmo-bts-lc15/l1_if.h
diff --git a/src/osmo-bts-litecell15/l1_transp.h b/src/osmo-bts-lc15/l1_transp.h
index 7d6772e8..7d6772e8 100644
--- a/src/osmo-bts-litecell15/l1_transp.h
+++ b/src/osmo-bts-lc15/l1_transp.h
diff --git a/src/osmo-bts-litecell15/l1_transp_hw.c b/src/osmo-bts-lc15/l1_transp_hw.c
index ffe8613e..ffe8613e 100644
--- a/src/osmo-bts-litecell15/l1_transp_hw.c
+++ b/src/osmo-bts-lc15/l1_transp_hw.c
diff --git a/src/osmo-bts-litecell15/lc15bts.c b/src/osmo-bts-lc15/lc15bts.c
index 0ba89a11..0ba89a11 100644
--- a/src/osmo-bts-litecell15/lc15bts.c
+++ b/src/osmo-bts-lc15/lc15bts.c
diff --git a/src/osmo-bts-litecell15/lc15bts.h b/src/osmo-bts-lc15/lc15bts.h
index ecfeb3da..ecfeb3da 100644
--- a/src/osmo-bts-litecell15/lc15bts.h
+++ b/src/osmo-bts-lc15/lc15bts.h
diff --git a/src/osmo-bts-litecell15/lc15bts_vty.c b/src/osmo-bts-lc15/lc15bts_vty.c
index 4a9d7908..4a9d7908 100644
--- a/src/osmo-bts-litecell15/lc15bts_vty.c
+++ b/src/osmo-bts-lc15/lc15bts_vty.c
diff --git a/src/osmo-bts-litecell15/main.c b/src/osmo-bts-lc15/main.c
index 985d7dba..985d7dba 100644
--- a/src/osmo-bts-litecell15/main.c
+++ b/src/osmo-bts-lc15/main.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_bid.c b/src/osmo-bts-lc15/misc/lc15bts_bid.c
index 9284b62e..9284b62e 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_bid.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_bid.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_bid.h b/src/osmo-bts-lc15/misc/lc15bts_bid.h
index a71fdd7e..a71fdd7e 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_bid.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_bid.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_bts.c b/src/osmo-bts-lc15/misc/lc15bts_bts.c
index 0343e930..0343e930 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_bts.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_bts.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_bts.h b/src/osmo-bts-lc15/misc/lc15bts_bts.h
index 3918b870..3918b870 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_bts.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_bts.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_clock.c b/src/osmo-bts-lc15/misc/lc15bts_clock.c
index 71701496..71701496 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_clock.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_clock.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_clock.h b/src/osmo-bts-lc15/misc/lc15bts_clock.h
index d9673598..d9673598 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_clock.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_clock.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_led.c b/src/osmo-bts-lc15/misc/lc15bts_led.c
index a93d3fb0..a93d3fb0 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_led.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_led.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_led.h b/src/osmo-bts-lc15/misc/lc15bts_led.h
index b6d9d28b..b6d9d28b 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_led.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_led.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr.c b/src/osmo-bts-lc15/misc/lc15bts_mgr.c
index da21c9d0..da21c9d0 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_mgr.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr.h b/src/osmo-bts-lc15/misc/lc15bts_mgr.h
index 4bfbdbc9..4bfbdbc9 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_mgr.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c b/src/osmo-bts-lc15/misc/lc15bts_mgr_calib.c
index badb5455..badb5455 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_mgr_calib.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c b/src/osmo-bts-lc15/misc/lc15bts_mgr_nl.c
index 3a617dd7..3a617dd7 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_mgr_nl.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c b/src/osmo-bts-lc15/misc/lc15bts_mgr_temp.c
index 9665e1db..9665e1db 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_mgr_temp.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c b/src/osmo-bts-lc15/misc/lc15bts_mgr_vty.c
index 424ff18f..424ff18f 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_mgr_vty.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_misc.c b/src/osmo-bts-lc15/misc/lc15bts_misc.c
index 467b9d0a..467b9d0a 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_misc.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_misc.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_misc.h b/src/osmo-bts-lc15/misc/lc15bts_misc.h
index 79e9e686..79e9e686 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_misc.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_misc.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_nl.c b/src/osmo-bts-lc15/misc/lc15bts_nl.c
index 39f64aae..39f64aae 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_nl.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_nl.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_nl.h b/src/osmo-bts-lc15/misc/lc15bts_nl.h
index 340cf117..340cf117 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_nl.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_nl.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_par.c b/src/osmo-bts-lc15/misc/lc15bts_par.c
index af9d030f..af9d030f 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_par.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_par.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_par.h b/src/osmo-bts-lc15/misc/lc15bts_par.h
index 74295653..74295653 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_par.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_par.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_power.c b/src/osmo-bts-lc15/misc/lc15bts_power.c
index 1a37d8e6..1a37d8e6 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_power.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_power.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_power.h b/src/osmo-bts-lc15/misc/lc15bts_power.h
index b48cfdcd..b48cfdcd 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_power.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_power.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_swd.c b/src/osmo-bts-lc15/misc/lc15bts_swd.c
index eac64d66..eac64d66 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_swd.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_swd.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_swd.h b/src/osmo-bts-lc15/misc/lc15bts_swd.h
index b78a2c2a..b78a2c2a 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_swd.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_swd.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_temp.c b/src/osmo-bts-lc15/misc/lc15bts_temp.c
index 45602dcc..45602dcc 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_temp.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_temp.c
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_temp.h b/src/osmo-bts-lc15/misc/lc15bts_temp.h
index 35d81f1b..35d81f1b 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_temp.h
+++ b/src/osmo-bts-lc15/misc/lc15bts_temp.h
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_util.c b/src/osmo-bts-lc15/misc/lc15bts_util.c
index 430ce0f7..430ce0f7 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_util.c
+++ b/src/osmo-bts-lc15/misc/lc15bts_util.c
diff --git a/src/osmo-bts-litecell15/oml.c b/src/osmo-bts-lc15/oml.c
index 1fe7205a..1fe7205a 100644
--- a/src/osmo-bts-litecell15/oml.c
+++ b/src/osmo-bts-lc15/oml.c
diff --git a/src/osmo-bts-litecell15/tch.c b/src/osmo-bts-lc15/tch.c
index 526b2ddf..526b2ddf 100644
--- a/src/osmo-bts-litecell15/tch.c
+++ b/src/osmo-bts-lc15/tch.c
diff --git a/src/osmo-bts-litecell15/utils.c b/src/osmo-bts-lc15/utils.c
index 8d980ba8..8d980ba8 100644
--- a/src/osmo-bts-litecell15/utils.c
+++ b/src/osmo-bts-lc15/utils.c
diff --git a/src/osmo-bts-litecell15/utils.h b/src/osmo-bts-lc15/utils.h
index a2a22348..a2a22348 100644
--- a/src/osmo-bts-litecell15/utils.h
+++ b/src/osmo-bts-lc15/utils.h