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 59f50c2718ba30479449ed31ed2202f7a797ca1d (commit)
from 701afa4b3a5ae3e93b92bd9a4fa013fadbe69774 (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=59f50c2718ba30479449ed31ed2202f…
commit 59f50c2718ba30479449ed31ed2202f7a797ca1d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 30 12:36:11 2017 +0100
TBF: log timer override
Currently TBF support only single Txxxx timer so scheduling another
timer will cancel out the one which is already running. Until the proper
fix is in place, let's at least log this situation as error.
Note: cosmetic adjustement to test output is required - we do not report
restart of the same timer twice because "restarting" assumes it anyway.
Change-Id: I462464a1e6df937b72cad65d19cd48e95dc4db45
Related: OS#2407
-----------------------------------------------------------------------
Summary of changes:
src/tbf.cpp | 14 +-
tests/tbf/TbfTest.err | 422 +++++++++++++++++++++++++-------------------------
2 files changed, 218 insertions(+), 218 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, laforge/fsm-name has been created
at 7536823ea41a2cb7fc26b8c9a524b2b48a39dfee (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=7536823ea41a2cb7fc26b8c9a524b2b…
commit 7536823ea41a2cb7fc26b8c9a524b2b48a39dfee
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 31 15:29:35 2017 -0400
DTX: avoid illegal character contained in DTX FSM allocation which causes BTS crash
Problem:
lchan->tch.dtx.dl_amr_fsm struct failed to allocate in l1sap_chan_act routine
in l1sap.c due to illegal characters contained in lchan->name which are passed to
osmo_fsm_inst_alloc routine. As a result, lchan->tch.dtx.dl_amr_fsm is NULL
causing BTS crashed (SEG FAULT) when trying to access this struct.
Below is snapshot of crash log obtained by GDB:
...
Fri Nov 24 18:13:55 2017 <0000> rsl.c:1653 payload type: 98
Fri Nov 24 18:13:55 2017 <0000> rsl.c:1463 (bts=0,trx=0,ts=2,ss=0)
RSL Tx IPAC_MDCX_ACK (local 127.0.0.1:11538, remote 127.0.0.1:30012)
Program received signal SIGSEGV, Segmentation fault.
0x00031930 in dtx_dl_amr_fsm_step (lchan=lchan@entry=0xb69592a8,
rtp_pl=rtp_pl@entry=0x87ae8 " \024\351Y\363_\337\345\351f\177\373\300\210\201\200\210",
rtp_pl_len=17, fn=1728481, l1_payload=0x10dd25 "", marker=marker@entry=true,
len=len@entry=0x10ddc4 "\024", ft_out=0xbefff7d7 "\002",
ft_out@entry=0xbefff7cf "\276\341_\032") at msg_utils.c:233
233 msg_utils.c: No such file or directory.
...
Fix:
* Use different formatting for lchan name passed to osmo_fsm_inst_alloc routine
* Refuse channel activation if FSM could not be generated (as opposed to crash)
Related: OS#2606
Reported-by: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Change-Id: I929ce3703dc57acf8db569ae0e346265644d0b3c
-----------------------------------------------------------------------
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 701afa4b3a5ae3e93b92bd9a4fa013fadbe69774 (commit)
from a5eb67d91c88514036b6926b845229eb279827b5 (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=701afa4b3a5ae3e93b92bd9a4fa013f…
commit 701afa4b3a5ae3e93b92bd9a4fa013fadbe69774
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 1 17:13:22 2017 +0100
Fix compiler warning
Move function declarations which use gprs_rlcmac_ul_tbf into tbf.h to
avoid compiler warning:
In file included from pcu_vty.c:15:0:
bts.h:166:27: warning: ‘struct gprs_rlcmac_ul_tbf’ declared inside parameter list will not be visible outside of this definition or declaration
void update_tbf_ta(struct gprs_rlcmac_ul_tbf *tbf, int8_t ta_delta);
^~~~~~~~~~~~~~~~~~
bts.h:167:24: warning: ‘struct gprs_rlcmac_ul_tbf’ declared inside parameter list will not be visible outside of this definition or declaration
void set_tbf_ta(struct gprs_rlcmac_ul_tbf *tbf, uint8_t ta);
^~~~~~~~~~~~~~~~~~
Change-Id: Ic34c72c8bff6d7c775f56bb6026fec5425f7dcb4
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 2 --
src/tbf.h | 9 +++++++++
2 files changed, 9 insertions(+), 2 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ad1797e359f95b3a9ff57bfc92217d4f4f96fc95 (commit)
via 38b17235339c8d0223f00d3b3a54626c32184f9d (commit)
from 37a83405a5ebbaebc02b7ce8fb9c8bf597cd678c (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=ad1797e359f95b3a9ff57bfc9221…
commit ad1797e359f95b3a9ff57bfc92217d4f4f96fc95
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 1 19:39:23 2017 +0100
embedded: fix tests
In case of embedded build some tests are failing to link properly. Fix
it:
* do not run fsm_test unless CTRL is enabled
* do not run fr_test unless GB is enabled
* do not link loggingrb_test with libosmovty
Change-Id: Icedad5ba3ed311ccdb97fa3ccd3002f5fda8be68
http://cgit.osmocom.org/libosmocore/commit/?id=38b17235339c8d0223f00d3b3a54…
commit 38b17235339c8d0223f00d3b3a54626c32184f9d
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 1 19:06:21 2017 +0100
Fix embedded build
Do not attempt to load auth plugins - this does not make sense on
embedded target anyway.
Change-Id: Ie92d2eea21e19e499b3f3bb4d5a82e31fbbea3f0
-----------------------------------------------------------------------
Summary of changes:
src/gsm/auth_core.c | 6 ++++++
src/gsm/gprs_cipher_core.c | 4 ++++
tests/Makefile.am | 10 +++++-----
3 files changed, 15 insertions(+), 5 deletions(-)
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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via 238df986b9c705392898f74271c3258c16ffe927 (commit)
via a0fc36f859fcfd089c0490648a92d66c0928ecca (commit)
from edb65f915f24fbd6611a343c99aba83ac3867b89 (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=238df986b9c705392898f74271c32…
commit 238df986b9c705392898f74271c3258c16ffe927
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Dec 3 22:01:50 2017 +0000
mobile: Return the name of the configured "MS"
In lua osmo.ms():name() will print the name/number of the MS. This
can be used by scripting code to use in events and then be analyzed.
Change-Id: I881d3e87daa19f4e6f4f5bd30fe95906129e60ef
http://cgit.osmocom.org/osmocom-bb/commit/?id=a0fc36f859fcfd089c0490648a92d…
commit a0fc36f859fcfd089c0490648a92d66c0928ecca
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Dec 3 18:36:19 2017 +0000
mobile: Simplify code and check the cb ref in load_cb
Change parameters and check if the cb_ref is valid or not.
Change-Id: I74fbcd7e853e24b1225ecc4c19304134b8467c9b
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/script_lua.c | 42 ++++++++++++++++----------------
1 file changed, 21 insertions(+), 21 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via be4a2088098a7b4fbfc1a5046e4c2ceb21ce1b1d (commit)
from 5112c45d224f99d0bc65e52f6cb5269feb7315dc (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=be4a2088098a7b4fbfc1a5046e4c2ce…
commit be4a2088098a7b4fbfc1a5046e4c2ceb21ce1b1d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 3 10:29:13 2017 +0100
Put useful information in RTCP SDES.
The RTCP Sender Description is supposed to contain useful information
to identify the source of the RTP stream. So far, it only contained
compile-time default data of libortp. Let's put the BTS UnitID, the
lchan number and the OsmoBTS version in there.
This change requires libosmo-abis Change-Id Ice794f9e0c6caeea1c67520c12efbfa375d1fb82
Change-Id: Id6ce7188354d3a0517661c9648854ec829ef1cac
Related: OS#2701
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data_shared.h | 1 +
src/common/gsm_data_shared.c | 9 +++++++++
src/common/rsl.c | 9 +++++++++
3 files changed, 19 insertions(+)
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 A-bis protcol interface library".
The branch, master has been updated
via d1dd22c38e86f123c8f9a93c2789deafdfcb9265 (commit)
from 2d4888dd08f5f340019ace5050a64a85dec57400 (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=d1dd22c38e86f123c8f9a93c278…
commit d1dd22c38e86f123c8f9a93c2789deafdfcb9265
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 3 10:00:16 2017 +0100
Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES items
This allows the users of libosmotrau to set the content of the SDES
items to something more useful than their compile-time defaults.
Change-Id: Ice794f9e0c6caeea1c67520c12efbfa375d1fb82
Related: OS#2701
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/trau/osmo_ortp.h | 3 +++
src/trau/osmo_ortp.c | 7 +++++++
3 files changed, 11 insertions(+)
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 "GSM Audio Pocket Knife".
The branch, laforge/rtp has been created
at 67e92663f9160c04702d149871a7d5b52bbe6ac5 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gapk/commit/?id=67e92663f9160c04702d149871a7d5b52bb…
commit 67e92663f9160c04702d149871a7d5b52bbe6ac5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 28 13:46:21 2017 +0200
EFR ("fmt_amr") fixup
-----------------------------------------------------------------------
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 "GSM Audio Pocket Knife".
The branch, laforge/benchmark has been created
at 12caf496aa2649559c364753c15a027251c95e0d (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 5112c45d224f99d0bc65e52f6cb5269feb7315dc (commit)
from a7bfb6c8dabcba6fb3534c4733d88fb9e466ae15 (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=5112c45d224f99d0bc65e52f6cb5269…
commit 5112c45d224f99d0bc65e52f6cb5269feb7315dc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 3 10:06:22 2017 +0100
rsl.c: Log RTP socket related errors as DRTP, not DRSL
The respective errors/events occur as a result of calling osmo_rtp_*
API, and are clearly more fitting into the DRTP category than the DRSL,
even though the respective actions are triggered by RSL.
Change-Id: I52e6f9865492a2f757a37860eb92a3dc49e174ef
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)