aboutsummaryrefslogtreecommitdiffstats
path: root/libosmo-pfcp.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2023-03-09libosmo-pfcp.pc: move libosmogsm to RequiresNeels Janosch Hofmeyr1-2/+1
It appears Requires.private is not working as intended. Moving to Requires seems to fix the problem I am seeing on my machine: CCLD unique_ids_test /usr/bin/ld: /usr/local/lib/libosmo-pfcp.so: undefined reference to `osmo_apn_to_str' /usr/bin/ld: /usr/local/lib/libosmo-pfcp.so: undefined reference to `osmo_apn_from_str' Change-Id: I319173c1fab068dfe1361ae6cd02f729461d4cf8
2023-02-24libosmo-pfcp.pc.in: add missing libosmogsmNeels Janosch Hofmeyr1-0/+1
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 Since libosmo-pfcp merely calls the two functions and none of libosmogsm is exposed in the libosmo-pfcp API, it suffices to use Requires.private in the .pc file. Change-Id: Ie1c92d251af6a3e42759ff0da0d3693356b5e1d3
2022-08-23pkgconfig: add missing 'Requires:'Neels Hofmeyr1-0/+1
Change-Id: I018caa584cb1f5fa1b2a7e6e6f9ec26e5b54eea7
2022-06-17install libosmo-pfcpNeels Hofmeyr1-0/+10
The first user of this is osmo-hnbgw, to implement GTP mapping via a UPF. Related: SYS#5895 Change-Id: If4465095000a898296d69d5b725507f909c87aa3