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 "SCCP Library".
The branch, master has been updated
via fa3215618b88264a03477511313311de4e838d99 (commit)
from 483bf42f4501004a5fab90c513121b05139ee494 (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-sccp/commit/?id=fa3215618b88264a03477511313…
commit fa3215618b88264a03477511313311de4e838d99
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jun 22 18:45:51 2017 +0000
Revert "configure.ac: Use -Werror in C(PP)FLAGS"
As discussed in chat, -Werror should not be enabled by default.
Instead it should be added in our jenkins build scripts.
This reverts commit fc252ca38427bf77e55fd272a954dfe24f03a719.
Change-Id: I92955c2f74f9a5c40e80028459100cf5e79a537b
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
SCCP 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 c633cfbb9115485f3f54efe49480f4e2cec1cfa4 (commit)
from 7d1f53143e8eaeb25bae8979fb80dac57ddbf827 (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=c633cfbb9115485f3f54efe4948…
commit c633cfbb9115485f3f54efe49480f4e2cec1cfa4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jun 22 18:44:45 2017 +0000
Revert "configure.ac: Use -Werror in C(PP)FLAGS"
As discussed in chat, -Werror should not be enabled by default.
Instead it should be added in our jenkins build scripts.
This reverts commit 7d1f53143e8eaeb25bae8979fb80dac57ddbf827.
Change-Id: Ied6e21b72b24fcb623fd945ed9560b742a8eedf5
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 00f4ef7262519ccb48213c9b844e1e015b1c3046 (commit)
via ffa41ca6654178050bd3c150b9bb5e2a4375c30d (commit)
via 4f8857e50a9df027fab39d42e70acf84be374356 (commit)
via 648f87883aad87b6e946fa23a8d8ec4cfd0523db (commit)
via fc1911c0f427ad037d4dd14950c60c4f1ac8de15 (commit)
from 4703fd215f3684a2e7cba46e423512960218ea54 (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=00f4ef7262519ccb48213c9b844e…
commit 00f4ef7262519ccb48213c9b844e1e015b1c3046
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 13:10:57 2017 +0200
pseudotalloc: Add simplistic implementation of talloc_asprintf
fsm.c uses this function. When compiled with --enable-embedded, it
triggers a warning:
fsm.c: In function 'osmo_fsm_inst_alloc':
fsm.c:213:4: warning: implicit declaration of function 'talloc_asprintf' [-Wimplicit-function-declaration]
fi->name = talloc_asprintf(fi, "%s(%s)", fsm->name, id);
Change-Id: I61cd83d4c8570af1e452c945ac6f194baf7e6ac4
http://cgit.osmocom.org/libosmocore/commit/?id=ffa41ca6654178050bd3c150b9bb…
commit ffa41ca6654178050bd3c150b9bb5e2a4375c30d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 11:12:26 2017 +0200
osmo-sim-test.c: Remove unused functions
Change-Id: I3060cfee8ece86c4c89a65f93c9f5424df0c410b
http://cgit.osmocom.org/libosmocore/commit/?id=4f8857e50a9df027fab39d42e70a…
commit 4f8857e50a9df027fab39d42e70acf84be374356
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 12:23:00 2017 +0200
fsm.c: Fix compilation warning: Use PRIu32 for uint32_t
Change-Id: I4c441b20b250c34656f1e8330d6bb4b1ce2b8423
http://cgit.osmocom.org/libosmocore/commit/?id=648f87883aad87b6e946fa23a8d8…
commit 648f87883aad87b6e946fa23a8d8ec4cfd0523db
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 11:41:32 2017 +0200
timer_gettimeofday.c: Fix implicit use of timeradd
timer_gettimeofday.c: In function 'osmo_gettimeofday_override_add':
timer_gettimeofday.c:54:2: error: implicit declaration of function 'timeradd' [-Werror=implicit-function-declaration]
timeradd(&osmo_gettimeofday_override_time, &val,
^
Change-Id: Iced451be255cfde8a6cf38380bef71ef29673994
http://cgit.osmocom.org/libosmocore/commit/?id=fc1911c0f427ad037d4dd14950c6…
commit fc1911c0f427ad037d4dd14950c60c4f1ac8de15
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 11:23:33 2017 +0200
sercomm_test.c: return correctly in main
Change-Id: I57fd3e1bf74ec24dec692710359a1ce00ecde75a
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 7 ++++---
src/pseudotalloc/pseudotalloc.c | 16 ++++++++++++++++
src/pseudotalloc/talloc.h | 2 +-
src/timer_gettimeofday.c | 1 +
tests/sercomm/sercomm_test.c | 1 +
utils/osmo-sim-test.c | 37 -------------------------------------
6 files changed, 23 insertions(+), 41 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 7d1f53143e8eaeb25bae8979fb80dac57ddbf827 (commit)
via 62eddcdcd8c83c188e4f4b25367b0aa4cb57973d (commit)
via 05df2d65a715fa3f117e8f11b99a9533b96b4c73 (commit)
via b0c3a4a30f580d591e86774627cb79876610d165 (commit)
from b26f2fd8253a6e554f6ab7b6b0d48df197836555 (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=7d1f53143e8eaeb25bae8979fb8…
commit 7d1f53143e8eaeb25bae8979fb80dac57ddbf827
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 07:44:28 2017 +0200
configure.ac: Use -Werror in C(PP)FLAGS
Change-Id: Ic674bf28d781b9806dc023777e1fea4ee1a0257a
http://cgit.osmocom.org/libosmo-abis/commit/?id=62eddcdcd8c83c188e4f4b25367…
commit 62eddcdcd8c83c188e4f4b25367b0aa4cb57973d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 07:43:14 2017 +0200
configure.ac: Use -Wall in C(PP)FLAGS
Change-Id: I5033387e4a4206f7d34d1db3c6ede9255d199941
http://cgit.osmocom.org/libosmo-abis/commit/?id=05df2d65a715fa3f117e8f11b99…
commit 05df2d65a715fa3f117e8f11b99a9533b96b4c73
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 07:37:45 2017 +0200
osmo_ortp.c: Fix warning: check ortp API in rtp_session_signal_connect
Since ortp commit 5ab29c50adc7948b11449e3aeee66010379ff7dc preceeding
ortp 0.24, the API is fixed and requests a pointer instead of an
unsigned long.
As we now require at least ortp 0.22 since libosmo-abis
15d9b7929d449e4138bcb003c614035bceadc3d1, we need to support both old
and new version of the API to continue having support for 0.22 but still
supporting new versions of the library.
Change-Id: I2dbd0498d75160358eca4336850e1a0ad2efdbeb
http://cgit.osmocom.org/libosmo-abis/commit/?id=b0c3a4a30f580d591e86774627c…
commit b0c3a4a30f580d591e86774627cb79876610d165
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 07:25:18 2017 +0200
osmo_ortp.c: Fix warning: implicit use of function
Explicitly state that we are using an internal API from ortp, and
define the function we are using to avoid printing a warning.
Change-Id: I9cadcb31ce7ade3632d83753be97fdc9ea518b5b
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 17 +++++++++++++++++
src/trau/osmo_ortp.c | 17 ++++++++++++-----
2 files changed, 29 insertions(+), 5 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 354741326cc7b3de9daf7066ecb7793573e5bf15 (commit)
from d2e5c5694e6dae078a104e7f5d05c87ed8286ea4 (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-trx/commit/?id=354741326cc7b3de9daf7066ecb7793…
commit 354741326cc7b3de9daf7066ecb7793573e5bf15
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 19 16:00:34 2017 -0700
sigProcLib: Specify standard namespace for isnan()
In commit a3dce85f
"sigProcLib: Use explicit NaN check in sinc table generation"
Use of std::isnan(double) was added without namespace specifier,
which may cause build issues depending on whether the C version
isnan() call is available. Add standard namespace to force C++
call usage and potential build issues.
Change-Id: I49328c43fdd690a4e6a2b2e949411aaf5674ead1
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/sigProcLib.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via d2e5c5694e6dae078a104e7f5d05c87ed8286ea4 (commit)
from a3dce85ffca6b3eceb0bcd84719797a6443a217c (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-trx/commit/?id=d2e5c5694e6dae078a104e7f5d05c87…
commit d2e5c5694e6dae078a104e7f5d05c87ed8286ea4
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 19 15:23:59 2017 -0700
sigProcLib: Replace dynamically allocated resampling buffers
Instead use object allocated STL vectors. This simplifies code,
removes the need to explicitly release buffers, and fixes a
memory leak in destructor deallocation. Also, remove simplified
init and release sub-calls.
Maintain partition filter allocation using memalign() for SIMD
alignment requirements.
Change-Id: Ie836982794c10fb1b6334e40592d44b200454846
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Resampler.cpp | 101 ++++++++++++++-----------------------------
Transceiver52M/Resampler.h | 14 +++---
2 files changed, 39 insertions(+), 76 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 4703fd215f3684a2e7cba46e423512960218ea54 (commit)
via 884ba0f2bcaf385cabee0b4228a2598d61fa406b (commit)
via 3149b0d076477303a38df735fe579b1b06ee17b2 (commit)
via a9b92769482585b17467008fa0d78085d7b10820 (commit)
via bb8396690ec36a912c2134087be8ec61166e4ad2 (commit)
from 039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8 (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=4703fd215f3684a2e7cba46e4235…
commit 4703fd215f3684a2e7cba46e423512960218ea54
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 16 16:17:19 2017 +0200
cosmetic: remove API documentation strings in header file
Typically we don't place comments with the function declarations
in .h files. Not sure why this file has comments for each. The
API doc belongs in the .c file as proper doxygen comments,
and shouldn't be duplicated in the .h file.
In this particular case, doxygen comments are added in the
corresponding c file recently.
Change-Id: I5c4cb55be5ec59a6945b1720b875c5987f1cfaad
http://cgit.osmocom.org/libosmocore/commit/?id=884ba0f2bcaf385cabee0b4228a2…
commit 884ba0f2bcaf385cabee0b4228a2598d61fa406b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 13:49:16 2017 +0200
gsm0808: add function gsm0808_speech_codec_from_chan_type()
The contents of the speech codec element (struct gsm0808_speech_codec),
that is also used in the speech codec list element (struct
gsm0808_speech_codec_list) can be generated directly from the
permitted speech parameter in the channel type field (struct
gsm0808_channel_type) when full AoIP with compressed speech via
RTP/UDP/IP is assumed and when the codec configuration on the air
interface exactly matches the codec configuration on the IP backhaul.
This patch adds a function that can be used as a helper to fill
out spech codec fields by only giving a permitted speech parameter
as input.
Change-Id: I257c972e9fdf0dfe940a8d483447085bd62e50a2
http://cgit.osmocom.org/libosmocore/commit/?id=3149b0d076477303a38df735fe57…
commit 3149b0d076477303a38df735fe579b1b06ee17b2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 13:22:34 2017 +0200
gsm0808: add function gsm0808_chan_type_to_speech_code()
The permitted speech field used in channel type element (struct
gsm0808_channel_type) uses a different representation as
the type field in the speech codec element (struct
gsm0808_speech_codec)
This patch adds a function to convert from permitted speech to
speech codec type.
Change-Id: Ib26a9c20864459b2baaa04f49b6e7902ba44b7cb
http://cgit.osmocom.org/libosmocore/commit/?id=a9b92769482585b17467008fa0d7…
commit a9b92769482585b17467008fa0d78085d7b10820
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 11:25:28 2017 +0200
gsm0808: add default speech codec configuration
In an AoIP scenario, the speech codec list field specifies the
codecs used in the RTP interface. This patch adds a table
with default codec configurations that match the codec
configurations that are also used on the air interface.
Change-Id: I9dc0165d76a022b2c1b7418bc3133407e61b7261
http://cgit.osmocom.org/libosmocore/commit/?id=bb8396690ec36a912c2134087be8…
commit bb8396690ec36a912c2134087be8ec61166e4ad2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 1 17:11:19 2017 +0200
gsm0808: fix AoIP speech codec element parser/generator
The implementation of the parser/generator for the speech codec
information element slightly wrong, making it impossible to use
it properly.
(See also: 3GPP TS 48.008, 3.2.2.103)
Change-Id: Idabb0f9620659557672e1c6b90c75481192e5c89
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808_utils.h | 26 +----
include/osmocom/gsm/protocol/gsm_08_08.h | 23 +++-
src/gsm/gsm0808_utils.c | 191 ++++++++++++++++++++++++++++---
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 77 ++++++-------
5 files changed, 235 insertions(+), 84 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8 (commit)
from da38203418d80b85ddd793bdfc829b2ee2d3266a (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=039171a5f8fb02b1a0d94a464c6e…
commit 039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 11:21:25 2017 +0200
abis_test.c: Fix warning appearing on some buggy gcc versions
Change-Id: I31d5ffc0cf461d207d6c3d43aa0a25a5448d7000
-----------------------------------------------------------------------
Summary of changes:
tests/abis/abis_test.c | 6 ++++--
1 file changed, 4 insertions(+), 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 5466ff9c1b548fc77fca4c727c276b29d33225d7 (commit)
from 94bdcfd803038099aaac739b5bca62bc8965a08c (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=5466ff9c1b548fc77fca4c727c276b2…
commit 5466ff9c1b548fc77fca4c727c276b29d33225d7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 22 13:22:43 2017 +0200
lc15: make jenkins helper executable
Change-Id: Icf06040d77180fb9d877ca52e00171b21b634ef8
Related: SYS#3682
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_lc15.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 contrib/jenkins_lc15.sh
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 865436dee0d28feeaab96849cba398003455ea2c (commit)
from a468cfaf2e2531cc4e569c8321699067369931a4 (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=865436dee0d28feeaab96849cba3980…
commit 865436dee0d28feeaab96849cba398003455ea2c
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 22 18:23:09 2017 +0200
lc15: use environment for firmware version
This allows to specify firmware version to use by jenkins builder via
environment variable. If environment variable does not exist than
default master branch is used.
Change-Id: If8b249aa00270e60a0449f089a16823976e54d54
Related: SYS#3683
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT