Skip to content
Success

Changes

Summary

  1. ipaccess: Deprecate ipa_msg_push_header() API (details)
Commit 71b06e365ab01bcd5d483c48864f86febc612596 by Pau Espin Pedrol
ipaccess: Deprecate ipa_msg_push_header() API

We already have sibling APIs in libosmocore and libosmo-netif. There's
no need to have yet another API in libosmo-abis, which shouldn't export
public IPA related APIs (it's not its aim).

Replace internal use of ipa_msg_push_header() with libosmocore's
ipa_prepend_header() (the l2h is not really needed anywhere in there).

Change-Id: I59b216c8a5e5a8744d337773ccf6f8d674b9513d
The file was modifiedinclude/osmocom/abis/ipa.h
The file was modifiedsrc/input/ipa.c
The file was modifiedsrc/input/ipa_keepalive.c