From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 22 Nov 2012 16:04:57 +0100
Message-ID: <E1TbYKn-0008LM-Ns@calypso.gnumonks.org>
Subject: osmocom-bb.git branch master updated. osmocon_v0.0.0-1705-gd72cb44
Message: 1

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, master has been updated
       via  d72cb4401e9229da9306fd49dc0d541eb002de9a (commit)
      from  85f4e1b3b8b386fd7e25b33d83768fe8a100e051 (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=d72cb4401e9229da9306fd49dc0d541eb002de9a

commit d72cb4401e9229da9306fd49dc0d541eb002de9a
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Thu Nov 22 16:00:33 2012 +0100

    Rename various "rxlev" variable to "rxlev_dbm" and correct their signess
    
    All levels in range of 0..63 are now uint8_t and use "rxlev" as
    variable name. All levels in range of -110..-47 are now int8_t and use
    "rxlev_dbm" as variable name.

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

Summary of changes:
 .../layer23/include/osmocom/bb/mobile/gsm322.h     |    8 ++--
 .../layer23/include/osmocom/bb/mobile/gsm48_rr.h   |    2 +-
 .../layer23/include/osmocom/bb/mobile/settings.h   |    2 +-
 .../layer23/include/osmocom/bb/mobile/support.h    |    2 +-
 src/host/layer23/src/misc/cell_log.c               |   36 ++++++++++----------
 src/host/layer23/src/mobile/gsm322.c               |   22 ++++++------
 src/host/layer23/src/mobile/gsm48_rr.c             |   10 +++---
 src/host/layer23/src/mobile/settings.c             |    2 +-
 src/host/layer23/src/mobile/support.c              |    4 +-
 src/host/layer23/src/mobile/vty_interface.c        |    6 ++--
 10 files changed, 47 insertions(+), 47 deletions(-)


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


