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 cc1602f5921f02913e5bcd58fab41a26ca89a2bc (commit)
via f2eaba88691d0125ed033add7863403593745b3e (commit)
via cdf20fec7c4729e81b1c6c78147dc8aaa74682e3 (commit)
via bb719478293f1961257085bd6a06b4a3d44d3e06 (commit)
via c19ab9ed2fca26c0efa9a887a147ed3391c56a19 (commit)
from 7738f5282f8ab4571715f1907fa47360b6b68064 (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=cc1602f5921f02913e5bcd58fab41a2…
commit cc1602f5921f02913e5bcd58fab41a26ca89a2bc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:20:41 2017 +0200
TRX: don't free l1h in trx_phy_inst_close()
l1h is allocated in bts_model_phy_instance_set_defaults() and not in
trx_phy_inst_open(). Hence, trx_phy_inst_close() should not free() it!
Change-Id: I0ac4e57a882e5a31143499c1662d8d8e52320938
http://cgit.osmocom.org/osmo-bts/commit/?id=f2eaba88691d0125ed033add7863403…
commit f2eaba88691d0125ed033add7863403593745b3e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:15:40 2017 +0200
TRX: merge/simplify l1_if and trx_if code
Related code / function structure still dates back to the pre-phy_link
days. Let's clean this up to make things less convoluted and reduce the
number of non-static symbols needed between code split over two files.
Change-Id: I1f30ae1f547a5c01c516d4a05032193294c25f2d
http://cgit.osmocom.org/osmo-bts/commit/?id=cdf20fec7c4729e81b1c6c78147dc8a…
commit cdf20fec7c4729e81b1c6c78147dc8aaa74682e3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:02:42 2017 +0200
TRX: Rename trx_if_data() -> trx_if_send_burst()
The new name makes it clear what the function actually does: Send burst
data via the trx interface.
Change-Id: I5031541d4ae4244a62a18acf71139db2874927fa
http://cgit.osmocom.org/osmo-bts/commit/?id=bb719478293f1961257085bd6a06b4a…
commit bb719478293f1961257085bd6a06b4a3d44d3e06
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 17:20:58 2017 +0200
trx_if: Improve error handling
There ware some error conditions that the previous code didn't catch
and/or report, such as unparseable TRX control strings, non-terminated
buffers, ...
Change-Id: I354d0c121880553ce1bd59b7394d52b104b7d6da
http://cgit.osmocom.org/osmo-bts/commit/?id=c19ab9ed2fca26c0efa9a887a147ed3…
commit c19ab9ed2fca26c0efa9a887a147ed3391c56a19
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 17:20:30 2017 +0200
TRX: trx_if: Improve code description / comments
Change-Id: I4e19d68782a12e52ba1d3ba2665060275d04866c
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.c | 42 --------
src/osmo-bts-trx/l1_if.h | 3 -
src/osmo-bts-trx/scheduler_trx.c | 2 +-
src/osmo-bts-trx/trx_if.c | 220 +++++++++++++++++++++++++++------------
src/osmo-bts-trx/trx_if.h | 5 +-
5 files changed, 153 insertions(+), 119 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)