osmo-bts.git branch achemeris/2sector updated. 0.3.0-269-g313143b

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
Fri Jul 17 11:25:49 UTC 2015


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, achemeris/2sector has been updated
  discards  eb1d1f977372f76c66fa2d2ea89ba6ddac3acf5a (commit)
  discards  2c060ab9ad4a8a018784236487168f2ac468160e (commit)
  discards  cfe6649d724409090f862cba5d657ce4a319a4b2 (commit)
  discards  90fb92cb57526c6cb8867935df89b2e91929f1cf (commit)
  discards  e1b76f598ef80ea6397cd532ee58f65bdad1c02a (commit)
  discards  825811ebf508d29d6c69e9079e390e40942b4cbf (commit)
  discards  f4076e1291f7af76ad6c1a7b47ee48e68e1f0766 (commit)
  discards  99a213d34e528927de320e0e57e6ab5dc0ed59aa (commit)
  discards  36de62b2b4cc2016f809cd7f5347aec6518f6810 (commit)
  discards  771f09c378f0a008bd69ad25bbaab66360404b19 (commit)
  discards  9c5cd51116ff2257ae27e31362085ffe6e9acd6e (commit)
  discards  c3bbf75524836c28c4eb1bf91f04409dab8beb01 (commit)
  discards  073bfb2e594a99c69b96300c2fe68ec01932d7e9 (commit)
  discards  d32949931e1125810551525484c5cdeabe8cd41b (commit)
       via  313143b312c60ac9b858ccf55e8f38f2db87081b (commit)
       via  ecb861822ef75248618508ad8dcb9dd5cd3082e5 (commit)
       via  b2d07bc0845c834df9f95d29fa69fe414e41f071 (commit)
       via  19a84badef3c4d18de6ba31e2652bbcbbfaae45f (commit)
       via  8ae3f5fb3202dd1bb6fbbe67c19e088831c6d899 (commit)
       via  7821f2fa4c0a0d6155ba5bc762fe14cb0311efed (commit)
       via  4fdac6ab5ec0f0c1fc13dd1b651aa4b5b9f7ae04 (commit)
       via  5b817423010c80846f3fbf05e9d8363e8abb7a59 (commit)
       via  89cebb5afb08b01472be5b6bf59407784b17f82f (commit)
       via  eb733e6b6f3cd02cbd01960ca2959f999ddf35ee (commit)
       via  5bb48d0c75fee2b2d4965a0a282f7daf8e711e38 (commit)
       via  82b4fbd5071ac4065455dea391bba4949a5f9f38 (commit)
       via  f2f20ad82a41466d5db3796feac77ff43f9ef498 (commit)
       via  cefa52b42170032b2f2d6eca1ff63cb7d8030040 (commit)
       via  c35c0cd6c8b055f9487661751866f437b34a8e3b (commit)
       via  d2448c697f9a86ad83e81590c1074b590767f1d0 (commit)
       via  68923685eaaa61b97d9d3642599c314c09763b5e (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 (eb1d1f977372f76c66fa2d2ea89ba6ddac3acf5a)
            \
             N -- N -- N (313143b312c60ac9b858ccf55e8f38f2db87081b)

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=313143b312c60ac9b858ccf55e8f38f2db87081b

commit 313143b312c60ac9b858ccf55e8f38f2db87081b
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Tue Jun 30 22:34:42 2015 -0400

    hack: 2nd sector BTS. Needs code cleanup and more testing.

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

Summary of changes:
 configure.ac                      |   2 +-
 debian/autoreconf                 |   1 +
 debian/changelog                  |   5 +
 debian/compat                     |   1 +
 debian/control                    |  22 ++
 debian/copyright                  |  39 ++
 debian/docs                       |   1 +
 debian/osmo-bts.default           |   2 +
 debian/osmo-bts.dirs              |   3 +
 debian/osmo-bts.examples          |   1 +
 debian/osmo-bts.init              | 152 ++++++++
 debian/osmo-bts.install           |   1 +
 debian/rules                      |  32 ++
 debian/source/format              |   1 +
 include/openbsc/gsm_data_shared.h | 789 ++++++++++++++++++++++++++++++++++++++
 src/common/gsm_data_shared.c      | 522 ++++++++++++++++++++++++-
 16 files changed, 1572 insertions(+), 2 deletions(-)
 create mode 100644 debian/autoreconf
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/docs
 create mode 100644 debian/osmo-bts.default
 create mode 100644 debian/osmo-bts.dirs
 create mode 100644 debian/osmo-bts.examples
 create mode 100755 debian/osmo-bts.init
 create mode 100644 debian/osmo-bts.install
 create mode 100755 debian/rules
 create mode 100644 debian/source/format
 create mode 100644 include/openbsc/gsm_data_shared.h


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



More information about the osmocom-commitlog mailing list