From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 03 Jan 2013 20:42:08 +0100
Message-ID: <E1Tqqg4-00066z-J4@calypso.gnumonks.org>
Subject: osmo-bts.git branch daniel/channel-ho-wip updated. 0.1.0-37-g98912d1
Message: 2

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, daniel/channel-ho-wip has been updated
  discards  c0f8e2d54fe7c23179eea6049d118794f2c3ba75 (commit)
  discards  9267b1b1c5d35b4817681ecdc7dbc586bcb19f8b (commit)
  discards  5a3b8f538504098e39f6f33a13c5e009848aeb7e (commit)
       via  98912d1b9210fca2b9df5d581d525b1a9c1911b7 (commit)
       via  a2b6c1d872903774203eae1a445439a017540434 (commit)
       via  611dec81c238d4551fb1dbc8c9b56583fdd77264 (commit)
       via  ca6d227085fde6ba8b7585209c92492798097b73 (commit)
       via  fc41bf413200be5053e58f241f117f3739589c44 (commit)
       via  552989ad5762e051eb1a758bc61d8ce1d3c5e009 (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 (c0f8e2d54fe7c23179eea6049d118794f2c3ba75)
            \
             N -- N -- N (98912d1b9210fca2b9df5d581d525b1a9c1911b7)

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/cgit/osmo-bts/commit/?id=98912d1b9210fca2b9df5d581d525b1a9c1911b7

commit 98912d1b9210fca2b9df5d581d525b1a9c1911b7
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Thu Jan 3 20:34:44 2013 +0100

    Use SAPI command queue to synchronously activate SAPIs
    
    Bugfix: We don't try to enable ciphering on the BCCH any more

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=a2b6c1d872903774203eae1a445439a017540434

commit a2b6c1d872903774203eae1a445439a017540434
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Thu Jan 3 17:55:46 2013 +0100

    WIP commit for first

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=611dec81c238d4551fb1dbc8c9b56583fdd77264

commit 611dec81c238d4551fb1dbc8c9b56583fdd77264
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Thu Jan 3 17:49:49 2013 +0100

    oml: Put sending into it's own function mph_send_activate_req

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=ca6d227085fde6ba8b7585209c92492798097b73

commit ca6d227085fde6ba8b7585209c92492798097b73
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Thu Jan 3 17:37:59 2013 +0100

    Introduce new types for channel command queues

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=fc41bf413200be5053e58f241f117f3739589c44

commit fc41bf413200be5053e58f241f117f3739589c44
Author: Daniel Willmann <daniel@totalueberwachung.de>
Date:   Thu Jan 3 16:44:28 2013 +0100

    paging: De-duplicate paging lifetime and max queue length variables
    
    These attributes are saved in paging_state, we don't need to save them a
    second time in struct gsm_bts_role_bts. Add get and set methods for
    these attributes and use them consitently in the VTY code.

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

Summary of changes:
 include/osmo-bts/gsm_data.h       |    2 -
 include/osmo-bts/paging.h         |    8 +
 src/common/bts.c                  |    1 -
 src/common/paging.c               |   22 ++-
 src/common/rsl.c                  |    7 -
 src/common/vty.c                  |   16 +-
 src/osmo-bts-sysmo/oml.c          |  410 ++++++++++++++++---------------------
 src/osmo-bts-sysmo/sysmobts_vty.c |    2 +-
 8 files changed, 212 insertions(+), 256 deletions(-)


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


