From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Mon, 23 Jul 2012 18:26:36 +0200
Message-ID: <E1StLSu-0007Fg-9R@calypso.gnumonks.org>
Subject: osmo-pcu.git branch jolly updated.
	7f5352c17bf08cbeba44849978ee984832f3e510
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 "UNNAMED PROJECT".

The branch, jolly has been updated
       via  7f5352c17bf08cbeba44849978ee984832f3e510 (commit)
       via  bc65586917eed2ac5a6ac00551b4f35935d0426c (commit)
       via  7438df7d705fe34932da0b482bcf14cc67146094 (commit)
       via  642c7d3f5b3a199cf69b88d21056cbfffd748595 (commit)
       via  a1503fa3567e2837d809cd77b857bd617448f2fd (commit)
      from  da62859231cbe25ff7772e3d2389e15e5f8b4d8a (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/osmo-pcu/commit/?id=7f5352c17bf08cbeba44849978ee984832f3e510

commit 7f5352c17bf08cbeba44849978ee984832f3e510
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Mon Jul 23 18:20:36 2012 +0200

    Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channel
    
    In order to select correct channel (PCH or PACCH), a tbf pointer is set
    in case of PACCH. The tbf pointer points to TBF whose PACCH is used.

http://cgit.osmocom.org/cgit/osmo-pcu/commit/?id=bc65586917eed2ac5a6ac00551b4f35935d0426c

commit bc65586917eed2ac5a6ac00551b4f35935d0426c
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Mon Jul 23 18:13:31 2012 +0200

    Fix: Kill pending downlink TBF, if mobile requests uplink TBF on RACH
    
    If the mobile misses assignment, it changes back to idle mode. In this
    case we must kill the pending downlink TBF, because it is not used by
    mobile and we can assign a new downlink TBF for new downlink data.
    (We may not have two downlink TBF with same TLLI!)

http://cgit.osmocom.org/cgit/osmo-pcu/commit/?id=7438df7d705fe34932da0b482bcf14cc67146094

commit 7438df7d705fe34932da0b482bcf14cc67146094
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Mon Jul 23 18:04:49 2012 +0200

    Fix: Send downlink assignment on PCH twice to make reception more safe
    
    If the mobile is not fast enough switching back to CCCH, the second
    assignment, which is sent later is usefull in this case.

http://cgit.osmocom.org/cgit/osmo-pcu/commit/?id=642c7d3f5b3a199cf69b88d21056cbfffd748595

commit 642c7d3f5b3a199cf69b88d21056cbfffd748595
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Mon Jul 23 17:58:55 2012 +0200

    Fix: We don't use timer to define when assignment is complete on PACCH
    
    Instead we use the event of sending assignment message. Then we set the
    TBF state to 'FLOW'.

http://cgit.osmocom.org/cgit/osmo-pcu/commit/?id=a1503fa3567e2837d809cd77b857bd617448f2fd

commit a1503fa3567e2837d809cd77b857bd617448f2fd
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Sun Jul 22 08:58:09 2012 +0200

    VTY: Select timeslot allocation algorithm via VTY
    
    The selections are: single slot or multislot

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

Summary of changes:
 src/gprs_bssgp_pcu.cpp   |   12 ++++++--
 src/gprs_rlcmac.h        |   23 +++++++++-------
 src/gprs_rlcmac_data.cpp |   66 ++++++++++++++++++++++++++++++++--------------
 src/pcu_vty.c            |   27 +++++++++++++++++++
 4 files changed, 95 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT


