From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sun, 29 Jan 2012 11:37:45 +0100
Message-ID: <E1RrS8n-0007RS-6c@calypso.gnumonks.org>
Subject: branch jolly/monitor updated. osmocon_v0.0.0-1284-gffd4543
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 "The Open Source GSM Base Band stack".

The branch, jolly/monitor has been updated
       via  ffd454354679f72c8832adb71efcb6f2500afb40 (commit)
       via  7f78394482031baa07a2dc5f7a762b179d754f2b (commit)
       via  74a7fa8c4aadd4e8420bad38eee908bab8c54a89 (commit)
      from  3eb1f66f434708cad589e962f2a81b66c3ad2202 (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=ffd454354679f72c8832adb71efcb6f2500afb40

commit ffd454354679f72c8832adb71efcb6f2500afb40
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Sun Jan 29 11:32:14 2012 +0100

    firmware/monitor: Improvements and sync support
    
    By pressing the green button, the sync mode is entered. The screen
    show some informations about the cell. The beep indicates, if the
    received BCCH was valid or not.
    
    By pressing the Down button, the list of channels of the serving cell
    and neighbour cells can be viewed and scrolled through.
    
    By pressing the Up button, the levels (downlink or uplink) of the serving
    cell can be viewed. Also it is possible to select one of the serving
    cell's frequencies by pressing the Left/Right button.

http://cgit.osmocom.org/cgit/osmocom-bb/commit/?id=7f78394482031baa07a2dc5f7a762b179d754f2b

commit 7f78394482031baa07a2dc5f7a762b179d754f2b
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Sun Jan 29 11:28:41 2012 +0100

    firmware: Increased data size for for ram linker scripts.
    
    This is required, since monitor app requires a litte more than 64k.

http://cgit.osmocom.org/cgit/osmocom-bb/commit/?id=74a7fa8c4aadd4e8420bad38eee908bab8c54a89

commit 74a7fa8c4aadd4e8420bad38eee908bab8c54a89
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Sun Jan 29 11:00:53 2012 +0100

    Improvement of neighbour cell power measurement task.
    
    5 measurements are now performed during a 51 multiframe. They are performed
    at one of the 5 FCCH.
    
    Additionally a timeslot offset can be given for each measurement. This way
    it is possible to measure each timeslot seperately. The given ARFCN must be in
    sync with the serving cell.

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

Summary of changes:
 include/l1ctl_proto.h                        |    3 +
 src/target/firmware/apps/monitor/main.c      |  510 +++++++++++++++++++++++++-
 src/target/firmware/board/compal/highram.lds |    4 +-
 src/target/firmware/board/compal/ram.lds     |    4 +-
 src/target/firmware/include/layer1/sync.h    |    1 +
 src/target/firmware/layer1/l23_api.c         |    7 +-
 src/target/firmware/layer1/mframe_sched.c    |    6 +-
 src/target/firmware/layer1/prim_pm.c         |    4 +-
 8 files changed, 526 insertions(+), 13 deletions(-)


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


