Attention is currently required from: pespin.
pespin uploaded patch set #5 to this change.
input: Get rid of abis/ipa.h dependency in e1_input and ipaccess.c
abis/ipa.h will eventually be deprecated. The only current use of
abis/ipa.h in libosmo-abis itself is in helper code such as:
* tests/ipa_recv/ipa_recv_test.c
* src/ipa_proxy.c
ipaccess e1_input driver is also using struct ipa_keepalive_params,
which is only exported publicly in e1_input.h as a pointer and is only
really used internally, hence move a copy of the struct to internal.h
and use it internally (e1_input_vty.c) from there.
Leave a copy of the struct in its original abis/ipa.h (which as
mentioned contains code to be deprecated) for old users.
Change-Id: I4efb11ae44c28c4f56f71f5797966f6106493f2b
---
M include/internal.h
M include/osmocom/abis/e1_input.h
M src/e1_input_vty.c
M src/input/ipa.c
M src/input/ipaccess.c
M src/ipa_proxy.c
6 files changed, 11 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/43/39043/5
To view, visit change 39043. To unsubscribe, or for help writing mail filters, visit settings.