aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2016-10-26 15:19:41 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-25 14:04:08 +0200
commitb4999b60d48bcbb5aa575973d068e07ab672e095 (patch)
tree6daf591f6bd52976cf0513a3f73df8bd158d6cc0 /openbsc/src/libbsc/Makefile.am
parent94bbc73bce304609124e9f617953a11634905d58 (diff)
pcu_sock: add basic pcu interface support
Adds a basic version of a pcu socket interface, similar to the one that can be found in osmo-bts. Change-Id: Ib13cb4099d12fa71e9e0b8727e19ab29e11909b2
Diffstat (limited to 'openbsc/src/libbsc/Makefile.am')
-rw-r--r--openbsc/src/libbsc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/Makefile.am b/openbsc/src/libbsc/Makefile.am
index fd8f37a79..e78bde624 100644
--- a/openbsc/src/libbsc/Makefile.am
+++ b/openbsc/src/libbsc/Makefile.am
@@ -36,6 +36,7 @@ libbsc_a_SOURCES = \
handover_decision.c \
handover_logic.c \
meas_rep.c \
+ pcu_sock.c \
rest_octets.c \
system_information.c \
e1_config.c \