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, master has been updated
via 39ae17fb6945c0b4d88fa219fea1563fb9177fdc (commit)
via 4c2d4ab5db5f5703d435e6a49639fca65a049778 (commit)
via e072da9d2e1ea7face8136fa90e6d9e9be70b997 (commit)
via 20436c85069bd4d181146ee8447f5f9e93d5a6fd (commit)
via 30f7310a620e0891e4187d803b69ee0fd04b4f63 (commit)
via 3edd0b03d59f13ce12d9ebaf268bc6b131ee34e0 (commit)
from b6591072d8f6940e51af83983fd0edafed3a6fee (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=39ae17fb6945c0b4d88fa219fea1563f…
commit 39ae17fb6945c0b4d88fa219fea1563fb9177fdc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 01:49:08 2016 +0200
msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx
Drop extern definitions of talloc_msgb_ctx and use msgb_talloc_ctx_init()
instead.
In sgsn_test.c, use a local variable msgb_ctx to do the talloc report
from the return value of msgb_talloc_ctx_init().
Change-Id: I2f9ace855f0ecbdc9adf5d75bcb1a3d666570de4
http://cgit.osmocom.org/openbsc/commit/?id=4c2d4ab5db5f5703d435e6a49639fca6…
commit 4c2d4ab5db5f5703d435e6a49639fca65a049778
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 02:31:17 2016 +0200
msgb talloc ctx: initialize in all main() scopes
Add msgb_talloc_ctx_init() call to many main() functions still lacking a
msgb talloc context.
Change-Id: Ib0d6751260659cabf18a7ce80680ba2fb4228ea1
http://cgit.osmocom.org/openbsc/commit/?id=e072da9d2e1ea7face8136fa90e6d9e9…
commit e072da9d2e1ea7face8136fa90e6d9e9be70b997
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 02:30:08 2016 +0200
gtphub_test.c: remove unused include of msgb.h
Change-Id: I7a8003a0e0bff803941d7981ffc07cf78c3ae9a9
http://cgit.osmocom.org/openbsc/commit/?id=20436c85069bd4d181146ee8447f5f9e…
commit 20436c85069bd4d181146ee8447f5f9e93d5a6fd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 02:29:50 2016 +0200
meas_pcap2db.c: remove unused include of msgb.h
Change-Id: I2197432c9482537bd5cf06a6c4fc912607ffab53
http://cgit.osmocom.org/openbsc/commit/?id=30f7310a620e0891e4187d803b69ee0f…
commit 30f7310a620e0891e4187d803b69ee0fd04b4f63
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 02:33:30 2016 +0200
bs11_config: initialize bs11 tall ctx, use instead of bsc ctx
Actually initialize tall_bs11cfg_ctx as named const.
Change-Id: I3b42b29cd1a688cb4c9d1d4e44208509d936e4ef
http://cgit.osmocom.org/openbsc/commit/?id=3edd0b03d59f13ce12d9ebaf268bc6b1…
commit 3edd0b03d59f13ce12d9ebaf268bc6b131ee34e0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 02:28:30 2016 +0200
ipaccess-config: initialize root talloc ctx with name
tall_ctx_config is defined but remains NULL. Instead initialize as named
const.
Change-Id: Iec708eda2e4f8eb88b9e5bc5f82f6342709760b1
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gb_proxy_main.c | 4 +---
openbsc/src/gprs/gtphub_main.c | 1 +
openbsc/src/gprs/sgsn_main.c | 3 +--
openbsc/src/ipaccess/ipaccess-config.c | 3 +++
openbsc/src/ipaccess/ipaccess-proxy.c | 1 +
openbsc/src/libcommon/talloc_ctx.c | 3 +--
openbsc/src/osmo-bsc/osmo_bsc_main.c | 1 +
openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 1 +
openbsc/src/osmo-bsc_nat/bsc_nat.c | 3 +--
openbsc/src/utils/bs11_config.c | 3 +++
openbsc/src/utils/meas_pcap2db.c | 1 -
openbsc/src/utils/meas_udp2db.c | 2 ++
openbsc/src/utils/meas_vis.c | 2 ++
openbsc/src/utils/smpp_mirror.c | 2 ++
openbsc/tests/bsc-nat/bsc_nat_test.c | 1 +
openbsc/tests/bsc/bsc_test.c | 1 +
openbsc/tests/gbproxy/gbproxy_test.c | 2 ++
openbsc/tests/gtphub/gtphub_test.c | 1 -
openbsc/tests/mgcp/mgcp_test.c | 1 +
openbsc/tests/oap/oap_test.c | 1 +
openbsc/tests/sgsn/sgsn_test.c | 7 +++----
openbsc/tests/trau/trau_test.c | 2 ++
22 files changed, 31 insertions(+), 15 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 3e432e1912c0e531c55e1c6c75c758b0fde9887e (commit)
from a23817622b28cb1969a73ffd36da501eb29b9cd7 (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=3e432e1912c0e531c55e1c6c75c7…
commit 3e432e1912c0e531c55e1c6c75c758b0fde9887e
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Oct 4 11:24:02 2016 +0200
vty/osmo_counter: use name if description is NULL
`show stats` shows (null) for osmocom_counters when
description is null.
OpenBSC> show stats
Ungrouped counters:
(null): 4
Change-Id: I553b88a6fca688924b1f2b49e8cb17e90f057bb1
-----------------------------------------------------------------------
Summary of changes:
src/vty/utils.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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 b058778df1c1ef3476aefd574c7278d11d385ade (commit)
from de9dbe7958c32f58e39ad7b415ab2a48f876893b (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=b058778df1c1ef3476aefd574c7278d…
commit b058778df1c1ef3476aefd574c7278d11d385ade
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Oct 6 12:41:58 2016 +0200
DTX: fix array size calculation
Compute array size in-place and pass it to function.
Change-Id: I4cd480ceb20efc69df1b00e3c7359fcbd14c19cd
Fixes: coverity CID 1357844.
-----------------------------------------------------------------------
Summary of changes:
src/common/msg_utils.c | 9 +++++----
1 file changed, 5 insertions(+), 4 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 de9dbe7958c32f58e39ad7b415ab2a48f876893b (commit)
from babd05661d13b12234e848acf9c4bff909ef05f4 (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=de9dbe7958c32f58e39ad7b415ab2a4…
commit de9dbe7958c32f58e39ad7b415ab2a48f876893b
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Oct 13 11:45:56 2016 +0200
TRX: fix building with latest DTX changes
Bring up-to-speed with latest changes in OpenBSC.
Change-Id: I16b24b2cd09600e215de163e7b5baae329887c9e
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/scheduler_trx.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via b6591072d8f6940e51af83983fd0edafed3a6fee (commit)
from f1a56dea7b616640d7dfc7ce45580304383bc4f5 (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=b6591072d8f6940e51af83983fd0edaf…
commit b6591072d8f6940e51af83983fd0edafed3a6fee
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 12 12:48:50 2016 +0200
Log use of incompatible BS-AG-BLKS-RES value
There's "channel-descrption bs-ag-blks-res" vty command which sets
BS-AG-BLKS-RES which might be too high if CCCH is combined with
SDCCHs. Previously proper value was silently enforced. Log this
situation explicitly and add spec reference to the comment.
Change-Id: I53e2b881fc28472d6709f063fb265a4e6a0fffcd
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_init.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 babd05661d13b12234e848acf9c4bff909ef05f4 (commit)
from c09e5a44c3c1c2882339fe8822f373b1e12839ae (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=babd05661d13b12234e848acf9c4bff…
commit babd05661d13b12234e848acf9c4bff909ef05f4
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 3 17:37:45 2016 +0200
DTX DL: use FSM for AMR
Use dedicated FSM to handle all DTX DL related events:
- add explicit checks if DTX DL is enabled (fixes regression for non-DTX
setup introduced in 654175f33bd412671e3ef8cdd65c0689d10f278c)
- fix handling of AMR CMI for SPEECH frames
- add FSM for DTX DL
- sync with corresponding changes in OpenBSC's
- handle FACCH-related DTX ONSET events
This affects both lc15 and sysmobts and requires corresponding change in
OpenBSC (Change-Id: Idac8609faf9b5ced818fde899ccfc6ed0c42e8fd).
Change-Id: I74a0b42cb34d525b8a70d264135e82994ca70d31
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/Makefile.am | 3 +-
include/osmo-bts/dtx_dl_amr_fsm.h | 35 +++++
include/osmo-bts/msg_utils.h | 9 +-
src/common/Makefile.am | 3 +-
src/common/dtx_dl_amr_fsm.c | 320 ++++++++++++++++++++++++++++++++++++++
src/common/l1sap.c | 24 ++-
src/common/msg_utils.c | 135 +++++++++-------
src/common/rsl.c | 4 +-
src/osmo-bts-litecell15/l1_if.c | 14 +-
src/osmo-bts-litecell15/l1_if.h | 4 +-
src/osmo-bts-litecell15/tch.c | 122 +++++++++++----
src/osmo-bts-sysmo/l1_if.c | 14 +-
src/osmo-bts-sysmo/l1_if.h | 4 +-
src/osmo-bts-sysmo/tch.c | 122 +++++++++++----
14 files changed, 675 insertions(+), 138 deletions(-)
create mode 100644 include/osmo-bts/dtx_dl_amr_fsm.h
create mode 100644 src/common/dtx_dl_amr_fsm.c
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 "The OpenGGSN project".
The branch, master has been updated
via 38929c9131b606d074d438a6476c5b032badb46d (commit)
via ee9d34a9ccc78f69971ec7140bd3a7076d232465 (commit)
from 727417dd28813c697b4820aef9f54f249e30c4b8 (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/openggsn/commit/?id=38929c9131b606d074d438a6476c5b0…
commit 38929c9131b606d074d438a6476c5b032badb46d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:51:26 2016 +0200
configure: check for pkg-config presence
Change-Id: I658152eb24fd783fce9ceac35872ab918c80209a
http://cgit.osmocom.org/openggsn/commit/?id=ee9d34a9ccc78f69971ec7140bd3a70…
commit ee9d34a9ccc78f69971ec7140bd3a7076d232465
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 1 00:51:13 2016 +0200
build: be robust against install-sh files above the root dir
Explicitly set AC_CONFIG_AUX_DIR.
To reproduce the error avoided by this patch:
rm install-sh # in case it was already generated.
touch ../install-sh # yes, outside this source tree
autoreconf -fi
This will produce an error like
...
configure.ac:16: error: required file '../ltmain.sh' not found
configure.ac:5: installing '../missing'
src/Makefile.am: installing '../depcomp'
autoreconf: automake failed with exit status: 1
See also automake (vim `which automake`) and look for 'sub locate_aux_dir'.
Change-Id: I4aef311d7a475800e09f48110a499c3759c69f5d
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
The OpenGGSN 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 a23817622b28cb1969a73ffd36da501eb29b9cd7 (commit)
via 2b3c228416263eee6e261c3c589f1a18e54d9a27 (commit)
from bc067eb0a20a7feadb5dbb3b4169cb8f9286a455 (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=a23817622b28cb1969a73ffd36da…
commit a23817622b28cb1969a73ffd36da501eb29b9cd7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 30 01:25:45 2016 +0200
configure: add --enable-sanitize, use in jenkins.sh
--enable-sanitize adds address sanitizer CFLAGS/CPPFLAGS to the entire build.
Also pass UBSAN_OPTIONS to the test suite run (only has effect during runtime).
Add this flag to jenkins.sh's configure step. To ensure that we get the
sanitize results, add 'make check' to jenkins to catch sanitize failures;
Keep 'make distcheck' without ASAN; it has its own configure which omits
--enable-sanitize. This way we test both with and without ASAN.
Change-Id: Idf7f46fa048608c2951f2473cb528f6c8dc2681d
http://cgit.osmocom.org/libosmocore/commit/?id=2b3c228416263eee6e261c3c589f…
commit 2b3c228416263eee6e261c3c589f1a18e54d9a27
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 15:27:42 2016 +0200
gsm/Makefile.am: use proper top_builddir/top_srcdir paths
This fixes the conv*gen.c targets when building in a different directory
than the source tree.
Notably, building in a different dir worked when the generated sources were
already present from a previous build inside the source directory.
Change-Id: I5a9b780ad4ba607ea39854dcf7207ed05f5447bc
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
contrib/jenkins.sh | 5 +++--
src/gsm/Makefile.am | 6 +++---
3 files changed, 18 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 OpenGGSN project".
The branch, master has been updated
via 727417dd28813c697b4820aef9f54f249e30c4b8 (commit)
from cd93f4f4be65d1378e9797a92186540c6400a2b4 (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/openggsn/commit/?id=727417dd28813c697b4820aef9f54f2…
commit 727417dd28813c697b4820aef9f54f249e30c4b8
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Aug 2 17:10:38 2016 +0200
Add control interface
Only generation of TRAP messages over Control Interface is supported so
far.
Note: requires corresponding version of libosmoctrl.
Change-Id: Ia76f841d2c9cd14394e9316fcd39f4060e23c898
Related: OS#1646
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
ggsn/Makefile.am | 6 +++---
ggsn/ggsn.c | 28 +++++++++++++++++++++++++++-
gtp/gtp.h | 4 +++-
4 files changed, 34 insertions(+), 5 deletions(-)
hooks/post-receive
--
The OpenGGSN 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 bc067eb0a20a7feadb5dbb3b4169cb8f9286a455 (commit)
from 530736f3153da2cc6774ad0d070b8c6fbf432a98 (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=bc067eb0a20a7feadb5dbb3b4169…
commit bc067eb0a20a7feadb5dbb3b4169cb8f9286a455
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 4 11:07:08 2016 +0200
Add function to send TRAP over Control Interface
Change-Id: Ic0b8d88c4f5c4d42c3f8fb754f8eabf049c9e388
Related: OS#1646
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ctrl/control_if.h | 1 +
src/ctrl/control_if.c | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications