openbsc.git branch neels/dyn_pdch updated. 0.15.0-293-gebbacc9

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:13 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 has been updated
  discards  ca36e2a4b715dd211e4c4a6b96c763e6291300e2 (commit)
  discards  e5259bb299489fe1c4e2e5479d534cdfca6c0db6 (commit)
  discards  89df8fc4e111dd2b20e06d2a11db35d7f5f540b7 (commit)
  discards  43f8f29908da6f7fb8a57ebf20d944893f41122a (commit)
  discards  818f0d5e44b6a910e19a3cb6ea422165d50fa155 (commit)
  discards  5f6f03359730837e903b9c590a119397e34e9fcd (commit)
  discards  c1c978a858a82d5d1617a2166ddee03a3b891884 (commit)
  discards  5c3eb7ba104b0030b7e7296928aa134743552549 (commit)
  discards  b9df61be5b7f90e384b39552f9d793e2f629f0d4 (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 (ca36e2a4b715dd211e4c4a6b96c763e6291300e2)
            \
             N -- N -- N (ebbacc96990ec166ffee3449b265d1310f26dbe4)

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=ebbacc96990ec166ffee3449b265d1310f26dbe4

commit ebbacc96990ec166ffee3449b265d1310f26dbe4
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 2 01:18:02 2016 +0200

    dyn pdch: send PDCH ACT for each TCH/F_PDCH on TRX RSL UP
    
    Add dyn_pdch_init() and call from inp_sig_cb() upon RSL UP.
    
    Revert the |= TS_F_PDCH_MODE chunk from previous commit, since this flag will
    now be set after dyn_pdch_init() sent out the PDCH ACT, i.e. when the PDCH ACT
    ACK messages are received.
    
    Change-Id: I7bfc70527162c95b3d7ea853eda6376b4f1f1161

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

commit 71ad2ec91ca09d7d643185510ce792b2af76c397
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Oct 11 13:32:30 2013 +0200

    dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel
    
    Handle shared TCH/F+PDCH channels as regular TCH/F channels. Prior to
    activation, deactivate PDCH mode.
    
    After deactivation, restore PDCH mode.
    
    Change-Id: I5b7cff07ad9ac281a212daff8106a7d65c3c3145

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

commit cb230b90216f6c8ff09f7cd667c0457426796e0d
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Oct 11 13:05:16 2013 +0200

    dyn PDCH: allow allocating TCH/F on TCH/F_PDCH slots
    
    See comment added in the code.
    
    Original patch by jolly, but split in two, added comment and flipped the if()
    logic for readability by nhofmeyr.
    
    Change-Id: Iddd575873a2fe819fc182a6b3d4186caea1997e5

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

commit b5b49d2c7becd3a9137af7b81bcf9ddb79d2a357
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Oct 11 13:05:16 2013 +0200

    dyn PDCH: Fix free slot search for chan_alloc_reverse == true
    
    For chan_alloc_reverse, _lc_find_trx() should return the last free slot instead
    of the first.
    
    Original patch by jolly, but split in two by nhofmeyr.
    
    Change-Id: Ie919bfcaabab5286cbbbb1dbda0c140c62289503

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

commit a367e3a4adab9d3e2c0d8230f06fcef81a1ae61f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 2 12:56:16 2016 +0200

    cosmetic: declare local var at top
    
    Change-Id: Ie6f3394a18b6157f14469f676fff6849a503b694

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

commit d2b52fdea858143d77a96425e0ffde9af8528d89
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue May 31 17:51:41 2016 +0200

    debug log: cosmetic fixes
    
    Drop erroneous C from a DEBUGPC, should be on a new line.
    
    Drop underscores from IPAC_PDCH_[DE]ACT: all other log messages for IPAC PDCH
    are without underscores -- git grep "P(.*IPAC.PDCH.*ACT"
    
    Change-Id: I8fb7a1c1beabb1f4388517383fd0bdc082d557ca

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

commit 5b609b9e6e05d4523e7056b1af4c4eeaa75c628b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon May 23 17:56:57 2016 +0200

    comment tweak for bsc_handover_start()
    
    Have a comment only in the .c file to remove dup, tweak wording.
    
    Change-Id: If054dad877a1ca750cd72be9c9d90bcf087bf741

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

Summary of changes:
 .gitreview                                |  3 ++
 openbsc/include/openbsc/debug.h           |  2 -
 openbsc/include/openbsc/gprs_sgsn.h       | 74 +++++++++++++++++++++++++------
 openbsc/include/openbsc/handover.h        |  3 +-
 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             | 12 +----
 openbsc/src/libbsc/bsc_init.c             | 11 ++---
 openbsc/src/libbsc/chan_alloc.c           | 14 ++++--
 openbsc/src/libbsc/handover_decision.c    |  2 +-
 openbsc/src/libbsc/handover_logic.c       | 18 +++-----
 openbsc/src/libcommon/debug.c             | 16 +------
 openbsc/src/libmsc/vty_interface_layer3.c |  2 +-
 openbsc/tests/sgsn/sgsn_test.c            | 58 ++++++++++++------------
 18 files changed, 184 insertions(+), 151 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