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 576408b651003ab6cd9da69e3c849ecc4148179e (commit)
via e3b8279f26547b3af44fe11e1469a3b185a1278d (commit)
via 6feae225eb2a55577a80204153995aabcfd59b77 (commit)
via 3cda4ff532d8c4c794c6d111d1a57691b744722e (commit)
via 1f45db0ff5b5ee62397ae7da688876d7ce664233 (commit)
via 81335edae39e885ca09b027db7216e75d1676ab6 (commit)
from 5eb17e28acdd6fba22a1f2e60f4d55aaef18b47a (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=576408b651003ab6cd9da69e3c849ec…
commit 576408b651003ab6cd9da69e3c849ecc4148179e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 20:39:50 2017 +0200
VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket returns 0
It is important that we reliably terminate the BTS in case any of the
VirtPHY multicast sockets dies for whatever reason.
Change-Id: I5ae3fdd7cc35fdf235550a3b8362020fdd287c13
http://cgit.osmocom.org/osmo-bts/commit/?id=e3b8279f26547b3af44fe11e1469a3b…
commit e3b8279f26547b3af44fe11e1469a3b185a1278d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 17:16:45 2017 +0200
VIRT-PHY: Use IPv4 multicast groups for private / local scope
The addresses in the original code make little sense:
* 224.0.0.1 is "All systems on this subnet" and not routed
outside the local ethernet segment
* 225.0.0.1 is in a RESERVED range that shouldn't be used
Change-Id: Iba1ae69f3f193a33f1da343c6562f67bd8d3557f
http://cgit.osmocom.org/osmo-bts/commit/?id=6feae225eb2a55577a80204153995aa…
commit 6feae225eb2a55577a80204153995aabcfd59b77
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Tue Feb 28 16:36:36 2017 +0100
VIRT-PHY: Added test option for fast hyperframe repeat.
Frame number will restart at 0 after each superframe (approx. 6.1 sec)
if enabled. Can be enabled by preprocessor define.
Change-Id: If3adf14df5fcd8daf53363c27b3772c42d7122e9
http://cgit.osmocom.org/osmo-bts/commit/?id=3cda4ff532d8c4c794c6d111d1a5769…
commit 3cda4ff532d8c4c794c6d111d1a57691b744722e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 21:19:06 2017 +0200
VIRT-PHY: Fix handling of default values for vty configuration
The defaults must be set during bts_model_phy_link_set_defaults()
and can then later be overridden by the vty (from the config file).
They should only be written back to the file if they differ from
the default settings.
Change-Id: I5d7f2c1dc8bc3d11db5c607b664730e4dcd58c96
http://cgit.osmocom.org/osmo-bts/commit/?id=1f45db0ff5b5ee62397ae7da688876d…
commit 1f45db0ff5b5ee62397ae7da688876d7ce664233
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Feb 25 17:18:04 2017 +0100
VIRT-PHY: Fixed timeslot in gsmtap-msg on downlink which was always 0.
Timeslot is not encoded in the chan_nr accessible in the channel
description but was taken from there and so it was always 0.
Change-Id: I881a1c61ea47399c9b1385fb220cd587e3593e82
http://cgit.osmocom.org/osmo-bts/commit/?id=81335edae39e885ca09b027db7216e7…
commit 81335edae39e885ca09b027db7216e75d1676ab6
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Jan 9 17:34:42 2017 +0100
VIRT-PHY: Added example configurations for openbsc and osmobts.
Change-Id: I368d4a378e20028603b09825eee766abb9195774
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +
doc/examples/virtual/openbsc-virtual.cfg | 151 +++++++++++++++++++++++++++++++
doc/examples/virtual/osmobts-virtual.cfg | 62 +++++++++++++
src/osmo-bts-virtual/l1_if.c | 20 ++--
src/osmo-bts-virtual/main.c | 4 +
src/osmo-bts-virtual/scheduler_virtbts.c | 17 +++-
src/osmo-bts-virtual/virtual_um.c | 9 +-
src/osmo-bts-virtual/virtual_um.h | 9 +-
src/osmo-bts-virtual/virtualbts_vty.c | 4 +-
9 files changed, 257 insertions(+), 21 deletions(-)
create mode 100644 doc/examples/virtual/openbsc-virtual.cfg
create mode 100644 doc/examples/virtual/osmobts-virtual.cfg
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)