Skip to content
Success

Changes

Summary

  1. libosmo-gprs-*.pc.in: add libtalloc-dev (details)
  2. debian/rules: remove override_dh_strip (details)
  3. Make compatible with libosmocore >= 1.10.0 (details)
Commit 8416baf05d74d0ba4d32170605e6ca7c544632ad by Oliver Smith
libosmo-gprs-*.pc.in: add libtalloc-dev

These libraries use talloc. Add it to Requires.private for the
pkg-config files, and to debian/control of related -dev packages.

Change-Id: I0bbd565b25d400d86c98afb5ff7fb98dd524352c
The file was modifiedlibosmo-gprs-gmm.pc.in
The file was modifiedlibosmo-gprs-sm.pc.in
The file was modifiedlibosmo-gprs-sndcp.pc.in
The file was modifieddebian/control
The file was modifiedlibosmo-gprs-rlcmac.pc.in
Commit f621d67f288acff5a420683852b5717ebcf3fca5 by Oliver Smith
debian/rules: remove override_dh_strip

Remove this rule, as is not needed.

From https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg:
> it should not be necessary to use the old manually generated ones anymore.

Change-Id: I03ea18523dcac4db8069e6481b25e2db836c7200
The file was modifieddebian/rules
Commit 821550ca617dad175e7f61f5ec1d343d23cbecdc by Oliver Smith
Make compatible with libosmocore >= 1.10.0

Work towards preparing a release tag for libosmo-gprs, as osmocom-bb
is now in osmocom:latest but cannot build due to the missing
libosmo-gprs dependency.

libosmo-gprs currently doesn't build against latest stable libosmocore,
because it uses new enum values introduced in libosmocore master. Add
defines for these temporarily, until a new libosmocore version is
released and libosmo-gprs can depend on it.

Related: osmocom-bb Ifbfaead7ae89d9ac747d1bb495f061c5cbe7a241
Related: fbdcd28 ("gmm: gprs_gmm_att_tlvdef: Add newer definitions…")
Change-Id: I7476f1c7915770d6529104a7a58cb8c16a371ddd
The file was modifiedTODO-RELEASE
The file was modifiedsrc/gmm/gmm_pdu.c