osmo-bts.git branch neels/mnc3 updated. 0.7.0-121-gc7621ce

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 27 00:59:32 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, neels/mnc3 has been updated
  discards  8fc29594c09b00680d76afbebc40d2c8ef9fea02 (commit)
       via  c7621ce223cd28510f253e8ad580e1058da3be97 (commit)
       via  0d6c3e811007be828207c0f69ff4e2dddeeb64db (commit)
       via  3a80a56b9befe5f47cae5e4210ebc81d343b04f8 (commit)
       via  6381900677001088b8f2a74905cd3ac1994f33ba (commit)
       via  bcc20a871c61c9ab6188d6abe183dbced7ac241f (commit)
       via  591c8993e9533da419fe1d995748b545a374416f (commit)
       via  f100992a20ea1f833f44c8f97efcd58cd18016e0 (commit)
       via  49a8969bd6ff2cf89984a101677c5f09191a48ea (commit)
       via  de3b4a248e46b5bed1cce20774dceafc74c74073 (commit)
       via  989f779cfcaa89a6e1d979a3ba7d5ab8b16613b6 (commit)
       via  9c4ea743fdf0501be64bc09f8c6ae982da21627c (commit)
       via  756bfca599630ee64393d877343a9034416d20c3 (commit)
       via  681be20a8c32331dcb44db2ec0e99294f1eb89ba (commit)
       via  42c50727b50c3efd45654504dfcaa9eb3885a7da (commit)
       via  d3875a8fcbf8caf5e9c0180c4f9672d2cc9eac9b (commit)
       via  84de287da02f0c4392a8b1d482ee5d4d3bb4a8ff (commit)
       via  d7f8a1c16e8a6337539b5dae291f435cf0cf426e (commit)
       via  c1135015135f9c664dd6735f30fc94772c0d9ce8 (commit)
       via  19da7fdea8912831b19d9aeed51cd2226f342283 (commit)
       via  6e92255cc7694ad02094036a87aba46c6d8ec950 (commit)
       via  fc169ba7bba831f00de3490c49d0e2583c29db8a (commit)
       via  815ff00d239b5b20bb077e210b533c7ff32cb102 (commit)
       via  aa9ce821a09ebbe95364926a54aed6871d59d026 (commit)
       via  1effad1004d203c755b475ea6ef26586d45153f0 (commit)
       via  2de8f6c7ec3d7a2fd1520c09a5b4ba2a4a5b9248 (commit)
       via  b82b81b256b7e98872065600fc4e0daf6c0d430a (commit)
       via  a38deee5f1b714336cec253a730a6e3c254c64d2 (commit)
       via  232f53adf0e7ea3211bdfe60f7c3b629a9648fa1 (commit)
       via  ac0254c000d1eaad9a48a11922d538cd53f622bd (commit)
       via  6eb37525112be96aa9be5ae91973894e22392aa4 (commit)
       via  22c07d1f1f174a8eb64edfe668c694129e929394 (commit)
       via  04719d19b94b52a915d149ff553385e857ec8441 (commit)
       via  a4bca115557feb0268e6cfda30238ded16328ae6 (commit)
       via  b93748a1707fa4e20c3a8c3a241dd9e3fb03ea87 (commit)
       via  bfe9af4ae1c1d72a5a94546093913083a0eaeda8 (commit)
       via  e0bfd675d1356a349df9674f78723ff33ed6b634 (commit)
       via  4847a1688ba6fee8e5b44c25317c2e221b4b0ae0 (commit)
       via  5e60186bec02e558a1f08bac1683c73a8f70b6c8 (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 (8fc29594c09b00680d76afbebc40d2c8ef9fea02)
            \
             N -- N -- N (c7621ce223cd28510f253e8ad580e1058da3be97)

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=c7621ce223cd28510f253e8ad580e1058da3be97

commit c7621ce223cd28510f253e8ad580e1058da3be97
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Wed Feb 21 00:38:05 2018 +0100

    implement support for 3-digit MNC with leading zeros
    
    Record the mnc_3_digits flag from SI and pass on via the PCU interface.
    
    Bump the PCU interface version from 7 to 9, since osmo-bsc.git had a pcuif of
    version 8 already, and its addition of the mnc_3_digits flag bumped to 9. I am
    actually not sure whether this needs to match.
    See I78f30aef7aa224b2e9db54c3a844d8f520b3aee0
    
    Depends: Id2240f7f518494c9df6c8bda52c0d5092f90f221 (libosmocore)
    Change-Id: I49cd762c3c9d7ee6a82451bdf3ffa2a060767947

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

Summary of changes:
 include/osmo-bts/bts.h                         |  19 +-
 include/osmo-bts/gsm_data.h                    |   8 +-
 include/osmo-bts/gsm_data_shared.h             |  10 +-
 include/osmo-bts/logging.h                     |  12 +
 include/osmo-bts/measurement.h                 |   2 +-
 include/osmo-bts/scheduler.h                   |  33 +
 src/common/Makefile.am                         |   2 +-
 src/common/bts.c                               |  89 ++-
 src/common/gsm_data_shared.c                   |   5 +
 src/common/l1sap.c                             |  84 +--
 src/common/load_indication.c                   |  11 +-
 src/common/main.c                              |   1 +
 src/common/measurement.c                       | 191 +++--
 src/common/oml.c                               |   4 +-
 src/common/paging.c                            |  37 +-
 src/common/rsl.c                               | 293 +++++---
 src/common/scheduler.c                         | 795 +--------------------
 src/common/{scheduler.c => scheduler_mframe.c} | 951 +------------------------
 src/common/vty.c                               |  21 +
 src/osmo-bts-litecell15/l1_if.c                |  40 +-
 src/osmo-bts-litecell15/main.c                 |   6 +
 src/osmo-bts-litecell15/tch.c                  |  17 +-
 src/osmo-bts-octphy/l1_if.c                    |  93 ++-
 src/osmo-bts-octphy/l1_tch.c                   |  16 +-
 src/osmo-bts-sysmo/l1_if.c                     |  28 +-
 src/osmo-bts-sysmo/main.c                      |  17 +-
 src/osmo-bts-sysmo/tch.c                       |  14 +-
 src/osmo-bts-trx/Makefile.am                   |   2 +-
 src/osmo-bts-trx/l1_if.c                       |   2 +-
 src/osmo-bts-trx/main.c                        |  17 +-
 src/osmo-bts-virtual/Makefile.am               |   2 +-
 src/osmo-bts-virtual/l1_if.c                   |  30 +-
 src/osmo-bts-virtual/main.c                    |   7 +
 src/osmo-bts-virtual/scheduler_virtbts.c       | 107 ++-
 src/osmo-bts-virtual/virtual_um.c              |   5 +
 tests/misc/misc_test.c                         |  30 +-
 36 files changed, 831 insertions(+), 2170 deletions(-)
 copy src/common/{scheduler.c => scheduler_mframe.c} (68%)


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



More information about the osmocom-commitlog mailing list