aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/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 /include/osmocom/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 'include/osmocom/pfcp/Makefile.am')
-rw-r--r--include/osmocom/pfcp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/pfcp/Makefile.am b/include/osmocom/pfcp/Makefile.am
index 5d2db19..898113f 100644
--- a/include/osmocom/pfcp/Makefile.am
+++ b/include/osmocom/pfcp/Makefile.am
@@ -5,6 +5,7 @@ pfcp_HEADERS = \
pfcp_msg.h \
pfcp_proto.h \
pfcp_strs.h \
+ pfcp_cp_peer.h \
$(NULL)
pfcpdir = $(includedir)/osmocom/pfcp