osmo-bts.git branch master updated. 0.3.0-262-g660116f

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 Dec 29 23:32:36 UTC 2014


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, master has been updated
       via  660116fb9d7b382808377274ae4aed7c45e980e3 (commit)
       via  b15d2c9d2f8ebe56672ab2191a4dc39d22fa0ab8 (commit)
      from  50dc96507caba9480938eb3d9d0db9236f877b49 (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/osmo-bts/commit/?id=660116fb9d7b382808377274ae4aed7c45e980e3

commit 660116fb9d7b382808377274ae4aed7c45e980e3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Dec 29 01:02:29 2014 +0100

    CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMD
    
    * CBCH load indications are not yet sent
    * The queue length is not yet limited!

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

commit b15d2c9d2f8ebe56672ab2191a4dc39d22fa0ab8
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Dec 28 15:18:09 2014 +0100

    Initial CBCH support
    
    This should handle OML channel combinations with CBCH and activate the
    CBCH SAPI towards the DSP correspondingly.  What is still missing is
    sending any actual information over the CBCH in respons to the
    PH-RTS.ind coming up from L1.

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

Summary of changes:
 include/osmo-bts/Makefile.am |   2 +-
 include/osmo-bts/cbch.h      |  16 ++++
 include/osmo-bts/gsm_data.h  |   6 ++
 src/common/Makefile.am       |   3 +-
 src/common/bts.c             |   2 +
 src/common/cbch.c            | 195 +++++++++++++++++++++++++++++++++++++++++++
 src/common/measurement.c     |   4 +
 src/common/oml.c             |  18 +++-
 src/common/rsl.c             |  33 +++++++-
 src/common/support.c         |   4 +
 src/common/vty.c             |  15 +++-
 src/osmo-bts-sysmo/l1_if.c   |   5 ++
 src/osmo-bts-sysmo/oml.c     |  17 ++++
 13 files changed, 311 insertions(+), 9 deletions(-)
 create mode 100644 include/osmo-bts/cbch.h
 create mode 100644 src/common/cbch.c


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



More information about the osmocom-commitlog mailing list