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, shared/31c3 has been updated via adb6a5f952f76fb1ac9388c17b891c8cabad6e7a (commit) via 411870929104891f76737accb69a97248f786afd (commit) from 03483cf0f2ca8900971652dc562cd91750ca0d1a (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=adb6a5f952f76fb1ac9388c17b891c8c...
commit adb6a5f952f76fb1ac9388c17b891c8cabad6e7a Author: Harald Welte laforge@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!
This code is not yet tested.
http://cgit.osmocom.org/osmo-bts/commit/?id=411870929104891f76737accb69a9724...
commit 411870929104891f76737accb69a97248f786afd Author: Harald Welte laforge@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 | 2 +- src/common/bts.c | 2 + src/common/cbch.c | 187 +++++++++++++++++++++++++++++++++++++++++++ src/common/measurement.c | 4 + src/common/oml.c | 18 ++++- src/common/rsl.c | 37 ++++++++- src/common/support.c | 4 + src/common/vty.c | 15 +++- src/osmo-bts-sysmo/l1_if.c | 5 ++ src/osmo-bts-sysmo/oml.c | 14 ++++ 13 files changed, 303 insertions(+), 9 deletions(-) create mode 100644 include/osmo-bts/cbch.h create mode 100644 src/common/cbch.c
hooks/post-receive
osmocom-commitlog@lists.osmocom.org