osmo-bts.git branch pmaier/octdynts updated. 0.4.0-581-g2023cdd

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 Aug 14 20:24:27 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, pmaier/octdynts has been updated
  discards  4a111fc5e9e0fb7a5d330286315cb0f880342e21 (commit)
  discards  afee2fd264f8d806859ae02dc3b34039e97c459d (commit)
  discards  dc61555fe0d4bc1142c9de433ed9f17a776bab91 (commit)
       via  2023cdda6518ed68feaae1eee39adaa95ac4803a (commit)
       via  fb78397cbdc652a24a7b9d0487f761ccde21728a (commit)
       via  fe6c75d24a1751341bcee91cb45c7ac7f5d07da3 (commit)
       via  bd65b72f91f195dd9b6ea2df67d6d1b36b1e9864 (commit)
       via  cd1b08b14f6a68e53ad7308cb5cd318f262426b7 (commit)
       via  bc56094cacd868cdb0336b215e4268bb69cab168 (commit)
       via  de99be4afbc35e22f4f0263b0e9661dcecdc1ea2 (commit)
       via  d1f8001cdf7ddc4ae5e0319af5a6a021f03fdb07 (commit)
       via  6fe823a7e1aa350584e60ad1813e3e154bbd003a (commit)
       via  d208132ab90e3314ae5fbd9830bf43c1b3fa1893 (commit)
       via  dc469994f34d365e8b607ce42a1de9d63fa57f40 (commit)
       via  82987f7a7dd35451b75326b34e36c8f83289f6f6 (commit)
       via  d6da809d2fe35a00e03b0ae1422536245acd28be (commit)
       via  69e0461674611425beefa4753d8743978259f19c (commit)
       via  bbd4d54e46b3d2ed7d134b8b103abd1683616b9f (commit)
       via  8edfe03595134b83569ade3821e40198209b521c (commit)
       via  cbb64cffa58e71747fd198d56b0370c51afeab5c (commit)
       via  824764fa6b34d8ed596aa8b08276126976d8e4b2 (commit)
       via  db4ab8e5cef3b1d0800c4d9eab0ea6a4ac886c22 (commit)
       via  69de62a57348a2b636021663d1271b5738ced116 (commit)
       via  9dccaa2064e63ba24dde6f7a9928f2ff70ef5943 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (4a111fc5e9e0fb7a5d330286315cb0f880342e21)
            \
             N -- N -- N (2023cdda6518ed68feaae1eee39adaa95ac4803a)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=2023cdda6518ed68feaae1eee39adaa95ac4803a

commit 2023cdda6518ed68feaae1eee39adaa95ac4803a
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Aug 14 16:38:54 2017 +0200

    octphy: implement support for dynamic timeslots
    
    Implement API functions bts_model_ts_connect() and
    bts_model_ts_disconnect() in order to support dynamic timeslot
    allocation.

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

Summary of changes:
 contrib/lc15bts-mgr.service                    |  19 ++-
 contrib/osmo-bts-lc15.service                  |   6 +-
 doc/examples/litecell15/lc15bts-mgr.cfg        |   4 +-
 include/osmo-bts/l1sap.h                       |   1 +
 include/osmo-bts/phy_link.h                    |   1 +
 src/common/l1sap.c                             |  83 +++++++----
 src/common/main.c                              |   2 +-
 src/common/measurement.c                       |   6 +-
 src/common/scheduler.c                         |   4 +-
 src/osmo-bts-litecell15/l1_if.c                |   8 +-
 src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c |  14 +-
 src/osmo-bts-octphy/l1_if.c                    |  10 +-
 src/osmo-bts-octphy/l1_oml.c                   | 189 +++++--------------------
 src/osmo-bts-sysmo/l1_if.c                     |   8 +-
 src/osmo-bts-trx/l1_if.c                       |   4 +-
 src/osmo-bts-trx/scheduler_trx.c               |  70 +++++----
 src/osmo-bts-trx/trx_if.c                      |  18 ++-
 src/osmo-bts-trx/trx_if.h                      |   4 -
 src/osmo-bts-trx/trx_vty.c                     |  83 ++++-------
 src/osmo-bts-virtual/bts_model.c               |  15 +-
 src/osmo-bts-virtual/l1_if.c                   |  12 +-
 src/osmo-bts-virtual/main.c                    |   4 +
 tests/agch/agch_test.c                         |   2 +-
 tests/cipher/cipher_test.c                     |   2 +-
 tests/handover/handover_test.c                 |   2 +-
 tests/meas/meas_test.c                         |   2 +-
 tests/paging/paging_test.c                     |   2 +-
 tests/tx_power/tx_power_test.c                 |   2 +-
 28 files changed, 251 insertions(+), 326 deletions(-)


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



More information about the osmocom-commitlog mailing list