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 6b264c5344d9f6daccef09bf5d793ac9d66a6c36 (commit)
via cbcd3c5034084a0b214d32942dfe64362c44c79b (commit)
via 62a6a2680f758730e9bd7ad333cf61c993ff0dd2 (commit)
via 41d471351fed3b2179af99bebacd4c68cb1ef7df (commit)
via 478f2f7696d9646e274e62cc7da5b454ee711dc9 (commit)
from 536ebeed0841cf3a76ee7730b2f41dea5c153b85 (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=6b264c5344d9f6daccef09bf5d793ac…
commit 6b264c5344d9f6daccef09bf5d793ac9d66a6c36
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 2 17:31:45 2017 +0100
l1sap: Fix log subsystem: Use DRTP for RTP related bits, L1C for MPH
Change-Id: Icc0325f41a1d80535d33e123083e220ee47df129
http://cgit.osmocom.org/osmo-bts/commit/?id=cbcd3c5034084a0b214d32942dfe643…
commit cbcd3c5034084a0b214d32942dfe64362c44c79b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 2 16:56:45 2017 +0100
scheduler_trx: L1P is for PH (data), L1M for MPH (control)
Almost all log statements in scheduler_trx.c were using the wrong
logging subsystem. Let's fix this. Also, make it more obvious from
the log subsystem help text
Change-Id: I4312f8ab0414eb38db0d62f05c95ab961f500c14
http://cgit.osmocom.org/osmo-bts/commit/?id=62a6a2680f758730e9bd7ad333cf61c…
commit 62a6a2680f758730e9bd7ad333cf61c993ff0dd2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 2 16:29:15 2017 +0100
scheduler: Harmonize log line format; Always print TS name + decoded FN
Change-Id: I5703b46c8a59fe00a3cdc063bcf72872980ec5e5
http://cgit.osmocom.org/osmo-bts/commit/?id=41d471351fed3b2179af99bebacd4c6…
commit 41d471351fed3b2179af99bebacd4c68cb1ef7df
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 16 20:45:04 2017 +0100
Comments on individual members of struct gsm_abis_mo
Change-Id: I8e005410080201746906b8a60e9f7957031d2e58
http://cgit.osmocom.org/osmo-bts/commit/?id=478f2f7696d9646e274e62cc7da5b45…
commit 478f2f7696d9646e274e62cc7da5b454ee711dc9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 2 20:59:51 2017 +0100
measurement.c: Fix various typos in comments
Change-Id: Ief208045664769406cd60a92a12c4b44988a98b4
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data_shared.h | 7 ++
include/osmo-bts/scheduler_backend.h | 6 ++
src/common/l1sap.c | 22 ++--
src/common/logging.c | 4 +-
src/common/measurement.c | 16 +--
src/common/scheduler.c | 51 ++++-----
src/osmo-bts-trx/scheduler_trx.c | 180 ++++++++++++-------------------
src/osmo-bts-virtual/scheduler_virtbts.c | 4 +-
8 files changed, 123 insertions(+), 167 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)