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, user/max/asantest has been updated
discards 3336ff4071fb4b9be3d9476b0adfb2bbb85d9a17 (commit)
discards 922b8d51613dd1d7e233cd25f5ef225aa4de35e7 (commit)
discards 8c67d22c8ed8be3687fd71346fbc11067cb30bdc (commit)
discards b129c0d846636f698e1315a8721ab6c7b3ad77bd (commit)
via 36ffc0f2713bdd5d57e55c9635281f08f1c6d7af (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (3336ff4071fb4b9be3d9476b0adfb2bbb85d9a17)
\
N -- N -- N (36ffc0f2713bdd5d57e55c9635281f08f1c6d7af)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=36ffc0f2713bdd5d57e55c963528…
commit 36ffc0f2713bdd5d57e55c9635281f08f1c6d7af
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 20 16:33:50 2016 +0200
Fix ASAN failure in bitrev_test
Previously while testing osmo_nibble_shift_left_unal() following error
was triggered by AddressSanitizer:
==3890== ERROR: AddressSanitizer: stack-buffer-overflow on address 0xbff5b5b6 at pc 0xb6186862 bp 0xbff5b4a8 sp 0xbff5b49c
READ of size 1 at 0xbff5b5b6 thread T0
#0 0xb6186861 (/home/msuraev/source/gsm/libosmocore/src/.libs/libosmocore.so.7.0.0+0xc861)
#1 0x8049d8b (/home/msuraev/source/gsm/libosmocore/tests/bits/.libs/lt-bitrev_test+0x8049d8b)
#2 0x804a9d1 (/home/msuraev/source/gsm/libosmocore/tests/bits/.libs/lt-bitrev_test+0x804a9d1)
#3 0xb5fe3af2 (/lib/i386-linux-gnu/libc-2.19.so+0x19af2)
#4 0x8048a30 (/home/msuraev/source/gsm/libosmocore/tests/bits/.libs/lt-bitrev_test+0x8048a30)
Address 0xbff5b5b6 is located at offset 38 in frame <main> of T0's stack:
This frame has 3 object(s):
[32, 38) 'in2'
[96, 104) 'out'
[160, 168) 'in1'
The reason is incorrect range in test cycle. Fix it and adjust test
output accordingly.
Change-Id: I5eb3f600290c05b4ab9ac2450a28d616e6b415fd
Fixes: OW#1589
-----------------------------------------------------------------------
Summary of changes:
src/bits.c | 8 ++--
tests/bits/bitrev_test.c | 6 +--
tests/bits/bitrev_test.ok | 106 ----------------------------------------------
3 files changed, 5 insertions(+), 115 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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn_office_ip has been updated
via 0d1530d1f0125cf2cb358791d89db43a8651419a (commit)
via b2386b1923702c3e5fe9992437e086464008a915 (commit)
via 43656b2ab269bd108dca6bb3494681d823f68d85 (commit)
via 0983398110d27302b1509f7b1b3d8123f8f01b5f (commit)
via d9d7c3cbd5607367e8dbb5c181d7a2793cfc2f82 (commit)
from c7baf4d85aa4e0c712ccef3111ac58a135a63912 (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=0d1530d1f0125cf2cb358791d89db43a…
commit 0d1530d1f0125cf2cb358791d89db43a8651419a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:18:57 2016 +0200
mgcpgw port
Change-Id: I8dd9826279b903c6ba840e9761f9cc8f09693df6
http://cgit.osmocom.org/openbsc/commit/?id=b2386b1923702c3e5fe9992437e08646…
commit b2386b1923702c3e5fe9992437e086464008a915
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:18:47 2016 +0200
next trans id / next endpoint init
Change-Id: I706224d1eeaa9c8a502b6a779876d657f9de80a2
http://cgit.osmocom.org/openbsc/commit/?id=43656b2ab269bd108dca6bb3494681d8…
commit 43656b2ab269bd108dca6bb3494681d823f68d85
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:18:26 2016 +0200
mgcp dbg log
Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73
http://cgit.osmocom.org/openbsc/commit/?id=0983398110d27302b1509f7b1b3d8123…
commit 0983398110d27302b1509f7b1b3d8123f8f01b5f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:18:02 2016 +0200
mdcx connection mode
Change-Id: Idf245b17a20c02995e65595c1401e0b84b754b92
http://cgit.osmocom.org/openbsc/commit/?id=d9d7c3cbd5607367e8dbb5c181d7a279…
commit d9d7c3cbd5607367e8dbb5c181d7a2793cfc2f82
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:16:35 2016 +0200
move connection mode
Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mgcp.h | 8 +++
openbsc/include/openbsc/mgcp_internal.h | 8 ---
openbsc/include/openbsc/mgcpgw_client.h | 4 +-
openbsc/src/libmgcp/mgcp_network.c | 97 ++++++++++++++++++++++++++++++---
openbsc/src/libmgcp/mgcp_protocol.c | 9 +++
openbsc/src/libmgcp/mgcpgw_client.c | 30 ++++++++--
openbsc/src/libmsc/msc_ifaces.c | 13 ++++-
openbsc/src/osmo-cscn/cscn_main.c | 1 +
openbsc/tests/db/db_test.c | 4 +-
9 files changed, 149 insertions(+), 25 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, user/max/asantest has been updated
via 3336ff4071fb4b9be3d9476b0adfb2bbb85d9a17 (commit)
from 922b8d51613dd1d7e233cd25f5ef225aa4de35e7 (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=3336ff4071fb4b9be3d9476b0adf…
commit 3336ff4071fb4b9be3d9476b0adfb2bbb85d9a17
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 20 17:14:47 2016 +0200
fi
Change-Id: I81ec7f0add7971b6d32072c8309a09a0838a1a34
-----------------------------------------------------------------------
Summary of changes:
tests/bits/bitrev_test.c | 6 +++---
1 file changed, 3 insertions(+), 3 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, user/max/asantest has been updated
via 922b8d51613dd1d7e233cd25f5ef225aa4de35e7 (commit)
from 8c67d22c8ed8be3687fd71346fbc11067cb30bdc (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=922b8d51613dd1d7e233cd25f5ef…
commit 922b8d51613dd1d7e233cd25f5ef225aa4de35e7
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 20 17:07:42 2016 +0200
fix
Change-Id: Icbb62b26f639364cfbd8f5df9f47518a2e6a9ecc
-----------------------------------------------------------------------
Summary of changes:
tests/bits/bitrev_test.c | 2 +-
1 file changed, 1 insertion(+), 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 "An utility library for Open Source Mobile Communications".
The branch, user/max/asantest has been updated
via 8c67d22c8ed8be3687fd71346fbc11067cb30bdc (commit)
from b129c0d846636f698e1315a8721ab6c7b3ad77bd (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=8c67d22c8ed8be3687fd71346fbc…
commit 8c67d22c8ed8be3687fd71346fbc11067cb30bdc
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 20 17:01:47 2016 +0200
fix1
Change-Id: Idfcc390b0411378276e44c5191856c7a9b00303a
-----------------------------------------------------------------------
Summary of changes:
src/bits.c | 2 +-
tests/bits/bitrev_test.c | 8 ++--
tests/bits/bitrev_test.ok | 98 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 104 insertions(+), 4 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, user/max/asantest has been created
at b129c0d846636f698e1315a8721ab6c7b3ad77bd (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=b129c0d846636f698e1315a8721a…
commit b129c0d846636f698e1315a8721ab6c7b3ad77bd
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 20 16:33:50 2016 +0200
Attempt to fix ASAN failure
Change-Id: I5eb3f600290c05b4ab9ac2450a28d616e6b415fd
Fixes: OW#1589
-----------------------------------------------------------------------
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, user/max/asan has been created
at 9852faa3c4ae949e1bef3ca2e948824f149085ca (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=9852faa3c4ae949e1bef3ca2e948…
commit 9852faa3c4ae949e1bef3ca2e948824f149085ca
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 20 16:33:50 2016 +0200
Attempt to fix ASAN failure
Change-Id: I5eb3f600290c05b4ab9ac2450a28d616e6b415fd
Fixes: OW#1589
-----------------------------------------------------------------------
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/cscn_office_ip has been created
at c7baf4d85aa4e0c712ccef3111ac58a135a63912 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c7baf4d85aa4e0c712ccef3111ac58a1…
commit c7baf4d85aa4e0c712ccef3111ac58a135a63912
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 13 13:39:51 2016 +0200
office ip
Change-Id: I5c17bf565239a84234043e61b2080b187deb940e
-----------------------------------------------------------------------
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, neels/osmo_sockaddr has been created
at 0e23b1eeeb0af5014a4f2ba6451f58fc2a33449e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=0e23b1eeeb0af5014a4f2ba6451f…
commit 0e23b1eeeb0af5014a4f2ba6451f58fc2a33449e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 21:21:07 2016 +0200
core: add sockaddr.h with osmo_sockaddr_* API
Moved from openbsc's gtphub.c, for wider use.
Change-Id: Ib9352bd86a7790d93ecd8eb1554392ba0f22f830
http://cgit.osmocom.org/libosmocore/commit/?id=768c107ae098cd288120e60ef05a…
commit 768c107ae098cd288120e60ef05aebd871c2822f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 14:17:30 2016 +0200
log CTRL bind address and port
Change-Id: If449d0514e3d0cc1b346d7452194d931aa090166
http://cgit.osmocom.org/libosmocore/commit/?id=9d1d07fb9fab203b4a9cdd38af22…
commit 9d1d07fb9fab203b4a9cdd38af22f1fdbbeba977
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 14:10:25 2016 +0200
log telnet bind address and port
Change-Id: I1da7b9076311d9458caea732fc0daace6533a3fd
-----------------------------------------------------------------------
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, neels/ipa_nano3g has been updated
via 69e05da6049bbb3173de7592f9781aac36df111d (commit)
from a50f76af6b8ffc7f5a9bed1139474b6512ece621 (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=69e05da6049bbb3173de7592f9781aa…
commit 69e05da6049bbb3173de7592f9781aac36df111d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 04:07:56 2016 +0200
try adding alt-rab-parameters to CS rab assignment
Change-Id: I26f7ecd2d7afb949c06bf8464968e3a1b6f6f167
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 24 +++++++++++++++++++++++-
src/tests/test-ranap.ok | 10 +++++-----
2 files changed, 28 insertions(+), 6 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface