From: Pablo Neira Ayuso pablo@gnumonks.org
Hi!
This patchset contains several updates for the generic IPA infrastructure which provides an abstraction upon the generic socket infrastructure for IPA traffic.
After this patchset, it will follow up one patch to use it in openBSC.
You can find these changes in the pablo/ipa-updates branch of libosmo-abis.
Please, merge them.
Pablo Neira Ayuso (7): ipa: remove bogus driver_name parameter from ipa_client_create ipa: rename all reference to ipa_*_peer to ipa_*_conn tests: remove reference to internal headers in ipa_proxy_test ipa: use default write callback in ipa_client_conn_create if not specified ipa: fix segfault in ipa_client_conn_create if no E1 timeslot is specified ipa: better log error messages for ipa_msg_recv() ipa: use DEBUG level instead of NOTICE for debugging log messages
include/osmocom/abis/ipa.h | 34 +++++----- src/input/hsl.c | 22 +++--- src/input/ipa.c | 153 ++++++++++++++++++++++---------------------- src/input/ipaccess.c | 26 ++++---- src/ipa_proxy.c | 22 +++--- tests/ipa_proxy_test.c | 4 +- 6 files changed, 128 insertions(+), 133 deletions(-)