Skip to content
Success

Changes

Summary

  1. pfcp: Add APIs to access struct osmo_pfcp_cp_peer (details)
  2. pfcp: Make struct osmo_pfcp_cp_peer private (details)
Commit a5ffc97c688105cc9784e8a11c86acc15aa7ad31 by Pau Espin Pedrol
pfcp: Add APIs to access struct osmo_pfcp_cp_peer

Provide APIs so that users don't need to know the struct layout.

Change-Id: Ic8a5d5ec4237aa8520d426252c924c9617d1d08a
The file was modifiedsrc/libosmo-pfcp/pfcp_cp_peer.c
The file was modifiedTODO-RELEASE
The file was modifiedinclude/osmocom/pfcp/pfcp_cp_peer.h
Commit 3b3eeb73b35a9fc972347f6fdd41a87ea8306ef9 by Pau Espin Pedrol
pfcp: Make struct osmo_pfcp_cp_peer private

Only user of this lib so far, osmo-hnbgw, will get patches so that
it doesn't access the struct.
Make it private before anybody else starts using it.

Change-Id: I7f79ce239cb3c57bae2cf5846edf71e1aa03fa95
The file was modifiedTODO-RELEASE
The file was modifiedsrc/libosmo-pfcp/pfcp_cp_peer.c
The file was modifiedinclude/osmocom/pfcp/Makefile.am
The file was modifiedinclude/osmocom/pfcp/pfcp_cp_peer.h
The file was addedinclude/osmocom/pfcp/pfcp_cp_peer_private.h