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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 9f6760de2cf3166c169ba4018144e2cd95fafaff (commit)
from 38943b7b5e0afacbbaf06b351a35c03bf903fe2a (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/openbsc/commit/?id=9f6760de2cf3166c169ba4018144e2cd…
commit 9f6760de2cf3166c169ba4018144e2cd95fafaff
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 00:25:51 2017 +0200
check for missing result of rate_ctr_group_alloc()
In case the counter group allocation fails, we must handle this
gracefully and fail the allocation of the parent object, too.
RelateD: OS#2361
Change-Id: I7dad4a4d52fe05f6b990359841b4408df5990e21
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gb_proxy.c | 4 ++++
openbsc/src/gprs/gb_proxy_peer.c | 4 ++++
openbsc/src/gprs/gprs_sgsn.c | 16 ++++++++++++++++
openbsc/src/libbsc/net_init.c | 4 ++++
openbsc/src/libcommon-cs/common_cs.c | 4 ++++
5 files changed, 32 insertions(+)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "The Open Source GSM Base Band stack".
The branch, fixeria/fake_trx has been updated
via 7be84af24940e49fd2f356cc9c70c533cde86320 (commit)
via 4a8b0877e01541e23499c1c29646f241dd7fe593 (commit)
via dac3f72846d58a1979101b05024279aed585eade (commit)
via 119de6bda6c2d000334cff3d425b2c76d7010eb1 (commit)
via 39b571e2a0c92ca7ea194727c50d644d2fea015f (commit)
from 9a66a6b569d56012717f4993f6b12f98f4bbe1cd (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/osmocom-bb/commit/?id=7be84af24940e49fd2f356cc9c70c…
commit 7be84af24940e49fd2f356cc9c70c533cde86320
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 10:46:23 2017 +0700
host/trxcon/l1ctl.c: implement FBSB expire timer
Change-Id: I27f96cbe951de164fcecaf19f8305db5e5b20229
http://cgit.osmocom.org/osmocom-bb/commit/?id=4a8b0877e01541e23499c1c29646f…
commit 4a8b0877e01541e23499c1c29646f241dd7fe593
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 10:28:26 2017 +0700
host/trxcon/l1ctl.c: fix imcomplete msg in l1ctl_tx_fbsb_conf()
Previously, all L1CTL_FBSB_CONF messages were sent without
required l1ctl_info_dl header, what caused unpredictable
behavior on higher layers (L2 & L3). Let's fix it.
Change-Id: I8dae597bb4c09df36f80944434ce3624569f2cf8
http://cgit.osmocom.org/osmocom-bb/commit/?id=dac3f72846d58a1979101b0502427…
commit dac3f72846d58a1979101b05024279aed585eade
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 09:19:22 2017 +0700
fake_trx: implement simple freq. filter
Change-Id: Ifbeaebeaf68a88c07a05b672502f503ab7b890f2
http://cgit.osmocom.org/osmocom-bb/commit/?id=119de6bda6c2d000334cff3d425b2…
commit 119de6bda6c2d000334cff3d425b2c76d7010eb1
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 09:18:03 2017 +0700
host/trxcon/scheduler: notify transceiver about TS state
Change-Id: I5783066e7c1b01e4ebb28d10b03f3290ff8a0f37
http://cgit.osmocom.org/osmocom-bb/commit/?id=39b571e2a0c92ca7ea194727c50d6…
commit 39b571e2a0c92ca7ea194727c50d644d2fea015f
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 09:01:30 2017 +0700
fake_trx: handle SETSLOT command from BB
Change-Id: I152486377ecd6777dbae7024e5d12cfdbcb17628
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/l1ctl.c | 58 +++++++++++++++++++++++++++++++++-
src/host/trxcon/l1ctl.h | 3 +-
src/host/trxcon/l1ctl_link.h | 2 ++
src/host/trxcon/sched_lchan_handlers.c | 29 ++++++++++++++---
src/host/trxcon/sched_trx.c | 10 ++++++
src/target/fake_trx/burst_fwd.py | 24 ++++++++++++--
src/target/fake_trx/ctrl_if_bb.py | 26 +++++++++++++++
src/target/fake_trx/ctrl_if_bts.py | 2 ++
src/target/fake_trx/fake_trx.py | 4 +++
9 files changed, 150 insertions(+), 8 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 "The Open Source GSM Base Band stack".
The branch, fixeria/fake_trx has been updated
via 9a66a6b569d56012717f4993f6b12f98f4bbe1cd (commit)
via 38d8da51789a44e13247f0085c79d6622a1849c8 (commit)
via 13f8f6a33ecd5852e1af20a0393103999af00c17 (commit)
via c59ab5a3ce28cd91331c9e99c06ef99d4b696f16 (commit)
via aa9e81e7aa169133bc27b752beb0e354f2533b30 (commit)
via b0f1dff67729bdb6cf9b12a0e718fd9900e16d74 (commit)
via a4857c4f37cc2aaf23abf96a616d1d084e8311e3 (commit)
via bd5d1e8c1e56110e201ffd133126bd49c3aab711 (commit)
from 7242eb94255f82212d50098d416c05faaf86064a (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/osmocom-bb/commit/?id=9a66a6b569d56012717f4993f6b12…
commit 9a66a6b569d56012717f4993f6b12f98f4bbe1cd
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 08:26:24 2017 +0700
host/trxcon/l1ctl.c: handle L1CTL_PM_REQ correctly
Change-Id: Ib5a2198f21e747b6169ef141817ef22b241ef9fa
http://cgit.osmocom.org/osmocom-bb/commit/?id=38d8da51789a44e13247f0085c79d…
commit 38d8da51789a44e13247f0085c79d6622a1849c8
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 08:06:07 2017 +0700
fake_trx: implement power measurement emulation
This change introduces a new class named FakePM, which is intended
to generate pseudo-random power levels for base stations and noise
levels inactive frequencies.
Also, there is a new command in BB CTRL, which instructs transceiver
to perform a power measurement on requested frequency. As we work in
virtual Um-interface, a FakePM instance is used to provide some fake
power levels.
Change-Id: If48c12fd0b1ba10e1cf76559b359e17a1256617d
http://cgit.osmocom.org/osmocom-bb/commit/?id=13f8f6a33ecd5852e1af20a039310…
commit 13f8f6a33ecd5852e1af20a0393103999af00c17
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 05:49:48 2017 +0700
fake_trx/ctrl_if.py: allow adding custom params to response
Change-Id: I551bb425c25a5c978801d9e1e033b4ba352e259f
http://cgit.osmocom.org/osmocom-bb/commit/?id=c59ab5a3ce28cd91331c9e99c06ef…
commit c59ab5a3ce28cd91331c9e99c06ef99d4b696f16
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 06:25:37 2017 +0700
fake_trx/ctrl_cmd.py: print response to stdout
Change-Id: Icdbb1802b81eddf42786fafcf96200a60db3cc24
http://cgit.osmocom.org/osmocom-bb/commit/?id=aa9e81e7aa169133bc27b752beb0e…
commit aa9e81e7aa169133bc27b752beb0e354f2533b30
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 05:32:19 2017 +0700
fake_trx: fix copy-paste error
Change-Id: I9a6b294ad3501aa26d92667a995d08ca3be03da4
http://cgit.osmocom.org/osmocom-bb/commit/?id=b0f1dff67729bdb6cf9b12a0e718f…
commit b0f1dff67729bdb6cf9b12a0e718fd9900e16d74
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 04:10:41 2017 +0700
host/trxcon/trx_if.c: add power measurement command
Change-Id: Ib947b60248cafad4edeb7e49c2bd3a1f81696239
http://cgit.osmocom.org/osmocom-bb/commit/?id=a4857c4f37cc2aaf23abf96a616d1…
commit a4857c4f37cc2aaf23abf96a616d1d084e8311e3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 03:19:13 2017 +0700
host/trxcon/trx_if.c: simplify response matching
Previously, we had both length and string matching of request and
response. To be able to implement commands with additional params
in the future, this change drops the length matching part.
Change-Id: Id4c50115f5f1b1da450ff8b8dcfd6ccf572d23f5
http://cgit.osmocom.org/osmocom-bb/commit/?id=bd5d1e8c1e56110e201ffd133126b…
commit bd5d1e8c1e56110e201ffd133126bd49c3aab711
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 01:47:40 2017 +0700
host/trxcon/scheduler: confirm successful RACH requests
Change-Id: I079ecebbeeb3843288118fbb55fa520af22859bb
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/l1ctl.c | 16 ++----
src/host/trxcon/sched_lchan_handlers.c | 3 ++
src/host/trxcon/trx_if.c | 65 ++++++++++++++++++++++++-
src/host/trxcon/trx_if.h | 5 ++
src/target/fake_trx/ctrl_cmd.py | 7 ++-
src/target/fake_trx/ctrl_if.py | 13 ++++-
src/target/fake_trx/ctrl_if_bb.py | 16 +++++-
src/target/fake_trx/ctrl_if_bts.py | 13 ++++-
src/target/fake_trx/{udp_link.py => fake_pm.py} | 48 +++++++++---------
src/target/fake_trx/fake_trx.py | 10 ++++
10 files changed, 153 insertions(+), 43 deletions(-)
copy src/target/fake_trx/{udp_link.py => fake_pm.py} (54%)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 network interface library".
The branch, master has been updated
via 243a3b0372fe738b01c2d32d6f6cb7b7c99a1180 (commit)
via 728c2df7966c0ca0b6c3064972a14684910375c4 (commit)
from baff9c752e3e38581e32cc97bdb510394a34b608 (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/libosmo-netif/commit/?id=243a3b0372fe738b01c2d32d6f…
commit 243a3b0372fe738b01c2d32d6f6cb7b7c99a1180
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 22:15:11 2017 +0200
contrib: Enable -Werror by default
Change-Id: I045536c21d7a0fa2fc23258c727d67bedf176ece
http://cgit.osmocom.org/libosmo-netif/commit/?id=728c2df7966c0ca0b6c3064972…
commit 728c2df7966c0ca0b6c3064972a14684910375c4
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jul 13 21:29:30 2017 +0200
rtp.c: Fix print format
Fixes compilation warning
Change-Id: I0146a19bf852c9e27d265a098dc9d7a337424e10
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
src/rtp.c | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom network interface library
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 A-bis protcol interface library".
The branch, master has been updated
via 35003ec2ea7de49d67e5332938a66fe92580b94d (commit)
via 1307b7aa606b31a54d6abbb3cf39c07ccf4d2cd0 (commit)
from ff8eed24e769800c1f7e946d64a3247cb1d4a9ae (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/libosmo-abis/commit/?id=35003ec2ea7de49d67e5332938a…
commit 35003ec2ea7de49d67e5332938a66fe92580b94d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 22:04:43 2017 +0200
contrib: Enable -Werror by default
Change-Id: I065b18dd6c4f7616f981aa4273e68e23825a7294
http://cgit.osmocom.org/libosmo-abis/commit/?id=1307b7aa606b31a54d6abbb3cf3…
commit 1307b7aa606b31a54d6abbb3cf39c07ccf4d2cd0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jul 13 22:14:37 2017 +0200
configure.ac: Fix RTP_SIGNAL_PTR_CAST config in FreeBSD build
Move function definition to the first argument of AC_LANG_PROGRAM
(prologue) instead of the second (body). Content of the body is writen
into the main() function of the file being compiled, while prologue is
writen before it.
Compiler from FreeBSD build host doesn't like definitions inside the
main function, it fails with the following error:
conftest.c:28:73: error: function definition is not allowed here
As the compilation test fails, unsigned int is used instead of void*, which
doesn't match the current headers in the current build, and then a
warning (or error with -Werror) is printed.
Change-Id: I83fc3997e5067b499bf43cea4ff953604d6cbeae
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 5 +++--
contrib/jenkins.sh | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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, ...)
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 5eb17e28acdd6fba22a1f2e60f4d55aaef18b47a (commit)
from 152c2f489cd214b1a400b158df2b8726f779358a (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=5eb17e28acdd6fba22a1f2e60f4d55a…
commit 5eb17e28acdd6fba22a1f2e60f4d55aaef18b47a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 9 13:13:37 2016 +0100
VIRT-PHY: Initial check-in of a new virtual BTS
This patch adds a virtual physical layer designed to simulate the
Um air interface between BTS and MS. It does so by encapsulating MAC
blocks (Layer 2 PDUs) via GSMTAP and sending them through multicast UDP
streams, both in uplink and in downlink.
The purpose of this is enable testing without any radio hardware or
related licenses.
OsmocomBB has recently received as similar patch-set, adding a virty_phy
executable that can be run on a PC instead of the classic 'layer1'
firmware on a real phone.
Using GSMTAP means that one can use unmodified wireshark to decode the
messages exchanged on the virtual Um layer.
This code was originally started by Harald in January 2016, continued
by Sebastian Stumpf in late 2016 and early 2017, and finally completed
by Harald in July 2017.
Change-Id: I1bf7670975b1e367c1c62983020865a043542622
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
configure.ac | 1 +
include/osmo-bts/gsm_data.h | 6 +
include/osmo-bts/phy_link.h | 13 +
src/Makefile.am | 2 +-
src/osmo-bts-virtual/Makefile.am | 10 +
src/osmo-bts-virtual/bts_model.c | 169 ++++++
src/osmo-bts-virtual/l1_if.c | 465 +++++++++++++++++
src/osmo-bts-virtual/l1_if.h | 20 +
src/{osmo-bts-octphy => osmo-bts-virtual}/main.c | 55 +-
src/osmo-bts-virtual/osmo_mcast_sock.c | 112 ++++
src/osmo-bts-virtual/osmo_mcast_sock.h | 29 ++
src/osmo-bts-virtual/scheduler_virtbts.c | 633 +++++++++++++++++++++++
src/osmo-bts-virtual/virtual_um.c | 92 ++++
src/osmo-bts-virtual/virtual_um.h | 26 +
src/osmo-bts-virtual/virtualbts_vty.c | 185 +++++++
16 files changed, 1807 insertions(+), 13 deletions(-)
create mode 100644 src/osmo-bts-virtual/Makefile.am
create mode 100644 src/osmo-bts-virtual/bts_model.c
create mode 100644 src/osmo-bts-virtual/l1_if.c
create mode 100644 src/osmo-bts-virtual/l1_if.h
copy src/{osmo-bts-octphy => osmo-bts-virtual}/main.c (65%)
create mode 100644 src/osmo-bts-virtual/osmo_mcast_sock.c
create mode 100644 src/osmo-bts-virtual/osmo_mcast_sock.h
create mode 100644 src/osmo-bts-virtual/scheduler_virtbts.c
create mode 100644 src/osmo-bts-virtual/virtual_um.c
create mode 100644 src/osmo-bts-virtual/virtual_um.h
create mode 100644 src/osmo-bts-virtual/virtualbts_vty.c
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 "The Open Source GSM Base Band stack".
The branch, fixeria/fake_trx has been updated
discards b9b2051c3162bebc15d7f493ddd9c3b2d84a7494 (commit)
discards 6cc69c0cdca9c832031810e94b91f1f38b5a52bc (commit)
via 7242eb94255f82212d50098d416c05faaf86064a (commit)
via 094886c1782d1e445b84c54b4d136cc9339352c7 (commit)
via dec1a07dfd4fae224f6df6ef789407ca218efe49 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (b9b2051c3162bebc15d7f493ddd9c3b2d84a7494)
\
N -- N -- N (7242eb94255f82212d50098d416c05faaf86064a)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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/osmocom-bb/commit/?id=7242eb94255f82212d50098d416c0…
commit 7242eb94255f82212d50098d416c05faaf86064a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 18:46:56 2017 +0700
host/trxcon/l1ctl.c: handle L1CTL_RACH_REQ
Change-Id: I4c06bcf987120c6271b6e2ad94454fa69689a03e
http://cgit.osmocom.org/osmocom-bb/commit/?id=094886c1782d1e445b84c54b4d136…
commit 094886c1782d1e445b84c54b4d136cc9339352c7
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 01:38:48 2017 +0700
host/trxcon/scheduler: implement RACH handler
Change-Id: I496dd682549570e37e63e7edcfc83a064c13a57f
http://cgit.osmocom.org/osmocom-bb/commit/?id=dec1a07dfd4fae224f6df6ef78940…
commit dec1a07dfd4fae224f6df6ef789407ca218efe49
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 18:48:18 2017 +0700
host/trxcon/scheduler: implement TX queue handling
Change-Id: I2b7bae53901156524134c4904ea1179268d85601
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/l1ctl.c | 15 ++++++---
src/host/trxcon/sched_lchan_desc.c | 5 ++-
src/host/trxcon/sched_lchan_handlers.c | 56 ++++++++++++++++++++++++++++++++++
src/host/trxcon/sched_trx.c | 34 ++++++++++++++++++++-
src/host/trxcon/sched_trx.h | 4 +--
5 files changed, 105 insertions(+), 9 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 37d204a120a49c83775f1b3a5deab1446398760d (commit)
from bc43a62f4128348b52af50ae75c84ba772c17e29 (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/libosmocore/commit/?id=37d204a120a49c83775f1b3a5dea…
commit 37d204a120a49c83775f1b3a5deab1446398760d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 16:33:16 2017 +0200
socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option
Using this option at socket creation, the caller can request disabling
the IP_MULTICAST_ALL socket option.
Change-Id: I5ab5de45c0b64ceb3636ea98245a23defa24ffd4
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/socket.h | 2 ++
src/socket.c | 10 ++++++++++
2 files changed, 12 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via bc43a62f4128348b52af50ae75c84ba772c17e29 (commit)
via c47bbda78ce62d3390343b39d3bdfd0d6c9609df (commit)
from e30d7e6018e2690e7f51c182ab2a4fbaca8dd7cc (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/libosmocore/commit/?id=bc43a62f4128348b52af50ae75c8…
commit bc43a62f4128348b52af50ae75c84ba772c17e29
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 16:20:21 2017 +0200
socket: Allow disabling multicast loop on socket creation
This introduces a new flag OSMO_SOCK_F_NO_MCAST_LOOP, which can be used
to disable the looping back of multicast packets transmitted throug this
socket to other local sockets on the machine.
As this looping-back is active by default, a single option to deviate
from the default is deemed sufficient.
Change-Id: I24a5b1ebc3f84d2d5d4734e54df50efaea26490b
http://cgit.osmocom.org/libosmocore/commit/?id=c47bbda78ce62d3390343b39d3bd…
commit c47bbda78ce62d3390343b39d3bdfd0d6c9609df
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 16:13:26 2017 +0200
socket: Unify listen() calls and check for erroneous returns
We had three places at the end of socket initialization functions
calling listen(). Let's unify that and fix some bugs:
* close + return error in case of bad listen() result
* don't call listen() on AF_UNIX SOCK_DGRAM sockets
Change-Id: I7e8dbe3c0486bb3b9810b0add1331e93fc106d82
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/socket.h | 2 ++
src/socket.c | 65 ++++++++++++++++++++++++++++++-------------
2 files changed, 47 insertions(+), 20 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications