From 6b458fa06072dddd26ec71ceed9b07d6061268e5 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 17 Jun 2022 17:34:53 +0200 Subject: add generic PFCP CP peer implementation 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 --- include/osmocom/pfcp/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/pfcp/Makefile.am') 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 -- cgit v1.2.3