[PATCH 0/4] 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
Mon Feb 1 15:09:07 UTC 2016


From: Max <msuraev at sysmocom.de>

This is v2 of patchset to simplify new hardware support by restructuring sources,
simplifying internal API and cleaining up various bits and pieces.

Max (4):
  Cleanup build
  Rename define for direct hw access
  Restructure sources
  Change internal API for consistency

 .gitignore                              |  3 +-
 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  |  0
 src/{ => osmo-bts-sysmo}/sysmo_l1_if.c  |  8 +++---
 src/{ => osmo-bts-sysmo}/sysmo_l1_if.h  |  2 +-
 src/osmobts_sock.cpp                    |  2 +-
 src/pcu_l1_if.cpp                       | 17 ++++++-----
 11 files changed, 47 insertions(+), 38 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 (100%)
 rename src/{ => osmo-bts-sysmo}/sysmo_l1_if.c (98%)
 rename src/{ => osmo-bts-sysmo}/sysmo_l1_if.h (98%)

-- 
2.5.0




More information about the OpenBSC mailing list