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 "CI scripts".
The branch, master has been updated
via 7b58ee99857c2961bd66a89dd74f3820a4d6813c (commit)
from ff6ea23be5610386c645a165f01c1c0972357e88 (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-ci/commit/?id=7b58ee99857c2961bd66a89dd74f3820…
commit 7b58ee99857c2961bd66a89dd74f3820a4d6813c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Sep 3 00:54:44 2017 +0200
debian nightly: don't use pre_release branches, use master
Related: OS#2297
Change-Id: I15e114389095af381978201c1bb3aad2a51fbaaa
-----------------------------------------------------------------------
Summary of changes:
scripts/osmocom-nightly-nitb-split.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
CI scripts
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 9e36dca82aa139f10e25ca037cf4a7cc03eafea0 (commit)
from bbf6c435f60083b3e964843a6461df5bdc04fd85 (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=9e36dca82aa139f10e25ca037cf4a7c…
commit 9e36dca82aa139f10e25ca037cf4a7cc03eafea0
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 27 10:02:59 2017 +0200
trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT
* do not deactivate lchan when called with LCHAN_REL_ACT_REACT
* add fixme comment
It's unclear yet if any special steps are required for osmo-bts-trx so
let's just make it compatible with setups [1] using BS_AG_BLKS_RES != 1
for now.
Background: CCCH is auto activated by some OsmoBTS - before we receive
SI3, see 4a8582846281322e8d7dfc577b18767cf35c24d1. To accommodate for
that we deactivate CCCH in common/rsl.c, which triggers BTS-model
specific callback sapi_deactivate_cb() which updates parameters and
activates it again.
In case of osmo-bts-trx there is no auto-activation and (seems to be) no
need in special interaction with hw to activate channel (no
lchan_activate()) hence we can just skip entire
deactivate/setup/activate again routine.
[1] "channel-descrption bs-ag-blks-res N" in OpenBSC config file.
Related: OS#1575
Change-Id: I20b89ba1e43d1414180b083cd1e085eeffe5d513
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/rsl.h | 2 +-
src/osmo-bts-trx/l1_if.c | 6 ++++++
2 files changed, 7 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via b9759dba9ecd2720aab1c91d6824a18e2c0ffbcd (commit)
from 99377c2daab6e428194c92103a3a7c2d8a8b5551 (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=b9759dba9ecd2720aab1c91d6824…
commit b9759dba9ecd2720aab1c91d6824a18e2c0ffbcd
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu May 11 15:19:23 2017 +0300
lapd_core: Fix crash in lapd_est_req() function
lapd_est_req() function could be called on uninitialized lapd link
(before lapd_dl_init() and after lapd_dl_exit() functions) due to
invalid usage on higher levels.
In order to prevent using uninitialized lapd link, we should set
LAPD_STATE_NULL state for lapd_datalink in lapd_dl_exit() function.
So all messages for lapd_datalink in null state will be unhandled by
lapd_recv_dlsap() function and lapd_est_req() function will not be
called before lapd_dl_init() function where lapd link state is changed
to idle.
#0 0x00007f46ecd99aa5 in lapd_est_req (dp=<optimized out>, lctx=0x7f46ed80b8b8) at
lapd_core.c:1769
#1 0x00007f46ecd9dda8 in rslms_rx_rll_est_req (msg=msg@entry=0x7f46eeab4940,
dl=dl@entry=0x7f46ed80b888) at lapdm.c:845
#2 0x00007f46ecd9fc03 in rslms_rx_rll (lc=0x7f46ed80b398, msg=0x7f46eeab4940) at
lapdm.c:1157
#3 lapdm_rslms_recvmsg (msg=0x7f46eeab4940, lc=0x7f46ed80b398) at lapdm.c:1223
#4 0x00007f46ed63773d in rsl_rx_rll (msg=<optimized out>, trx=<optimized out>) at
rsl.c:2178
#5 down_rsl (trx=<optimized out>, msg=<optimized out>) at rsl.c:2541
#6 0x00007f46ed641529 in sign_link_cb (msg=<optimized out>) at abis.c:169
#7 0x00007f46ec54b111 in ipaccess_bts_read_cb (link=0x7f46eeab4940, msg=0x0) at
input/ipaccess.c:807
#8 0x00007f46ec548a8e in ipa_client_read (link=0x7f46ee26ae30) at input/ipa.c:74
#9 ipa_client_fd_cb (ofd=<optimized out>, what=1) at input/ipa.c:137
#10 0x00007f46ecfc726f in osmo_fd_disp_fds (_eset=0x7ffe7a9fcd20, _wset=0x7ffe7a9fcca0,
_rset=0x7ffe7a9fcc20) at select.c:167
#11 osmo_select_main (polling=polling@entry=0) at select.c:207
#12 0x00007f46ed63fc25 in bts_main (argc=5, argv=<optimized out>) at main.c:359
#13 0x00007f46ebd76f45 in __libc_start_main (main=0x7f46ed61b120 <main>, argc=5,
argv=0x7ffe7a9fcf18, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
#14 0x00007f46ed61b14e in _start ()
Related: OS#1982
Change-Id: I306dad9b78e3becaef14c5305ec25c312feefe3c
-----------------------------------------------------------------------
Summary of changes:
src/gsm/lapd_core.c | 4 ++++
1 file changed, 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via 8bfa659087756056cc6c131d27c88807787f7c05 (commit)
from 84bf0faed9912ba2b31e56299f5a0441973076eb (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=8bfa659087756056cc6c131d27c8880…
commit 8bfa659087756056cc6c131d27c88807787f7c05
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 31 15:42:06 2017 +0200
Move gsmtap and accounting into separate function
Change-Id: I3609da1850244f25bd4611c9d25795ca379d6325
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_sched.cpp | 44 +++++++++++++++++++++++++++++++-------------
1 file changed, 31 insertions(+), 13 deletions(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via bbf6c435f60083b3e964843a6461df5bdc04fd85 (commit)
from 6384c73fbfd852d45a63b729389afa2f92e02fb2 (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=bbf6c435f60083b3e964843a6461df5…
commit bbf6c435f60083b3e964843a6461df5bdc04fd85
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 16:13:02 2017 +0200
Support removing SI13 from PCU
If SI13 becomes unavailable in runtime than send 0-length message with
BCCH SAPI to PCU to indicate that SI13 have to be removed.
Change-Id: I72aef8bd98f21c4b5ea6eed21fc56b30d85bfc1b
Related: OS#2400
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/pcu_if.h | 2 +-
src/common/pcu_sock.c | 10 +++++-----
src/common/rsl.c | 4 +++-
3 files changed, 9 insertions(+), 7 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 "UNNAMED PROJECT".
The branch, master has been updated
via 84bf0faed9912ba2b31e56299f5a0441973076eb (commit)
via b216c6b1652454d01f10c376a16bae864b717a1e (commit)
from 10e37a50893b2f452d9ddf8042e0e9b8c7368d94 (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=84bf0faed9912ba2b31e56299f5a044…
commit 84bf0faed9912ba2b31e56299f5a0441973076eb
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 11:02:40 2017 +0200
Support receiving SI13 from BTS
* store SI13 in BTS struct
* check and handle BCCH SAPI
Change-Id: I610a93ce23725b182ec14e3507331295bd542f74
Related: OS#2400
http://cgit.osmocom.org/osmo-pcu/commit/?id=b216c6b1652454d01f10c376a16bae8…
commit b216c6b1652454d01f10c376a16bae864b717a1e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 11:00:39 2017 +0200
cosmetic: tighten direct-phy related code
* move the code to related SAPI case
* get rid of 'unused variable' warning if direct-phy is not used
Change-Id: If8cae6f3579cfdecc25bbe1d08fa88a4f664a03b
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 4 +++-
src/osmo-bts-litecell15/lc15_l1_if.c | 2 ++
src/osmo-bts-sysmo/sysmo_l1_if.c | 2 ++
src/pcu_l1_if.cpp | 46 +++++++++++++++++++++++++++---------
src/pcu_main.cpp | 1 +
src/pcu_vty.h | 1 +
6 files changed, 44 insertions(+), 12 deletions(-)
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 "Osmocom layer for OpenEmbedded".
The branch, master has been updated
via 9e50dbdd1ee672494758d29482444cf40a36d1ba (commit)
from 3b2076a5563a27e114b02a1e41cf4f62330e9575 (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/meta-telephony/commit/?id=9e50dbdd1ee672494758d2948…
commit 9e50dbdd1ee672494758d29482444cf40a36d1ba
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 18:37:45 2017 +0200
Add git-review config
Change-Id: I4178b4866078f20f7415772255e9c755dcb90efe
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 "GSM Audio Pocket Knife".
The branch, master has been updated
via d5cfaa6a52d09551661f2cc8ef7ffc24f809960a (commit)
via 83aa99e7a9a1ff0d6949b4c71cd8817e2668b341 (commit)
from 6c42261cd2b8075904e3df9ec987ffe52c6adb2b (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/gapk/commit/?id=d5cfaa6a52d09551661f2cc8ef7ffc24f80…
commit d5cfaa6a52d09551661f2cc8ef7ffc24f809960a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 2 21:34:03 2017 +0700
pq_alsa.c: print error message if device init fails
http://cgit.osmocom.org/gapk/commit/?id=83aa99e7a9a1ff0d6949b4c71cd8817e266…
commit 83aa99e7a9a1ff0d6949b4c71cd8817e2668b341
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 2 21:34:02 2017 +0700
pq_alsa.c: handle output buffer underrun
On some systems the ALSA output buffer is pretty big, and
if the audio samples are not being passed into the buffer
quickly enough, it becomes starved for data, resulting
in an error called underrun.
Previously, when it happenned, GAPK used to stop processing
with the following message (where X is a random number):
[+] PQ: Adding ALSA output (dev='default', blk_len=320)
[!] pq_execute(): abort, item returned -1
[+] Processed X frames
According to the ALSA documentation, the pcm_handle
changes its state when the problem happens, and should
be recovered using the snd_pcm_prepare() call. This change
actually does that.
-----------------------------------------------------------------------
Summary of changes:
src/pq_alsa.c | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife
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 layer for OpenEmbedded".
The branch, user/max/nightly-fix has been created
at d72158b75a8cb0267835015b2f65e97df0e65cd7 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/meta-telephony/commit/?id=d72158b75a8cb0267835015b2…
commit d72158b75a8cb0267835015b2f65e97df0e65cd7
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 1 19:06:05 2017 +0200
libosmo-abis: modify PV to match recent release
The upstream release commit is 7f17b8c45d094941292036143f3292a1d5789cf5.
Hopefully this would fix the issue with recent nightly:
/usr/bin/osmo-bts-sysmo
/usr/bin/osmo-bts-sysmo: error while loading shared libraries: libosmotrau.so.1: cannot open shared object file: No such file or directory
In future we should try to find a way to automatically set PV to the
latest git tag.
Change-Id: I9f27661d9e5241efe7725b7d1efcf4aef55e2efe
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 "GSM Audio Pocket Knife".
The branch, fixeria/lib has been updated
via 293384fd1b3d6c681d7f4862f98eb52977551e00 (commit)
via aedbe9ad7a352b3fdd846aa6093b5cde29b0749b (commit)
via d25004a98122d84039b8ce20932729189c8ae171 (commit)
via 5f332917e1ce8fcaa67a8406e69df9a1e01b2b67 (commit)
via 7d411284afeb9489a3fe0126396f094ad305c0f5 (commit)
from 2b02f8ec27a15302f744bee4a3a0502233ff5e2e (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/gapk/commit/?id=293384fd1b3d6c681d7f4862f98eb529775…
commit 293384fd1b3d6c681d7f4862f98eb52977551e00
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 1 16:50:51 2017 +0700
Expose format / codec description structures
To make external applications be able to 'play' with formats and
codecs without usage of processing queue, this change adds an
'osmo_gapk' prefix to all format / codec description structures,
and moves them to the corresponding headers.
http://cgit.osmocom.org/gapk/commit/?id=aedbe9ad7a352b3fdd846aa6093b5cde29b…
commit aedbe9ad7a352b3fdd846aa6093b5cde29b0749b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 1 16:19:40 2017 +0700
procqueue: use linuxlist to store queue items
The usage of linuxlist is more flexible than having a limited
array of pointers. This approach allows to have as much items
in a processing queue as required.
http://cgit.osmocom.org/gapk/commit/?id=d25004a98122d84039b8ce20932729189c8…
commit d25004a98122d84039b8ce20932729189c8ae171
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 1 15:22:32 2017 +0700
procqueue: use uint8_t as output buffer type
http://cgit.osmocom.org/gapk/commit/?id=5f332917e1ce8fcaa67a8406e69df9a1e01…
commit 5f332917e1ce8fcaa67a8406e69df9a1e01b2b67
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 1 15:15:45 2017 +0700
procqueue: store output buffers inside queue items
An output buffer belongs to its queue item, so it will be more
correctly to store its pointer inside the osmo_gapk_pq_item.
http://cgit.osmocom.org/gapk/commit/?id=7d411284afeb9489a3fe0126396f094ad30…
commit 7d411284afeb9489a3fe0126396f094ad305c0f5
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 1 14:33:19 2017 +0700
procqueue: use unsigned int for I/O frame size fields
A frame size cannot be negative, so 'unsigned' is more
suitable for frame size fields.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gapk/codecs.h | 7 +++
include/osmocom/gapk/formats.h | 18 +++++++
include/osmocom/gapk/procqueue.h | 15 ++++--
src/codec_amr.c | 2 +-
src/codec_efr.c | 2 +-
src/codec_fr.c | 2 +-
src/codec_hr.c | 2 +-
src/codec_pcm.c | 2 +-
src/codecs.c | 18 ++-----
src/fmt_amr.c | 2 +-
src/fmt_amr_opencore.c | 2 +-
src/fmt_gsm.c | 2 +-
src/fmt_hr_ref.c | 4 +-
src/fmt_racal.c | 6 +--
src/fmt_rawpcm.c | 2 +-
src/fmt_rtp_amr.c | 2 +-
src/fmt_rtp_efr.c | 2 +-
src/fmt_rtp_hr_etsi.c | 2 +-
src/fmt_rtp_hr_ietf.c | 2 +-
src/fmt_ti.c | 6 +--
src/formats.c | 50 ++++++-----------
src/libosmogapk.map | 23 ++++++++
src/procqueue.c | 112 ++++++++++++++++++++++-----------------
23 files changed, 163 insertions(+), 122 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife