osmo-bts.git branch master updated. 0.7.0-159-gd8cd756

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
Sat Mar 17 14:08:10 UTC 2018


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  d8cd756da48bcff9f9caf9e64fc0af047a165b60 (commit)
      from  7c4a22dbc48f51eb199766bf1b29e061bf765cbd (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=d8cd756da48bcff9f9caf9e64fc0af047a165b60

commit d8cd756da48bcff9f9caf9e64fc0af047a165b60
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Mar 17 12:22:40 2018 +0100

    Get rid of 'struct gsm_bts_role_bts'
    
    gsm_bts_role_bts was introduced at a time when we still shared
    gsm_data_shared.[ch] between BSC and BTS, and where we then subsequently
    needed a BTS-private structure.  Since that sharing was abandoned quite
    some time ago, we can merge gsm_bts_role_bts into gsm_bts and do away
    with the bts/btsb dualism in a lot of the code.
    
    Change-Id: I4fdd601ea873d9697f89a748cc77bcf7c978fa3e

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

Summary of changes:
 include/osmo-bts/gsm_data.h              | 101 +--------------------------
 include/osmo-bts/gsm_data_shared.h       |  92 ++++++++++++++++++++++++-
 include/osmo-bts/paging.h                |   4 +-
 src/common/abis.c                        |   6 +-
 src/common/bts.c                         | 111 ++++++++++++++----------------
 src/common/cbch.c                        |  18 ++---
 src/common/handover.c                    |  12 ++--
 src/common/l1sap.c                       |  50 +++++++-------
 src/common/load_indication.c             |  47 ++++++-------
 src/common/main.c                        |   8 +--
 src/common/oml.c                         |  60 ++++++++--------
 src/common/paging.c                      |  23 +++----
 src/common/pcu_sock.c                    |  10 +--
 src/common/power_control.c               |   3 +-
 src/common/rsl.c                         |  15 ++--
 src/common/sysinfo.c                     |   7 +-
 src/common/vty.c                         | 113 +++++++++++++------------------
 src/osmo-bts-litecell15/l1_if.c          |   3 +-
 src/osmo-bts-litecell15/main.c           |   4 +-
 src/osmo-bts-litecell15/oml.c            |   3 +-
 src/osmo-bts-litecell15/utils.c          |   3 +-
 src/osmo-bts-octphy/l1_if.c              |   6 +-
 src/osmo-bts-sysmo/l1_if.c               |   3 +-
 src/osmo-bts-sysmo/main.c                |   4 +-
 src/osmo-bts-sysmo/oml.c                 |   3 +-
 src/osmo-bts-sysmo/sysmobts_vty.c        |   3 +-
 src/osmo-bts-sysmo/utils.c               |   3 +-
 src/osmo-bts-trx/main.c                  |   4 +-
 src/osmo-bts-virtual/main.c              |   5 +-
 src/osmo-bts-virtual/scheduler_virtbts.c |  21 +++---
 tests/agch/agch_test.c                   |  26 ++++---
 tests/cipher/cipher_test.c               |  32 ++++-----
 tests/handover/handover_test.c           |   5 +-
 tests/paging/paging_test.c               |  24 +++----
 tests/power/power_test.c                 |   5 +-
 tests/sysmobts/sysmobts_test.c           |  11 ++-
 36 files changed, 371 insertions(+), 477 deletions(-)


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



More information about the osmocom-commitlog mailing list