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 ed9e022eb4dd1e2dece57dc567fb3e224a609b3b (commit)
via a493ce9e66a12cb25e32310b4794d478ecb65b2f (commit)
via 031e8fedac4925c51dd70905175f1a116e2d4197 (commit)
via b4c9c8f35d86cf9f58d8ccebac1fb21ce90faeb5 (commit)
via ed51c3d145c83ecce7c014b4c89a117d7017cb1e (commit)
from 72993079edf3fa3285c4c50ef92bd6517b933d36 (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=ed9e022eb4dd1e2dece57dc567fb3e2…
commit ed9e022eb4dd1e2dece57dc567fb3e224a609b3b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 26 11:34:42 2017 +0200
rx_tchh_fn(): Avoid copy+pasting formula to determine odd-ness of fn
Change-Id: Ic2a0bdaa70cc28c1ce8237351b0a0c6b998cf0a3
http://cgit.osmocom.org/osmo-bts/commit/?id=a493ce9e66a12cb25e32310b4794d47…
commit a493ce9e66a12cb25e32310b4794d478ecb65b2f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 26 11:25:49 2017 +0200
scheduler_trx: Avoid copy+pasting determining CMR from FN
instead, let's introduce a specific function for that. Also, as this
can be easily determined from the frame number, skip one argument to
tx_tch_common().
Change-Id: Ibbb9b685cf0b6a45339b0874438a500dd6254bc2
http://cgit.osmocom.org/osmo-bts/commit/?id=031e8fedac4925c51dd70905175f1a1…
commit 031e8fedac4925c51dd70905175f1a116e2d4197
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:56:27 2017 +0200
scheduler_trx.c: Avoid code duplication for BER10k computation
Use an (inline) function rather than code copy+pasting
Change-Id: I42e76a4707968e428cbd2e43d5df71ef445efece
http://cgit.osmocom.org/osmo-bts/commit/?id=b4c9c8f35d86cf9f58d8ccebac1fb21…
commit b4c9c8f35d86cf9f58d8ccebac1fb21ce90faeb5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:50:21 2017 +0200
scheduler_trx.c: Fix typos, improve comments, cosmetics
Change-Id: I5e2ce70aea8d62657ce3a7d6c16e5a7f8b76c22f
http://cgit.osmocom.org/osmo-bts/commit/?id=ed51c3d145c83ecce7c014b4c89a117…
commit ed51c3d145c83ecce7c014b4c89a117d7017cb1e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:23:28 2017 +0200
Remove unusued left-over gsm0503_conv.c
gsm0503_conv.c should have been removed as part of
efbef50efc170caccf6354360638cda762dd7fc3 but somehow was left here. It's
not referenced/compiled by the Makefile anymore, and the gsm053_conv.c
in libosmogsm has superseded it anyway.
Change-Id: Icdcca1bc55a83c76ec47918dc4dd301155210091
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/gsm0503_conv.c | 1128 --------------------------------------
src/osmo-bts-trx/gsm0503_conv.h | 41 --
src/osmo-bts-trx/scheduler_trx.c | 115 ++--
3 files changed, 70 insertions(+), 1214 deletions(-)
delete mode 100644 src/osmo-bts-trx/gsm0503_conv.c
delete mode 100644 src/osmo-bts-trx/gsm0503_conv.h
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)