osmo-bts.git branch master updated. 0.6.0-10-gec33b03

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

gitosis at osmocom.org gitosis at osmocom.org
Mon Oct 9 10:20:07 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  ec33b0397f5d71248c5834513d4be7b9b0e46366 (commit)
      from  8a89c7d3c327c3594c8dc6251179c0e66b1ba3e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=ec33b0397f5d71248c5834513d4be7b9b0e46366

commit ec33b0397f5d71248c5834513d4be7b9b0e46366
Author: Max <msuraev at sysmocom.de>
Date:   Sun Oct 8 17:56:33 2017 +0200

    Remove build dependency on legacy OpenBSC
    
    * copy-paste gsm_data_shared.* from OpenBSC master
    * remove corresponding configure check and option
    * remove .deb dependency
    
    Actual refactoring with removal of unnecessary structures/parts, moving
    common OpenBSC/OsmoBSC parts into libraries etc. are left for further
    patches.
    
    Current patch will make coexistence with *BSC easier and will simplify
    our build infrastructure.
    
    Change-Id: I9f004fb5c4c1db29d4792dfd281d388c7063da13
    Related: OS#1923

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                        |  18 +-
 debian/control                      |   1 -
 debian/rules                        |   2 +-
 include/Makefile.am                 |   2 -
 include/openbsc/gsm_data.h          |   1 -
 include/osmo-bts/Makefile.am        |   2 +-
 include/osmo-bts/gsm_data.h         |   2 +-
 include/osmo-bts/gsm_data_shared.h  | 999 ++++++++++++++++++++++++++++++++++++
 src/common/Makefile.am              |   2 +-
 src/common/gsm_data_shared.c        | 854 +++++++++++++++++++++++++++++-
 src/osmo-bts-litecell15/Makefile.am |   2 +-
 src/osmo-bts-octphy/Makefile.am     |   2 +-
 src/osmo-bts-sysmo/Makefile.am      |   2 +-
 src/osmo-bts-trx/Makefile.am        |   2 +-
 src/osmo-bts-virtual/Makefile.am    |   2 +-
 tests/agch/Makefile.am              |   2 +-
 tests/cipher/Makefile.am            |   2 +-
 tests/handover/Makefile.am          |   2 +-
 tests/meas/Makefile.am              |   2 +-
 tests/misc/Makefile.am              |   2 +-
 tests/paging/Makefile.am            |   2 +-
 tests/sysmobts/Makefile.am          |   2 +-
 tests/tx_power/Makefile.am          |   2 +-
 23 files changed, 1870 insertions(+), 39 deletions(-)
 delete mode 120000 include/openbsc/gsm_data.h
 create mode 100644 include/osmo-bts/gsm_data_shared.h


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list