osmo-bts.git branch fairwaves/master-rebase updated. 0.4.0-384-g7496298

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
Tue Feb 7 16:30:02 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, fairwaves/master-rebase has been updated
  discards  fd242e4d555223bfc171935a749344c3c322f2bd (commit)
       via  749629849cc16cb68b1975a77a3d2eb2ccafb7e7 (commit)
       via  eb4a3392e1f91f3a1f3485c90548a73c9ae9ea15 (commit)
       via  1beb9bcbe03c7e4888ddd73f0e518dd83f60d894 (commit)
       via  1965b0d88082e427930f95071e992f0d9be79047 (commit)
       via  67bc885c5d85237cc15b47ee2ee6773ea2af28e1 (commit)
       via  a760a043c4153770fe9577259989169cb2286a82 (commit)
       via  16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6 (commit)
       via  42ffb325f8e00a5bce0eefbce579ff7d86f73282 (commit)
       via  934408010954b41d03e8fadab1b115b5663b4468 (commit)
       via  8c45ae59f95d4b3efcffbd1b846d26e1de341931 (commit)
       via  d81e5e963aca09e79b0536d8f0d5ccf0a977f79c (commit)
       via  c1d8f5a490238afb3539402ed30c769f0447b086 (commit)
       via  f65b57a7071acd23ed5429df71393e76907a7283 (commit)
       via  871e0bec7e5218defc404b117dd6f89906c5c0da (commit)
       via  10b11325a77af9a159bf05af0cd2ad7a3d24dc58 (commit)
       via  8be9d7a6fef7991b7dbcf482ba2dfb63ab6faac9 (commit)
       via  ea5ccfa481a11246b2926f5395a71da631361b08 (commit)
       via  2b763cc30c6cc36185f44322bc3af35a5bcbb479 (commit)
       via  70b71507c27f8967b0aa31cad0b3070c6780f3b4 (commit)
       via  c37fd8898526dfeac3da620ddb4d2ad701c1fffd (commit)
       via  1e399f888e4e1c93e0e5b7fd69fce09a2587fb87 (commit)
       via  0e5b12f981e9844590db409ebe7584a57a0a3025 (commit)
       via  df75195666526d4ccd7e2e05c59db47fd02f9692 (commit)
       via  b76043e6f467bfba62c2c24a8d8553938d9205c1 (commit)
       via  de6d25e21d9a2e553fe53c50f2a9f372a28eeb16 (commit)
       via  4723a195081f0f9ff561e360620ee0ade50a2b39 (commit)
       via  962b33ea9d9640bcd0ed0f18c278cc55207d0f46 (commit)
       via  563b744b3801bede7b03e48e09edbd9c328862ab (commit)
       via  792573dc9747b256e143183cb555b9ef4ca697ef (commit)
       via  ec11a85929afffd46b0c3daf8979c90e992fb727 (commit)
       via  c038cb790309c4970980d6811456c3ed6bc4d896 (commit)
       via  94dd5060c82c174b0b0af25284593272252d5787 (commit)
       via  2cf6b73a4278627331bdbbb4addf1a8bc1d964ce (commit)
       via  f3763590bd4618904f9a414f80c0fc81c761237c (commit)
       via  bfd42c2b0aa3d4b945bf3e61c5968b96656e3660 (commit)
       via  f9778b2a26ce06959ee7e188eb1d533d896f1846 (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 (fd242e4d555223bfc171935a749344c3c322f2bd)
            \
             N -- N -- N (749629849cc16cb68b1975a77a3d2eb2ccafb7e7)

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=749629849cc16cb68b1975a77a3d2eb2ccafb7e7

commit 749629849cc16cb68b1975a77a3d2eb2ccafb7e7
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Mon Apr 25 20:04:14 2016 +0200

    rsl: Output RTP stats before closing the socket.
    
    It's useful to know RTP statistics (number of packets lost, jitter, etc)
    when looking at voice call quality issues. Right now this information is
    not avialable anywhere and this looks like the best place to start.

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

Summary of changes:
 debian/copyright                          |  81 ++++++++++
 debian/rules                              |   2 +-
 include/osmo-bts/control_if.h             |   3 +-
 include/osmo-bts/dtx_dl_amr_fsm.h         |  14 +-
 include/osmo-bts/msg_utils.h              |   1 +
 include/osmo-bts/oml.h                    |   7 +-
 include/osmo-bts/phy_link.h               |   3 +
 include/osmo-bts/rsl.h                    |   1 +
 include/osmo-bts/scheduler.h              |   4 +
 include/osmo-bts/signal.h                 |   1 +
 src/common/abis.c                         |   2 +-
 src/common/bts.c                          |  11 +-
 src/common/bts_ctrl_commands.c            |  15 ++
 src/common/bts_ctrl_lookup.c              |   6 +-
 src/common/dtx_dl_amr_fsm.c               | 214 +++++++++++++++++++------
 src/common/l1sap.c                        |  89 ++++++++---
 src/common/main.c                         |  16 +-
 src/common/measurement.c                  |   2 +-
 src/common/msg_utils.c                    | 135 ++++++++++++----
 src/common/oml.c                          | 258 ++++++++++++++----------------
 src/common/pcu_sock.c                     |   4 +-
 src/common/rsl.c                          |  54 ++++++-
 src/common/scheduler.c                    |  53 +++++-
 src/osmo-bts-litecell15/l1_if.c           |  29 +++-
 src/osmo-bts-litecell15/tch.c             |   7 +-
 src/osmo-bts-octphy/l1_oml.c              |  72 ++++++++-
 src/osmo-bts-octphy/octphy_vty.c          |  33 ++--
 src/osmo-bts-sysmo/l1_if.c                |  29 +++-
 src/osmo-bts-sysmo/misc/sysmobts_eeprom.h |   3 +-
 src/osmo-bts-sysmo/tch.c                  |   7 +-
 src/osmo-bts-sysmo/utils.c                |   2 +
 31 files changed, 856 insertions(+), 302 deletions(-)
 create mode 100644 debian/copyright


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



More information about the osmocom-commitlog mailing list