This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
pablo at gnumonks.org pablo at gnumonks.orgFrom: Pablo Neira Ayuso <pablo at gnumonks.org>
This patchset gets osmocom-bb in sync with the namespace fixes for
libosmocore.
You can find them in pablo/namespace branch.
Please, merge it.
BTW: I had to temporarily disable mtk62xx compilation since I hit a
linking error. This problem occurs in the current git tree. I already
contacted Wolfram to let him know.
diff --git a/src/Makefile b/src/Makefile
index d6f556f..6ff4dc4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@ OSMOCORE_CONFIGURE_ENV= LIBOSMOCORE_LIBS=$(TOPDIR)/shared/libosmocore/build-host
                        LIBOSMOVTY_CFLAGS=-I$(TOPDIR)/shared/libosmocore/include \
                        LIBOSMOGSM_CFLAGS=-I$(TOPDIR)/shared/libosmocore/include
 
-all: libosmocore-target nofirmware firmware mtk-firmware
+all: libosmocore-target nofirmware firmware
 nofirmware: libosmocore-host layer23 osmocon gsmmap
 
 libosmocore-host: shared/libosmocore/build-host/src/.libs/libosmocore.la
Pablo Neira Ayuso (6):
  src: use namespace prefix osmo_timer*
  src: use namespace prefix osmo_fd* and osmo_select*
  src: use namespace prefix osmo_signal*
  src: use namespace prefix osmo_wqueue*
  src: use namespace prefix osmo_* for utils
  src: use namespace prefix osmo_* for crc16 functions