From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sun, 06 Jan 2013 00:50:01 +0100
Message-ID: <E1TrdV3-00007J-17@calypso.gnumonks.org>
Subject: osmocom-bb.git branch sylvain/testing updated.
	osmocon_v0.0.0-1728-g147103c
Message: 5

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 "The Open Source GSM Base Band stack".

The branch, sylvain/testing has been updated
       via  147103ce0144aeb2cfd93ed3afdddec73aadff8c (commit)
      from  9ed9aac023ab4fb9f8fa12d3ef3b8d2bb6da9712 (commit)

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/osmocom-bb/commit/?id=147103ce0144aeb2cfd93ed3afdddec73aadff8c

commit 147103ce0144aeb2cfd93ed3afdddec73aadff8c
Author: Alex Badea <vamposdecampos@gmail.com>
Date:   Thu Jan 3 13:25:05 2013 +0200

    l1: add CBCH flag to dedicated mode
    
    Add a .dm_flags member to struct l1ctl_dm_est_req.  Define a flag bit
    to indicate CBCH mode.  If set, this instructs L1 to use the CBCH
    variant of SDCCH for dedicated mode (no uplink, no SACCH).
    
    Add the new dm_flags field to l1ctl_tx_dm_est_req* API calls.  Clear it
    everywhere, except for app_cbch_sniff which requests CBCH.
    
    Signed-off-by: Alex Badea <vamposdecampos@gmail.com>

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

Summary of changes:
 include/l1ctl_proto.h                              |    3 +++
 src/host/layer23/include/osmocom/bb/common/l1ctl.h |    5 +++--
 src/host/layer23/src/common/l1ctl.c                |    6 ++++--
 src/host/layer23/src/misc/app_cbch_sniff.c         |    4 ++--
 src/host/layer23/src/mobile/gsm48_rr.c             |    4 ++--
 src/target/firmware/include/layer1/mframe_sched.h  |    3 +++
 src/target/firmware/layer1/l23_api.c               |   14 ++++++++------
 src/target/firmware/layer1/mframe_sched.c          |   14 ++++++++++++++
 8 files changed, 39 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack


