aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-pfcp/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2022-06-17 17:34:53 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-17 18:15:43 +0200
commit6b458fa06072dddd26ec71ceed9b07d6061268e5 (patch)
tree53a11ccc18e0171a6969c7ce3627b6aa946f6208 /src/libosmo-pfcp/Makefile.am
parent3b8fc0d69421654f75347d4627728aeb95f03a99 (diff)
add generic PFCP CP peer implementation0.1.0
Will be used by osmo-hnbgw, our first PFCP Control Plane entity. The implementation is generic enough that it can be re-used by other CP entities. Related: SYS#5895 Change-Id: If8c5f69f596ea6ba8bd1723f4dc57b91d3799795
Diffstat (limited to 'src/libosmo-pfcp/Makefile.am')
-rw-r--r--src/libosmo-pfcp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am
index 1f4b80f..a1e9904 100644
--- a/src/libosmo-pfcp/Makefile.am
+++ b/src/libosmo-pfcp/Makefile.am
@@ -28,6 +28,7 @@ libosmo_pfcp_la_SOURCES = \
pfcp_ies_custom.c \
pfcp_msg.c \
pfcp_strs.c \
+ pfcp_cp_peer.c \
\
pfcp_ies_auto.c \
$(NULL)