openbsc.git branch master updated. 0.15.0-363-g8f934db

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
Mon Jul 25 19:46:21 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  8f934dbdd7c7368b7dd6e4ac80095b8baa965128 (commit)
       via  2a3d63c9affd7309d83cb4308d5e18e310bb2c6a (commit)
       via  6ab657d0be9150c321f015fa9bbf1271b7f5afcc (commit)
       via  e2a73b3eed1d4de64a0bf2c0eae8ef9661d0a08f (commit)
       via  d1c0e3755f2832270a16bdb2d350463409cad887 (commit)
       via  bbbcfe5b7343e12d0ab16d5393bed7ebe6653adc (commit)
       via  745857277cd24fadcd27d54aaa402bd82090cc86 (commit)
       via  34b8b5b29b72e245cc159ed4b035f6377988b762 (commit)
       via  c1658762234fa8593348760c6f20e6a10a13d6e6 (commit)
      from  f29dd5f15b315d1363d7302c50f2c9aceade8ccc (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=8f934dbdd7c7368b7dd6e4ac80095b8baa965128

commit 8f934dbdd7c7368b7dd6e4ac80095b8baa965128
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 16 23:59:32 2016 +0200

    gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts logging
    
    Change-Id: I9b6be77c9e5fb9dffa2021a2da72293af15a03a0

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

commit 2a3d63c9affd7309d83cb4308d5e18e310bb2c6a
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 23 17:38:22 2016 +0200

    code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts
    
    lchan_lookup in abis_rsl.c and rsl_lchan_lookup() from osmo-bts rsl.c are the
    same code, except for the log context, which is only set in abis_rsl.c.
    Factor out the common code to rsl_lchan_lookup() in gsm_data_shared.c.
    
    Openbsc and osmo-bts each define their own DRSL log constant, so add an int *rc
    return code argument and keep the logging part in abis_rsl.c's thin lchan_lookup()
    wrapper. Incidentally, this also removes code dup for logging.
    
    To avoid duplicate symbols, the rsl_lchan_lookup() implementation needs to be
    removed from osmo-bts, so older osmo-bts git revisions will not build with
    this.
    
    Change-Id: Ie89bc5bb9110a0e539d37991dedac6f913211b48

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

commit 6ab657d0be9150c321f015fa9bbf1271b7f5afcc
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 23 16:14:06 2016 +0200

    dyn TS: add ts->dyn state
    
    Add state fields osmo_bts_trx_ts->dyn.* to record dynamic timeslot state.
    Initialize in gsm_bts_trx_alloc().
    
    Change-Id: I0a4049df8500b4f7c864f1355c4e9238932d1b8f

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

commit e2a73b3eed1d4de64a0bf2c0eae8ef9661d0a08f
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Jul 18 23:47:24 2016 +0200

    error log: abis_rsl.c: log errors in channel_mode_from_lchan()
    
    Change-Id: Ifa416eab76e6c26dc83e979d815ae778d0d7133b

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

Summary of changes:
 openbsc/include/openbsc/gsm_data_shared.h |   9 +++
 openbsc/src/libbsc/abis_rsl.c             |  64 +++++++------------
 openbsc/src/libbsc/chan_alloc.c           |   8 +++
 openbsc/src/libcommon/gsm_data_shared.c   | 100 ++++++++++++++++++++++++++++++
 4 files changed, 139 insertions(+), 42 deletions(-)


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



More information about the osmocom-commitlog mailing list