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 1468a5c3dc4c193422d0ccbe5e09e423395bbec5 (commit)
from b0e1bd8c228f3795031cebfac2533dfabed61112 (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=1468a5c3dc4c193422d0ccbe5e09e42…
commit 1468a5c3dc4c193422d0ccbe5e09e423395bbec5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 04:01:31 2017 +0900
SocketsTest: Fix printing of non-nul-terminated string
Change-Id: I33d0ddf851d84b81ab5252e3755422170cee54ee
Fixes: Coverity CID#149363
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/SocketsTest.cpp | 3 ++-
1 file changed, 2 insertions(+), 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via a3cab238b505fb4f06951a7826bce40d0d437f6b (commit)
from e2cfbe9d1ebe0db2d80707219db3f0f88152de06 (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/op25/commit/?id=a3cab238b505fb4f06951a7826bce40d0d4…
commit a3cab238b505fb4f06951a7826bce40d0d437f6b
Author: Max <ikj1234i(a)yahoo.com>
Date: Tue Nov 7 10:41:03 2017 -0500
d2460
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/lib/CMakeLists.txt | 17 ++
op25/gr-op25_repeater/lib/d2460.cc | 360 +++++++++++++++++++++++++++++++
2 files changed, 377 insertions(+)
create mode 100644 op25/gr-op25_repeater/lib/d2460.cc
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 8dbacacd37e2d4810c8e0ff2008c94cc6ded0b13 (commit)
via 4fbf93040e7c8a128032c4fa05a6a8bc002afb7b (commit)
via b353686451a7372610a75cb5f8b89e79972d616a (commit)
via 37872f1032400ea5b1223c79128f7d6bbe002507 (commit)
via 584cc7a26b975fb788d8079b6621187a82a401bc (commit)
from b7ff8b589332771f4843f4f050817bd92a577355 (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=8dbacacd37e2d4810c8e0ff2008c9…
commit 8dbacacd37e2d4810c8e0ff2008c94cc6ded0b13
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 17:40:08 2017 +0700
mobile: get rid of unused variables / functions
Change-Id: Id867ffed9b2b67025320d002e1e009e19c759a23
http://cgit.osmocom.org/osmocom-bb/commit/?id=4fbf93040e7c8a128032c4fa05a6a…
commit 4fbf93040e7c8a128032c4fa05a6a8bc002afb7b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 17:06:12 2017 +0700
mobile/gsm411_sms.c: use secure gsm_7bit_(en|de)code_n
Since some 'gsm_7bit_*' functions were deprecated and replaced by
more secure ones with the '_n_' postfix in names, it's better to
use the updated functions.
Change-Id: I58150e9b74699e5f54b9a83416ad8efcb2eccd8e
http://cgit.osmocom.org/osmocom-bb/commit/?id=b353686451a7372610a75cb5f8b89…
commit b353686451a7372610a75cb5f8b89e79972d616a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 16:57:49 2017 +0700
mobile/gsm48_mm.c: use secure gsm_7bit_decode_n
Since some 'gsm_7bit_*' functions were deprecated and replaced by
more secure ones with the '_n_' postfix in names, it's better to
use the updated functions.
Change-Id: I4499b592a0dfea71462aed19fe641419d79b3cbd
http://cgit.osmocom.org/osmocom-bb/commit/?id=37872f1032400ea5b1223c79128f7…
commit 37872f1032400ea5b1223c79128f7d6bbe002507
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Nov 2 16:41:14 2017 +0700
mobile/gsm480_ss.c: use secure gsm_7bit_(en|de)code_n_ussd
Since some 'gsm_7bit_*' functions were deprecated and replaced by
more secure ones with the '_n_' suffix in names, it's better to
use the updated functions.
Change-Id: If8a1983592f5800e3981f29962eb333ac9473f40
http://cgit.osmocom.org/osmocom-bb/commit/?id=584cc7a26b975fb788d8079b66211…
commit 584cc7a26b975fb788d8079b6621187a82a401bc
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Oct 31 00:16:32 2017 +0700
mobile/vty_interface.c: fix incompatible pointer type warning
According to the vty_app_info struct definition, the go_parent_cb()
should return an integer, but not enum. So, this change fixes the
following compiler warning:
> warning: initialization from incompatible pointer type
> .go_parent_cb = ms_vty_go_parent,
Change-Id: Ib55e43eaaebdd9fe0d74a030b1057ae82804a77e
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/include/osmocom/bb/mobile/vty.h | 2 +-
src/host/layer23/src/mobile/gsm411_sms.c | 10 ++++---
src/host/layer23/src/mobile/gsm480_ss.c | 8 ++----
src/host/layer23/src/mobile/gsm48_mm.c | 14 +++-------
src/host/layer23/src/mobile/gsm48_rr.c | 34 +++++++++++-------------
src/host/layer23/src/mobile/vty_interface.c | 2 +-
6 files changed, 28 insertions(+), 42 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 14566e3ceda0b0f14d3ab4f41d41f5276125aa0c (commit)
via bb8037b7eb497ea418142a321a268abae6dc271d (commit)
via 8e202b595cb1ff6abc1e56f7db599f3307b8e14c (commit)
via d8d402099f3a47d7b50fdab79a6c55d57937bfa7 (commit)
via 6733906f62dae6f1a7f21c23627009e4060966fa (commit)
from a73177b1909cbf7ec9a8dc7b5f1a9a3b44c59d01 (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=14566e3ceda0b0f14d3ab4f41d41f52…
commit 14566e3ceda0b0f14d3ab4f41d41f5276125aa0c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:46:24 2017 +0900
l1sap: fix wrong return value of is_fill_frame()
When determining if a frame is a fill frame or not, the case
statement only conditionally handled AGCH and PCH cases. In
case a non-fill-frame was observed, the return value was uninitialized,
resulting in some non-fill-frames to be missed from GMSTAP
Change-Id: I7b46c720e34cb8ef9a91ae5da28a050439a1937d
Closes: Coverity CID#174175
http://cgit.osmocom.org/osmo-bts/commit/?id=bb8037b7eb497ea418142a321a268ab…
commit bb8037b7eb497ea418142a321a268abae6dc271d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 02:58:54 2017 +0900
trx: Don't assume phy_instance_by_num() returns non-NULL
In trx_clk_read_cb(), when calling phy_instance_by_num(), that
function might in error cases return a NULL phy-instance. Let's
put an OSMO_ASSERT() there as safeguard to avoid NULL dereference
when dereferencing pinst->trx->bts.
Fixes: Coverity CID#178657
Change-Id: If6b6b45380368e9ee9e03ca1eb7ac56c21e72b03
http://cgit.osmocom.org/osmo-bts/commit/?id=8e202b595cb1ff6abc1e56f7db599f3…
commit 8e202b595cb1ff6abc1e56f7db599f3307b8e14c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 02:56:41 2017 +0900
trx: Don't call osmo_fr_check_sid with negative 'rc'
In rx_tchf_fn(), if gsm0503_tch_fr_decode() returns a negative
result, we cannot use that result as length argument to
osmo_fr_check_sid()
Change-Id: Ic4080b5bf6c865be3333f923f19a2340e1e272c8
Fixes: Coverity CID#178659
http://cgit.osmocom.org/osmo-bts/commit/?id=d8d402099f3a47d7b50fdab79a6c55d…
commit d8d402099f3a47d7b50fdab79a6c55d57937bfa7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 02:54:36 2017 +0900
trx: Avoid NULL+1 dereference in trx_ctrl_read_cb()
We unconditionally pass "p+1" into sscanf() despite not knowing
if 'p' is NULL or not.
Change-Id: I40a49c3feb3b55ef577eebd7d567afdbcfe0d624
Fixes: Coverity CID#178661
http://cgit.osmocom.org/osmo-bts/commit/?id=6733906f62dae6f1a7f21c23627009e…
commit 6733906f62dae6f1a7f21c23627009e4060966fa
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 02:50:21 2017 +0900
trx: Better be safe than sorry before calling strlen
There's a lot of pointer arithmetic in trx_ctrl_read_cb which is
not so nice. While I believe the current code is safe, Coverity
raises "CID 178665: Insecure data handling (INTEGER_OVERFLOW)"
regardin the use of rsp_len in the strcmp().
Let's put some OSMO_ASSERT() in front and hope that makes Coverity
happy.
Change-Id: I5a9b3307f83cdde7c8e9f66932446604f5623b05
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 4 ++--
src/osmo-bts-trx/scheduler_trx.c | 3 ++-
src/osmo-bts-trx/trx_if.c | 8 +++++++-
3 files changed, 11 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 "The OpenGGSN project".
The branch, master has been updated
via fc6676c4a0711248388a0df0f3e9e38492894a2c (commit)
via 1af543f44c79696abdd422a3e28458f8deb11375 (commit)
via bd228244da492df768f6c8d2a0032846f1dde4fa (commit)
via a06120de77da41ee86f3704d815ff0b852246ada (commit)
via b589e78f13243ad4372dcf33f611e630b2a953e8 (commit)
via b11ed0f1321f0567e6fc2e6eb467e5276932da82 (commit)
from 9c332104eb13077751114b8b43973e90cf4d746c (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-ggsn/commit/?id=fc6676c4a0711248388a0df0f3e9e3…
commit fc6676c4a0711248388a0df0f3e9e38492894a2c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:38:54 2017 +0900
ippool: Correctly compute size of static pool
* we have to use stataddr, not addr (dynamic)
* we have to multiply the length of the address by 8 to get its bit length
* we can simplify the -1 +1 logic (like dynamic)
Change-Id: I174102051bef95f7df34b7d7c480a00ae408be7d
Fixes: Coverity CID#174189
http://cgit.osmocom.org/osmo-ggsn/commit/?id=1af543f44c79696abdd422a3e28458…
commit 1af543f44c79696abdd422a3e28458f8deb11375
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:32:52 2017 +0900
tun: Don't copy 16byte IPv6 address to 'struct in_addr'
The 'struct tun' curently only has an in_addr (v4-only) member to
store the address of the tun device, so let's not attempt to store
an IPv6 address in it.
FIXME: This entire code needs an overhaul. The assumption that there's
only one address, and only either v6 or v4 is broken to begin with.
Change-Id: If0b626d688841d6e0a3867834f4cb1b70084050e
Fixes: Coverity CID#174278
http://cgit.osmocom.org/osmo-ggsn/commit/?id=bd228244da492df768f6c8d2a00328…
commit bd228244da492df768f6c8d2a0032846f1dde4fa
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:16:49 2017 +0900
gtp: Explicit OSMO_ASSERT to ensure pdp variable is set
Change-Id: I09e37e25fd118ac0a54ab788304d3f5083463050
Fixes: Coverity CID#174335
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a06120de77da41ee86f3704d815ff0…
commit a06120de77da41ee86f3704d815ff0b852246ada
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:12:54 2017 +0900
gtp: Fix buffer overflow in imsi_gtp2str()
The string buffer allocated for the IMSI must be sized for a length
twice the number of input bytes (each byte has two nibbles) plus 1
byte for NUL. We missed the "twice" part :/
Change-Id: I1ecaa811815ae522af71feabc5d0c1ea8b4edde9
Fixes: Coverity CID#174336
http://cgit.osmocom.org/osmo-ggsn/commit/?id=b589e78f13243ad4372dcf33f611e6…
commit b589e78f13243ad4372dcf33f611e630b2a953e8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:09:35 2017 +0900
sgsnemu: Free strings in error path
In create_pdp_conf(), we have to free() any strings both in the
success and in the error case.
Change-Id: If59cc8d6d151c123f46c1d029091209fd82b3c8e
Fixes: Coverity CID#187636, CID#187633
http://cgit.osmocom.org/osmo-ggsn/commit/?id=b11ed0f1321f0567e6fc2e6eb467e5…
commit b11ed0f1321f0567e6fc2e6eb467e5276932da82
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:07:26 2017 +0900
sgsnemu: Make sure buffer has space for terminating-NUL
In proc_ipv6_conf_read() we allocatea buffer on the stack but
forgot the terminating NUL byte.
Change-Id: I54126d8bc08c137859f2de4b47ef23fc0714fdd7
Fixes: Coverity CID#178641
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 8 +++++++-
lib/ippool.c | 2 +-
lib/tun.c | 1 -
sgsnemu/sgsnemu.c | 6 +++---
4 files changed, 11 insertions(+), 6 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 "The OpenGGSN project".
The branch, master has been updated
via 9c332104eb13077751114b8b43973e90cf4d746c (commit)
via 51127ea9621a4863ad7efe8c9f500fd2b2ffc907 (commit)
from dabb8b4860199a44401fa436f5fcd56eb3d09512 (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-ggsn/commit/?id=9c332104eb13077751114b8b43973e…
commit 9c332104eb13077751114b8b43973e90cf4d746c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 02:44:42 2017 +0900
sgsnemu: Fix format string in printing tun-device name
Change-Id: Ie05050a78a135a1a76473337a341fd723bbe4976
Fixes: Coverity CID#178654
http://cgit.osmocom.org/osmo-ggsn/commit/?id=51127ea9621a4863ad7efe8c9f500f…
commit 51127ea9621a4863ad7efe8c9f500fd2b2ffc907
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 02:42:22 2017 +0900
sgsnemu: Don't leak FILE handle in proc_read()
Change-Id: Ie22e6a9bc172427e867e7a4001b6c710477a232b
Fixes: Coverity CID#178660
-----------------------------------------------------------------------
Summary of changes:
ggsn/gtp-kernel.c | 44 ++++++++++----------------------------------
sgsnemu/sgsnemu.c | 3 +--
2 files changed, 11 insertions(+), 36 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 "A/B/C Netz".
The branch, master has been updated
via e9583d56615256f3d365aace1f02ae99361111c7 (commit)
via aeb31a7a34fc2accd0c840d7d8e91bc4a946c7d9 (commit)
via ca6d70566c339eb24aca8af29f8000008e53184a (commit)
via e8a3306eee9eadd8d8d2547ed4e6c012a155109b (commit)
via 87a21a285a121b4309b57a3d7e066124b7f26270 (commit)
via 5c33b8824b77ca7d13a7e25bea56a9a3846790a5 (commit)
via ee3fbeb03b503bedcc1f61791e678eb9998c4d3e (commit)
from 7cbebaeb75211bbeb4d3f3b7bfe59ea6bce12aa1 (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-analog/commit/?id=e9583d56615256f3d365aace1…
commit e9583d56615256f3d365aace1f02ae99361111c7
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Nov 4 17:08:57 2017 +0100
R2000: Make recall work when call is directly answered by call_up_setup
It is not recommended to use recall function with built-in MNCC (auto-answer),
because the phone is not fast enough to switch back to call control channel
and so it misses the first paging. But anyway it works.
Also the channel layout is checked for having traffic and control channel.
http://cgit.osmocom.org/osmocom-analog/commit/?id=aeb31a7a34fc2accd0c840d7d…
commit aeb31a7a34fc2accd0c840d7d8e91bc4a946c7d9
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Mon Oct 30 08:00:47 2017 +0100
A-Netz: Number of operator can be defined now
Since A-Netz does not allow automatic dialing, the call is forwarded
to an operator. Use -O <number> to change the default operator's number.
http://cgit.osmocom.org/osmocom-analog/commit/?id=ca6d70566c339eb24aca8af29…
commit ca6d70566c339eb24aca8af29f8000008e53184a
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Mon Oct 30 07:59:47 2017 +0100
Fixup displaying measurements (array overflow)
http://cgit.osmocom.org/osmocom-analog/commit/?id=e8a3306eee9eadd8d8d2547ed…
commit e8a3306eee9eadd8d8d2547ed4e6c012a155109b
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sun Oct 29 07:58:20 2017 +0100
Add option to cross-connect calls; Calls between mobiles are now possible
Use -x to enable call cross-connect. No MNCC socket, no call device must
be specified!
Be sure to have at least one control channel and two voice channels.
Alternatively you can use one combined control/voice channel and one
voice channel.
http://cgit.osmocom.org/osmocom-analog/commit/?id=87a21a285a121b4309b57a3d7…
commit 87a21a285a121b4309b57a3d7e066124b7f26270
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Oct 28 19:01:27 2017 +0200
NMT: Assign traffic channel for outgoing and incoming calls
This way the control channel stays available for other (idle) phones.
No more loss of coverage for other phones, when a call to a mobile is
made.
It is still possible to define a combined control+traffic channel.
(e.g. for single channel setup)
http://cgit.osmocom.org/osmocom-analog/commit/?id=5c33b8824b77ca7d13a7e25be…
commit 5c33b8824b77ca7d13a7e25bea56a9a3846790a5
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Oct 28 08:34:50 2017 +0200
AMPS/TACS: Fixing release towards mobile station on FVC
We must continuously send release frames until Signaling Tone changes,
so we know that the phone has received the release.
http://cgit.osmocom.org/osmocom-analog/commit/?id=ee3fbeb03b503bedcc1f61791…
commit ee3fbeb03b503bedcc1f61791e678eb9998c4d3e
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Oct 28 07:11:40 2017 +0200
Split call control from built-in call console by using MNCC layer
-----------------------------------------------------------------------
Summary of changes:
docs/software.html | 61 ++-
src/amps/amps.c | 62 +--
src/amps/dsp.c | 2 +-
src/amps/transaction.c | 2 +-
src/anetz/anetz.c | 30 +-
src/anetz/anetz.h | 3 +-
src/anetz/dsp.c | 2 +-
src/anetz/main.c | 21 +-
src/bnetz/bnetz.c | 28 +-
src/bnetz/dsp.c | 2 +-
src/cnetz/cnetz.c | 44 +-
src/cnetz/dsp.c | 2 +-
src/cnetz/transaction.c | 2 +-
src/common/Makefile.am | 2 +
src/common/call.c | 942 ++++++++++----------------------------
src/common/call.h | 40 +-
src/common/cause.h | 3 +
src/common/debug.c | 4 +-
src/common/display_measurements.c | 6 +-
src/common/main_mobile.c | 82 +++-
src/common/mncc_console.c | 473 +++++++++++++++++++
src/common/mncc_console.h | 10 +
src/common/mncc_cross.c | 240 ++++++++++
src/common/mncc_cross.h | 5 +
src/common/mncc_sock.c | 31 +-
src/common/mncc_sock.h | 7 +-
src/nmt/dsp.c | 2 +-
src/nmt/main.c | 9 +-
src/nmt/nmt.c | 127 +++--
src/r2000/dsp.c | 2 +-
src/r2000/r2000.c | 67 ++-
src/test/dummy.c | 10 +-
32 files changed, 1381 insertions(+), 942 deletions(-)
create mode 100644 src/common/mncc_console.c
create mode 100644 src/common/mncc_console.h
create mode 100644 src/common/mncc_cross.c
create mode 100644 src/common/mncc_cross.h
hooks/post-receive
--
A/B/C Netz
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 43aa00dbd4f0b3cca7708f21494ee0229e390b76 (commit)
via d81f47314055a52613060e9927523140dafe158b (commit)
from ccafbb7c5302287c54624ad6647e7f15aa365edf (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=43aa00dbd4f0b3cca7708f21494ee022…
commit 43aa00dbd4f0b3cca7708f21494ee0229e390b76
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 5 08:55:12 2017 +0100
coverity: Don't use PARALLEL_MAKE for libsmpp34
... which apparently doesn't support this and every so often breaks
the coverity upload build
Change-Id: Id78f80cf0878a0807cd06a24fa5c9561c7b84b36
http://cgit.osmocom.org/osmo-ci/commit/?id=d81f47314055a52613060e9927523140…
commit d81f47314055a52613060e9927523140dafe158b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 3 19:46:13 2017 +0100
gerrit jenkins jobs: Remove comment-added-event
This trigger is responsible for triggering another build
once the first build is complete and sets a +V
Change-Id: I235e0211a01da0eb74d8e6a9581aa34b59073ca0
-----------------------------------------------------------------------
Summary of changes:
coverity/build_Osmocom.sh | 11 ++++++++++-
jobs/gerrit-verifications.yml | 3 ---
2 files changed, 10 insertions(+), 4 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 858cfecf9d142c5577b755ebc84d3f88375eb726 (commit)
from c526dbc24f3ec95771085967b9e300c9f9d4fc1f (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=858cfecf9d142c5577b755ebc84d…
commit 858cfecf9d142c5577b755ebc84d3f88375eb726
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 3 21:52:01 2017 +0100
debian: build now depends on libgnutls
In Change-Id Ic77866ce65acf524b768882c751a4f9c0635740b we introduced a
gnutls fall-back for random number generation, and made this a default
unless explicitly disabled at compile time. This means the debian
package needs related build dependency.
Change-Id: I918e4b7bf1cb621679dce6339b3c4b69d653e2a6
Related: OS#1694
-----------------------------------------------------------------------
Summary of changes:
debian/control | 1 +
1 file changed, 1 insertion(+)
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 code for Iuh interface".
The branch, master has been updated
via 493366ec7bf6cc8b32692c5fcf3a7d79e8f3b91b (commit)
via 7235ea02d78299471d58f4202d8c8d685b1d5772 (commit)
from 8a257b6c5a3680f436779e8b1371c62924c927ee (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-iuh/commit/?id=493366ec7bf6cc8b32692c5fcf3a7d7…
commit 493366ec7bf6cc8b32692c5fcf3a7d79e8f3b91b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 28 13:55:29 2017 +0200
Link libosmo-ranap against libosmovty
This fixes the following dh-shlibdeps warnings:
Change-Id: I08be684c45c7e95315dba6ccf9892fe6fc7c3f24
dpkg-shlibdeps: warning: symbol install_element used by debian/libosmo-ranap1/usr/lib/x86_64-linux-gnu/libosmo-ranap.so.1.0.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol vty_out used by debian/libosmo-ranap1/usr/lib/x86_64-linux-gnu/libosmo-ranap.so.1.0.0 found in none of the libraries
http://cgit.osmocom.org/osmo-iuh/commit/?id=7235ea02d78299471d58f4202d8c8d6…
commit 7235ea02d78299471d58f4202d8c8d685b1d5772
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 28 13:49:19 2017 +0200
osmo-hnbgw: Avoid useless linking to libosmogsm and libsctp
This fixes the following dpkg-shlibeps warnings:
Change-Id: Ic6a645a93406670d58eb5edf5f2f2e1266168c92
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/osmo-hnbgw/usr/bin/osmo-hnbgw was not linked against libosmogsm.so.8 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/osmo-hnbgw/usr/bin/osmo-hnbgw was not linked against libsctp.so.1 (it uses none of the library's symbols)
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface