openbsc.git branch neels/dyn_pdch_extra updated. 0.15.0-298-g7283415

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Jun 2 13:09:47 UTC 2016


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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, neels/dyn_pdch_extra has been updated
  discards  baf762d1d28ca19346b3efd359aefee5db5b88f0 (commit)
  discards  63442a5e7689051439daf162387e339fc7369b4e (commit)
  discards  69dfec0d5d4d6c74b516c91c6ceeab296fe1c5c7 (commit)
  discards  43f8f29908da6f7fb8a57ebf20d944893f41122a (commit)
  discards  818f0d5e44b6a910e19a3cb6ea422165d50fa155 (commit)
  discards  5f6f03359730837e903b9c590a119397e34e9fcd (commit)
  discards  c1c978a858a82d5d1617a2166ddee03a3b891884 (commit)
  discards  5c3eb7ba104b0030b7e7296928aa134743552549 (commit)
  discards  b9df61be5b7f90e384b39552f9d793e2f629f0d4 (commit)
       via  7283415a94d97019adc35d9d0e2ea59017cf3ea8 (commit)
       via  aa17f9a4cf9a6acccd743439594feec59eb9fe89 (commit)
       via  923ecd88904203a005fc49f15e214be223b2b34e (commit)
       via  3787833e4c0b7bbc37db6ecab000cec07980709a (commit)
       via  9c3130caba9d26a5b428e9e557614fca0e5c2b32 (commit)
       via  ebbacc96990ec166ffee3449b265d1310f26dbe4 (commit)
       via  71ad2ec91ca09d7d643185510ce792b2af76c397 (commit)
       via  cb230b90216f6c8ff09f7cd667c0457426796e0d (commit)
       via  b5b49d2c7becd3a9137af7b81bcf9ddb79d2a357 (commit)
       via  a367e3a4adab9d3e2c0d8230f06fcef81a1ae61f (commit)
       via  d2b52fdea858143d77a96425e0ffde9af8528d89 (commit)
       via  5b609b9e6e05d4523e7056b1af4c4eeaa75c628b (commit)
       via  62ff38447ce8d24aa1e8b5094153df9e89c986d0 (commit)
       via  f97ee04563cc36af6ffa7506d543ba0bd230430d (commit)
       via  97165f386f47c531c9c092eafb1af54d68489cec (commit)
       via  e1197481e59b9ef8807057081da1f349975cfdb7 (commit)
       via  a9ca72d907efc4a81075bb0d37fd975f0b512d85 (commit)
       via  85f8fdabc3b90b3c9571db05daa8a68d9e113fdf (commit)
       via  51fbc5f6e08861e3dbf28bf90620ff81fb701b94 (commit)
       via  0f46f9ca5a70750599a0027dadec21355efa4105 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (baf762d1d28ca19346b3efd359aefee5db5b88f0)
            \
             N -- N -- N (7283415a94d97019adc35d9d0e2ea59017cf3ea8)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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/openbsc/commit/?id=7283415a94d97019adc35d9d0e2ea59017cf3ea8

commit 7283415a94d97019adc35d9d0e2ea59017cf3ea8
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue May 31 14:44:48 2016 +0200

    disable T3111 error timer -- TODO really?
    
    Change-Id: I80ecfc263885393a0247b192876c9399f6365d78

http://cgit.osmocom.org/openbsc/commit/?id=aa17f9a4cf9a6acccd743439594feec59eb9fe89

commit aa17f9a4cf9a6acccd743439594feec59eb9fe89
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue May 31 14:43:25 2016 +0200

    trigger pdch defrag on do_lchan_free()
    
    Change-Id: Ibc003e35bd0720fa1a37da2b4bafbac8abf96cfc

http://cgit.osmocom.org/openbsc/commit/?id=923ecd88904203a005fc49f15e214be223b2b34e

commit 923ecd88904203a005fc49f15e214be223b2b34e
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Oct 11 13:33:59 2013 +0200

    dyn PDCH: add do_pdch_defrag() in new pdch_defrag.[hc]
    
    Will be used in the subsequent commit.
    
    Original patch by jolly (1c8a3d828612a6bea343a268072a7dddf4a22480),
    with extensive review and changes by nhofmeyr:
    
    * remove code dup: common find_lchan() replaces find_shared_forward() and
      find_shared_reverse() and simplifies invocation.
    * use LOGTSP() instead of debug_bts_trx_ts(),
      tweak debug logging (missing \n, in-code line breaking).
    * reword comment for do_pdch_defrag().
    * remove code dup: calculate move direction by maths instead of 4 conditionals,
      and have only a single debug log for "does not lower fragmentation".
    * add two FIXME comments.
    
    Change-Id: Idcaf7ac40cbaf83593946cfe24a6a18a6a688fd5
    Patch-by: Andreas Eversberg <jolly at eversberg.eu>
    Tweaked-by: Neels Hofmeyr <nhofmeyr at sysmocom.de>

http://cgit.osmocom.org/openbsc/commit/?id=3787833e4c0b7bbc37db6ecab000cec07980709a

commit 3787833e4c0b7bbc37db6ecab000cec07980709a
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Oct 11 13:01:38 2013 +0200

    dyn PDCH: Add new_lchan argument to bsc_handover_start()
    
    This is useful if the caller already allocated a new lchan, which will be used
    to dynamically re-assign lchans.
    
    The old behavior is maintained by passing NULL.
    
    Change-Id: I2b7151f32f0c04c22f294eb5dd3c7d7dfddf35e7

http://cgit.osmocom.org/openbsc/commit/?id=9c3130caba9d26a5b428e9e557614fca0e5c2b32

commit 9c3130caba9d26a5b428e9e557614fca0e5c2b32
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Tue Jun 4 16:31:18 2013 +0200

    add DHODEC debug category, tweak DHO name
    
    Change-Id: If19caca84327ac0267a7e1f0efc84a614b154486

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

Summary of changes:
 .gitreview                                |  3 ++
 openbsc/include/openbsc/debug.h           |  1 -
 openbsc/include/openbsc/gprs_sgsn.h       | 74 +++++++++++++++++++++++++------
 openbsc/include/openbsc/gsm_data_shared.h |  8 ++--
 openbsc/src/gprs/gprs_gmm.c               | 48 ++++++++++----------
 openbsc/src/gprs/gprs_llc.c               |  8 ++--
 openbsc/src/gprs/gprs_sgsn.c              | 13 +++---
 openbsc/src/gprs/sgsn_cdr.c               |  4 +-
 openbsc/src/gprs/sgsn_libgtp.c            | 43 ++++++++++--------
 openbsc/src/gprs/sgsn_vty.c               |  4 +-
 openbsc/src/libbsc/abis_rsl.c             | 21 ++++-----
 openbsc/src/libbsc/bsc_init.c             | 41 ++++++++++++++---
 openbsc/src/libbsc/chan_alloc.c           | 14 ++++--
 openbsc/src/libcommon/debug.c             |  5 ---
 openbsc/tests/sgsn/sgsn_test.c            | 58 ++++++++++++------------
 15 files changed, 214 insertions(+), 131 deletions(-)
 create mode 100644 .gitreview


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list