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, master has been updated
via 48d2a55b40871c584b0af8ff4c918a7734a12b59 (commit)
via 16da443e7376fcf7c88757f8ce2a342a0fd48a99 (commit)
via 0d0d2ec72437216f8cb71ffaee4700b7fbc98edb (commit)
via 3017a977f7dd47d1fed4909b8786f6946da11f97 (commit)
via 91a0c20bb3cc483b099e788fd2f87ae1947d51b2 (commit)
via dd94566f7b69cf5b18f5e82ea66059aab76f7891 (commit)
via a2f06f28e286013dcbdd15a29b32a8b80a068e0c (commit)
via 46a452412600c37deea5df4568c9bb03c9e7b48d (commit)
via 8a2080b96a91b33a8454f420ff1749789ad8815f (commit)
from 271eca57a993858c29f94346b435f6162f3f3351 (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=48d2a55b40871c584b0af8ff4c918…
commit 48d2a55b40871c584b0af8ff4c918a7734a12b59
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 14:24:57 2017 +0200
VIRT-PHY mcast_sock: Use uint16_t for ports, bool and const
Change-Id: I4eab1da8d43fdad05c04f23d89711081c4696fe7
http://cgit.osmocom.org/osmocom-bb/commit/?id=16da443e7376fcf7c88757f8ce2a3…
commit 16da443e7376fcf7c88757f8ce2a342a0fd48a99
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 14:18:09 2017 +0200
VIRT-PHY: mcast_sock: properly clean up in error paths (close/unreg socket)
Change-Id: I2c22359735af6b867e25e0f566cadbc88f21ef44
http://cgit.osmocom.org/osmocom-bb/commit/?id=0d0d2ec72437216f8cb71ffaee470…
commit 0d0d2ec72437216f8cb71ffaee4700b7fbc98edb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 14:14:40 2017 +0200
VIRT-PHY: Further simplify mcast_sock code
By avoiding dynamic allocations and relying on osmo_fd, we can
significantly simplify the code.
Change-Id: Iad653686ac2bda5b3c92c30b4386ee7727d16271
http://cgit.osmocom.org/osmocom-bb/commit/?id=3017a977f7dd47d1fed4909b8786f…
commit 3017a977f7dd47d1fed4909b8786f6946da11f97
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 13:59:40 2017 +0200
VIRT-PHY: mcast_sock: We must close the fd before setting it to -1
Change-Id: Id8e72c8800a8b3021ab350acaebd912f1b387063
http://cgit.osmocom.org/osmocom-bb/commit/?id=91a0c20bb3cc483b099e788fd2f87…
commit 91a0c20bb3cc483b099e788fd2f87ae1947d51b2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 13:58:28 2017 +0200
VIRT-PHY: mcast_sock: Don't keep subscribed multicast group around
We can avoid having to keep around the multicast group in a chunk of
dynamically allocated memory and simplify related code.
Change-Id: Ic39ffe73dfd2cb8ffefb9614340e275dac87bd50
http://cgit.osmocom.org/osmocom-bb/commit/?id=dd94566f7b69cf5b18f5e82ea6605…
commit dd94566f7b69cf5b18f5e82ea66059aab76f7891
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 13:54:21 2017 +0200
VIRT-PHY: mcast_sock: Avoid dynamic allocation of osmo_fd member
Change-Id: I11e0137849797eb67047b4ddca0e917c599ed909
http://cgit.osmocom.org/osmocom-bb/commit/?id=a2f06f28e286013dcbdd15a29b32a…
commit a2f06f28e286013dcbdd15a29b32a8b80a068e0c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 13:49:37 2017 +0200
VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_conf
We don't need to store this data, we cans simply connect the socket to
the destination mcast address instead.
Change-Id: I3c98653c41eff9feb649d9c47cd40b26fd81ed05
http://cgit.osmocom.org/osmocom-bb/commit/?id=46a452412600c37deea5df4568c9b…
commit 46a452412600c37deea5df4568c9bb03c9e7b48d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 13:48:04 2017 +0200
VIRT-PHY: osmo_mcast_sock.c coding style cleanup
Change-Id: Ie45ea5911167600cb9a1a79dfcd9656be1e91dab
http://cgit.osmocom.org/osmocom-bb/commit/?id=8a2080b96a91b33a8454f420ff174…
commit 8a2080b96a91b33a8454f420ff1749789ad8815f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 13:10:25 2017 +0200
Port osmo_mcast_sock to libosmocore socket routines
Change-Id: Ia44c086fb8e428edf49bafd1662c31b2dc2bfc43
-----------------------------------------------------------------------
Summary of changes:
.../virt_phy/include/virtphy/osmo_mcast_sock.h | 49 ++---
src/host/virt_phy/src/shared/osmo_mcast_sock.c | 234 ++++++++-------------
2 files changed, 109 insertions(+), 174 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack