openbsc.git branch master updated. 0.15.0-309-gb8afb5f

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
Tue Jun 14 10:18:34 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, master has been updated
       via  b8afb5fda251be739fdd862054d28b0eedfd85c9 (commit)
       via  9df268e217274a0d1ff5cdc169503e4b2d4207f7 (commit)
      from  3adb23cfc5119673651ff804cdc13fe554908adc (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/openbsc/commit/?id=b8afb5fda251be739fdd862054d28b0eedfd85c9

commit b8afb5fda251be739fdd862054d28b0eedfd85c9
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 TS Enable
    
    Add dyn_pdch_init() in new file bsc_dyn_pdch.c (new file to avoid linking
    issues; bsc_init.c would create undefined references, and putting in a new file
    is the easiest solution).
    
    Call dyn_pdch_init() from nm_statechg_event() whenever a TS is enabled.
    
    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 and when subsequently
    the PDCH ACT ACK messages are received in rsl_rx_pdch_act_ack().
    
    Change-Id: I0cad93dec59d546b3f3b19e332e0833496031575

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

commit 9df268e217274a0d1ff5cdc169503e4b2d4207f7
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: I59712b8769cc3959ef114a6e12e77801816fe8b6

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

Summary of changes:
 openbsc/include/openbsc/abis_rsl.h                 |  2 ++
 openbsc/include/openbsc/gsm_data_shared.h          |  6 ++++
 openbsc/src/libbsc/Makefile.am                     |  3 +-
 openbsc/src/libbsc/abis_rsl.c                      | 38 ++++++++++++++++++++--
 .../src/libbsc/{bts_unknown.c => bsc_dyn_pdch.c}   | 38 ++++++++++++----------
 openbsc/src/libbsc/bts_ipaccess_nanobts.c          |  3 ++
 6 files changed, 69 insertions(+), 21 deletions(-)
 copy openbsc/src/libbsc/{bts_unknown.c => bsc_dyn_pdch.c} (52%)


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



More information about the osmocom-commitlog mailing list