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 1f760e8dcc77d5a74b6dd82b9c664b2d4c41a981 (commit)
from 29d6cd41340a433ca93645df4232d5698b27ae10 (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=1f760e8dcc77d5a74b6dd82b9c…
commit 1f760e8dcc77d5a74b6dd82b9c664b2d4c41a981
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 1 16:07:23 2016 +0100
ipa-stream-{client,server}: Add missing #include <sys/socket.h>
This lead to compiler warnings on FreeBSD, as setsockopt() is undefined.
Change-Id: Ie0ee3e48adfd0cd252703ec020cef28cf76ca223
-----------------------------------------------------------------------
Summary of changes:
examples/ipa-stream-client.c | 1 +
examples/ipa-stream-server.c | 1 +
2 files changed, 2 insertions(+)
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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 36153239bfd0b633c4d259a9de0a759f41197a2b (commit)
from aabeb2eae40bd8d5fc713fcf39e96ff14ad991b2 (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=36153239bfd0b633c4d259a9de0a759…
commit 36153239bfd0b633c4d259a9de0a759f41197a2b
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 11 17:44:57 2016 +0100
Remove duplicated code
Remove lchan deactivation related code duplication to facilitate future
use for dynamic CCCH re-activation.
Change-Id: Id0d3b19dbfaa16d1734321a07a6eb0355bfd77c9
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/bts_model.h | 3 +++
include/osmo-bts/rsl.h | 2 ++
src/common/rsl.c | 6 ++++++
src/osmo-bts-litecell15/lc15bts_vty.c | 3 +--
src/osmo-bts-litecell15/oml.c | 7 +++----
src/osmo-bts-octphy/l1_oml.c | 7 +++----
src/osmo-bts-sysmo/oml.c | 7 +++----
src/osmo-bts-sysmo/sysmobts_vty.c | 3 +--
src/osmo-bts-trx/l1_if.c | 24 +++++++++++++++++++-----
tests/handover/handover_test.c | 2 ++
tests/stubs.c | 2 ++
11 files changed, 45 insertions(+), 21 deletions(-)
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 network interface library".
The branch, master has been updated
via 29d6cd41340a433ca93645df4232d5698b27ae10 (commit)
via 3dd57f737ced1333bb74a03e6af25017291f8f70 (commit)
via e63f88146d353091488322a1fb6a2b9b10887bef (commit)
via a47c8a3f3f1ccbf8963f2a6379562bcf52a381a6 (commit)
via 046b12fa88ba8171b44302a55fbd624ef3b10e8a (commit)
from b2b2fe643f5c1821c477f583a63a38838964bba7 (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=29d6cd41340a433ca93645df42…
commit 29d6cd41340a433ca93645df4232d5698b27ae10
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:53:35 2016 +0100
osmo_stream_cli_open2(): Fix bogus EINPROGRESS handling
osmo_sock_init() never returns -1 + errno EINPROGRESS. It will return a
positive fd in case the connect operation is in progress. Therefore,
the related code in osmo_stream_cli_open2() was impossible to execute.
Change-Id: Id3483d1d1d4d2eabba94729ea29e5c93b33abff0
Fixes: Coverity CID 57861
http://cgit.osmocom.org/libosmo-netif/commit/?id=3dd57f737ced1333bb74a03e6a…
commit 3dd57f737ced1333bb74a03e6af25017291f8f70
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:51:04 2016 +0100
rs232: Don't pass negative number to strerror()
Change-Id: Ia777221cd0472cd1e7aa79e5146b07048a545dd8
Fixes: Coverity CID 57860
http://cgit.osmocom.org/libosmo-netif/commit/?id=e63f88146d353091488322a1fb…
commit e63f88146d353091488322a1fb6a2b9b10887bef
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:49:21 2016 +0100
stream-client: check read() return value before using it as length input to memcpy
Change-Id: Id962821c71b3a1c4c01c1131eb809b8ec8eaa062
Fixes: Coverity CID 57859
http://cgit.osmocom.org/libosmo-netif/commit/?id=a47c8a3f3f1ccbf8963f2a6379…
commit a47c8a3f3f1ccbf8963f2a6379562bcf52a381a6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:39:52 2016 +0100
stream-client: Check for osmo_fd_register() return value
Change-Id: I1b5fa97d14e69ff502b6deba0fd898a01e53420f
Fixes: Coverity CID 57633
http://cgit.osmocom.org/libosmo-netif/commit/?id=046b12fa88ba8171b44302a55f…
commit 046b12fa88ba8171b44302a55fbd624ef3b10e8a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 15:38:37 2016 +0100
rs232-write: Check return value of osmo_fd_register()
Change-Id: If40e85600ca1dfbda5975d7aa92cccdb11f9c34d
Fixes: Coverity CID 57632
-----------------------------------------------------------------------
Summary of changes:
examples/rs232-write.c | 7 ++++++-
examples/stream-client.c | 10 ++++++++--
src/rs232.c | 2 +-
src/stream.c | 13 +++----------
4 files changed, 18 insertions(+), 14 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via aabeb2eae40bd8d5fc713fcf39e96ff14ad991b2 (commit)
from f4b238f91efddbfc3bc8456bdfef9a2354103c99 (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=aabeb2eae40bd8d5fc713fcf39e96ff…
commit aabeb2eae40bd8d5fc713fcf39e96ff14ad991b2
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 4 17:19:52 2016 +0100
DTX DL AMR: rewrite FSM recursion
Add explicit state for recursion (sending the different payload data in
response to the RTS request for same FN) and corresponding
transition. Remove ST_FACCH_V as with new explicit recursion handling it
becomes unreacheable. This makes it easier to maintain
preemption (interruption of current procedure due to FACCH or
Inhibition). This also reduces the number of possible transitions out of
each state thus reducing graph's cyclomatic complexity.
Change-Id: If39b68083d23a4a35f468a5d75f54eb733ebfd14
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/dtx_dl_amr_fsm.h | 5 +-
include/osmo-bts/msg_utils.h | 2 +
src/common/dtx_dl_amr_fsm.c | 147 ++++++++++++++++++++++++--------------
src/common/msg_utils.c | 125 +++++++++++++++++++++++++++-----
src/osmo-bts-litecell15/l1_if.c | 33 +++++----
src/osmo-bts-litecell15/tch.c | 31 ++++----
src/osmo-bts-sysmo/l1_if.c | 33 +++++----
src/osmo-bts-sysmo/tch.c | 31 ++++----
8 files changed, 270 insertions(+), 137 deletions(-)
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 f4b238f91efddbfc3bc8456bdfef9a2354103c99 (commit)
from 103ddc7155c49f0376d1b44c53ccc8569496dd2d (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=f4b238f91efddbfc3bc8456bdfef9a2…
commit f4b238f91efddbfc3bc8456bdfef9a2354103c99
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Nov 4 22:30:35 2016 +0300
trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.
Originally `maxdly` command in osmo-trx was contrlling max TA for Normal Bursts.
This was not a proper behaviour, because it was used to "control maximum
distance a handset can attach from" which is controlled by Access Bursts max TA.
Osmo-trx was corrected to apply `maxdly` to Access Bursts and a new command was
introduced to contrl max TA for Normal Bursts - `maxdlynb`. This patch adds
support for this configuration command into osmo-bts-trx.
If you wonder why would you need that - some test equipment (namely R&S CMD57)
has really bad timing sync and can generate signal a few symbols off. That
prevents osmo-trx from properly receiving otherwise perfectly good bursts
generated by CMD57. This configuration is a solution for this.
Change-Id: Ib5d255299668ac1ef9f0ce95e016f55ba3c82277
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.c | 5 +++++
src/osmo-bts-trx/l1_if.h | 4 ++++
src/osmo-bts-trx/trx_if.c | 5 +++++
src/osmo-bts-trx/trx_if.h | 1 +
src/osmo-bts-trx/trx_vty.c | 54 +++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 68 insertions(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 34bfbdaf9e94bc22e2516f32b9f5c8c088a19628 (commit)
from 168911b43855247916ec9e05fd61fe96ba3c9fcf (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-pcu/commit/?id=34bfbdaf9e94bc22e2516f32b9f5c8c…
commit 34bfbdaf9e94bc22e2516f32b9f5c8c088a19628
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 30 00:37:32 2016 +0100
debian: fix: add pcuif_proto.h to osmo-pcu.install
Following 68fc12775fac03e5e26a008dfa68c92498bfb772
'Install the pcuif_proto.h header file'
we need to add pcuif_proto.h to the debian install file.
Change-Id: Ib8e185900826baadcc96fcde1491903dbaf85f8b
-----------------------------------------------------------------------
Summary of changes:
debian/osmo-pcu.install | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
UNNAMED PROJECT
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, lynxis/rbs2000 has been updated
via 4cd8a1718ab80c93b2c78149172749f4bb6b2bdb (commit)
via 096cb5faf93f04ce3f524600d34b07d4ef4c360d (commit)
via fb58c6a921d9d8a86b3487196a93902e827dcb71 (commit)
via 5b8d2b93f08a0baac335fa5cd76596ed56fddd50 (commit)
from cc9e9f47cfa5d2953e019ffdc72b169edb99e530 (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=4cd8a1718ab80c93b2c78149172749f4…
commit 4cd8a1718ab80c93b2c78149172749f4bb6b2bdb
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Thu Dec 1 03:34:20 2016 +0100
libbsc/pcu_sock: remove const qualifier
store and load use regular uint8_t.
Change-Id: I180cd1a6b1ef73c7f6e794980f4db9f06fbaf9f9
http://cgit.osmocom.org/openbsc/commit/?id=096cb5faf93f04ce3f524600d34b07d4…
commit 096cb5faf93f04ce3f524600d34b07d4ef4c360d
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Thu Dec 1 03:33:39 2016 +0100
pcu_sock: add missing headers
Change-Id: I4d79063c84f82be0babc742f3e34eb05ab11f4c6
http://cgit.osmocom.org/openbsc/commit/?id=fb58c6a921d9d8a86b3487196a93902e…
commit fb58c6a921d9d8a86b3487196a93902e827dcb71
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Wed Nov 2 02:41:41 2016 +0100
abis_om2k: protect mo fsms by NULL check
also set them NULL
Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200
http://cgit.osmocom.org/openbsc/commit/?id=5b8d2b93f08a0baac335fa5cd76596ed…
commit 5b8d2b93f08a0baac335fa5cd76596ed56fddd50
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Thu Dec 1 02:51:11 2016 +0100
libbsc/rbs2000: delay the ALTRQ request by 3 sec
Change-Id: I1bb48ba7f7cbe4010b0c40710d3f33a930f77927
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/libbsc/abis_om2000.c | 31 ++++++++++++++++++++++++++++---
openbsc/src/libbsc/pcu_sock.c | 4 +++-
3 files changed, 32 insertions(+), 4 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)