aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-22 14:50:20 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-22 16:52:27 +0100
commit7c075a2f740919344ff70ae440c0b69c872ac6cc (patch)
treee129b22a16f4a094dfe231b4329757c4a97753df /src/libmsc/Makefile.am
parentd6a769b51cb01f0a93fda9c792d7e1367e8e027b (diff)
dissolve libcommon,libcommon-cs: clean up vty definitions
From openbsc.git, we still have osmo-msc's VTY definitions spread across various places. Combine: - Move the go_parent_cb() and is_config_node() to msc_main.c, drop common_vty.c. - Move all of vty_interface_layer3.c into msc_vty.c. - Move all of common_cs_vty.c into msc_vty.c. - Move bsc_vty_init_extra() into msc_vty_init(). - Drop some unused definitions No functional nor cosmetic changes have been made in the moved code, plain copy-paste moving (even though the unidiff might look like edits in some places). I might have adjusted some blank lines though. Change-Id: Ia818c00ab613a19a34080b160d763b55c19f76b1
Diffstat (limited to 'src/libmsc/Makefile.am')
-rw-r--r--src/libmsc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmsc/Makefile.am b/src/libmsc/Makefile.am
index 91d185497..c6f4d78f4 100644
--- a/src/libmsc/Makefile.am
+++ b/src/libmsc/Makefile.am
@@ -44,7 +44,6 @@ libmsc_a_SOURCES = \
silent_call.c \
sms_queue.c \
ussd.c \
- vty_interface_layer3.c \
transaction.c \
osmo_msc.c \
ctrl_commands.c \