Skip to content
Success

Changes

Summary

  1. ipaccess: Replace ipa_bts_id_resp() with libosmocore (details)
  2. ipaccess: Deprecate ipa_msg_push_header() API (details)
  3. libosmo-abis depends on libosmo-netif (details)
Commit 8a6e9aa3ba1d556195f9a49d050c80e2c2176209 by Pau Espin Pedrol
ipaccess: Replace ipa_bts_id_resp() with libosmocore ipa_ccm_make_id_resp_from_req()

Related: OS#2717
Change-Id: I7f32231bff792b01e33f604bbb8b68fe22876abb
The file was modifiedsrc/input/ipaccess.c
Commit 1de86474dd0c548109be2ace91cf8dabd8458fe4 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 modifiedsrc/input/ipa.c
The file was modifiedinclude/osmocom/abis/ipa.h
The file was modifiedsrc/input/ipa_keepalive.c
Commit fb1a37fd801439472778d2edadab066a2014b73e by Pau Espin Pedrol
libosmo-abis depends on libosmo-netif

Move the lapd-over-datagram-*.c examples from libosmo-netif to
libosmo-abis, since those examples requrie code provided by
libosmo-abis.

libosmo-abis will be soon making use of libosmo-netif APIs such as those
available in stream.h

Depends: libosmo-netif.git Change-Id I13d6e88158f6d9ce017986283183ee9c2cc68cae
Change-Id: I079dc3999de508301dd37ed03e399356a58d3cab
The file was modifiedMakefile.am
The file was addeddoc/examples/lapd-over-datagram/lapd-over-datagram-network.c
The file was addeddoc/examples/lapd-over-datagram/lapd-over-datagram-user.c
The file was addeddoc/Makefile.am
The file was modifiedcontrib/jenkins.sh
The file was modifiedTODO-RELEASE
The file was modifieddebian/control
The file was modifiedconfigure.ac
The file was addeddoc/examples/Makefile.am