From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Fri, 25 Jan 2013 15:25:43 +0100
Message-ID: <E1TykDv-0008HE-U8@calypso.gnumonks.org>
Subject: osmo-bts.git branch zecke/request-queuing created. 0.1.0-59-g67180ea
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, zecke/request-queuing has been created
        at  67180ea78745d5fa034a9416a0d952354c953c84 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=67180ea78745d5fa034a9416a0d952354c953c84

commit 67180ea78745d5fa034a9416a0d952354c953c84
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Jan 24 12:00:14 2013 +0100

    sysmobts: Re-load the FPGA image and let some time pass before continuing
    
    We are not cleanly shutting down the DSP on exit so let us reset both
    the DSP and the FPGA. Also let some time pass to allow the DSP to properly
    initialize itself before starting to use it.
    
    This is not a fix but a band-aid for the unclean shutdown.

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

commit c27bc2f6b4086aee537539e7179cdd7b99fd5f5f
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 25 11:22:25 2013 +0100

    tests: Share the stub between the paging and ciphering tests

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

commit 2cdf0f5f8d4fd68aa2b46faba52d44a5dcd6c7f1
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 25 11:07:12 2013 +0100

    sysmobts: Improve the shutdown of the DSP on exit
    
    Issue the RfDeactivate.REQ before sending the MphClose.REQ. Ideally
    we would issue MphClose.REQ after the RfDeactivate.CNF but this is
    not possible right now.
    
    The current approach makes the following warning of the DSP go away
    on shutdown. This was tested with my E71 and a silent-call using a
    SDCCH.
    
    DSP Warning:
    [ERROR] : DeviceMng_ValidateL1Handle() => Invalid layer 1 handle

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

commit 451afe2e6caa1c5896cd9d837fe51225486d9cd9
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Jan 22 15:45:14 2013 +0100

    sysmobts: Prepare to address the documented limitation of this code

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

commit 18d42b6845f22131a1eb31fe7f62cba28d83e9ee
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Jan 22 15:36:49 2013 +0100

    sysmobts: Fix a memory leak when no callback is set
    
    The TxPower handled used to call the requestion function without
    a callback. In that case the msgb is leaked. The code still allows
    the callback to be NULL so we will just delete the message in that
    case.

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

commit 78516650d1b5ab536f5ecfb8cc25aec12aa3e0eb
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Jan 22 15:22:55 2013 +0100

    sysmobts: Remove the is_system_primitive from l1if_req_compl
    
    All users (but the gsm_compl) of the l1if_req_compl use it with
    is_system_primitive=1. We can now remove this parameter from the
    method. Introduce _l1if_req_compl that will insert the item into
    the queue for us.

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

commit 5a7eebb8f83d3f08cba76decc75be951304cbeb5
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Jan 22 07:37:41 2013 +0100

    sysmobts: We can now pass the trx to the callback change the signatures

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

commit 1c69633314768ee3472b2adca6c21dcdf263784e
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 14:49:20 2013 +0100

    sysmobts: Remove the trx parameter from the signature
    
    l1if_gsm_req_compl everyone is passing the trx as data pointer right
    now, remove it from the request procedure right now as it can be
    deducted from the femtol1_hdl.

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

commit 2ad2f88d9d2aa9f44204f494c2fafe3051acd1d0
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 14:02:34 2013 +0100

    sysmobts: Embed the calib state in the femtol1_hdl and use hdl->priv

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

commit 79cb61a276538bfdc5ee7881393757ff91260a00
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 12:39:24 2013 +0100

    sysmobts: Use the hdl->priv in l1if_req_compl for all callers

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

commit ff8244751f456777675cbb53fbaeae38cb1ddac1
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 12:27:15 2013 +0100

    sysmobts: Remove the data parameter from the l1if_gsm_req_compl
    
    Pass in the trx argument at the lower level as everyone is using
    the fl1h->priv now.

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

commit 67b711bbf9f3898ab229d6bcfd98596f132bf425
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 12:16:47 2013 +0100

    sysmobts: Use the fl1h->priv and get the ts back from the response

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

commit 00111ee41f72a754dca1c57510989f7171aa9996
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jan 21 11:25:41 2013 +0100

    sysmobts: Use the fl1h->priv to get the trx instead of using the lchan
    
    I am working toward killing the last argument of the l1if_gsm_req_compl
    and just have the trx inside the callback signature.

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


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


