[PATCH 0/3] Cleanup and restructure

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/OpenBSC@lists.osmocom.org/.

suraev at alumni.ntnu.no suraev at alumni.ntnu.no
Tue Jan 26 18:27:10 UTC 2016


From: Max <msuraev at sysmocom.de>

This small patchset enables future hardware support by restructuring sources and
cleaning up few bits here and there.

Max (3):
  Cleanup build
  Rename define for direct hw access
  Restructure sources

 .gitignore                              |  2 ++
 configure.ac                            |  2 +-
 src/Makefile.am                         | 51 +++++++++++++++++++--------------
 src/{ => osmo-bts-sysmo}/femtobts.c     |  0
 src/{ => osmo-bts-sysmo}/femtobts.h     |  0
 src/{ => osmo-bts-sysmo}/sysmo_l1_fwd.c |  0
 src/{ => osmo-bts-sysmo}/sysmo_l1_hw.c  |  4 +--
 src/{ => osmo-bts-sysmo}/sysmo_l1_if.c  |  0
 src/{ => osmo-bts-sysmo}/sysmo_l1_if.h  |  0
 src/osmobts_sock.cpp                    |  2 +-
 src/pcu_l1_if.cpp                       |  6 ++--
 11 files changed, 39 insertions(+), 28 deletions(-)
 rename src/{ => osmo-bts-sysmo}/femtobts.c (100%)
 rename src/{ => osmo-bts-sysmo}/femtobts.h (100%)
 rename src/{ => osmo-bts-sysmo}/sysmo_l1_fwd.c (100%)
 rename src/{ => osmo-bts-sysmo}/sysmo_l1_hw.c (97%)
 rename src/{ => osmo-bts-sysmo}/sysmo_l1_if.c (100%)
 rename src/{ => osmo-bts-sysmo}/sysmo_l1_if.h (100%)

-- 
2.5.0




More information about the OpenBSC mailing list