neels has uploaded this change for review.

View Change

libosmo-pfcp.pc.in: add missing libosmogsm

We use osmo_apn_from_str() and osmo_apn_to_str(), defined in libosmogsm,
since this commit:
"fix coding of Network Instance IE"
8368e7d5d59140fc77b890493a47a08cd644e2f8
I9d67464ef0f92b0512cfd6e48d203f8828a82a19

Change-Id: Ie1c92d251af6a3e42759ff0da0d3693356b5e1d3
---
M libosmo-pfcp.pc.in
1 file changed, 16 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/04/31504/1
diff --git a/libosmo-pfcp.pc.in b/libosmo-pfcp.pc.in
index 0ed5160..cafbdd3 100644
--- a/libosmo-pfcp.pc.in
+++ b/libosmo-pfcp.pc.in
@@ -6,6 +6,6 @@
Name: Osmocom PFCP library
Description: C Utility Library that implements the PFCP protocol and endpoint
Version: @VERSION@
-Requires: libosmo-gtlv, libosmocore, talloc
+Requires: libosmo-gtlv, libosmogsm, libosmocore, talloc
Libs: -L${libdir} -losmo-pfcp
Cflags: -I${includedir}/

To view, visit change 31504. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Ie1c92d251af6a3e42759ff0da0d3693356b5e1d3
Gerrit-Change-Number: 31504
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange