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 610ef99e6d66cd36fbee712c744c4cc71f08844f (commit)
via c7c582a95f8a68e9516bb60132b384c4087d55b3 (commit)
from 27e8036d418181e390809c8668d15a9ab425be59 (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=610ef99e6d66cd36fbee712c744c…
commit 610ef99e6d66cd36fbee712c744c4cc71f08844f
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Apr 24 15:05:45 2016 +0200
Doxygen: enable tagfile generation and usage for cross-project references
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/libosmocore/commit/?id=c7c582a95f8a68e9516bb60132b3…
commit c7c582a95f8a68e9516bb60132b384c4087d55b3
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sun Apr 24 15:05:44 2016 +0200
Doxygen: Enable client-based search engine
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
Doxyfile.codec.in | 6 +++---
Doxyfile.core.in | 4 ++--
Doxyfile.gsm.in | 6 +++---
Doxyfile.vty.in | 6 +++---
4 files changed, 11 insertions(+), 11 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, max/conv2 has been created
at cf0a4494cc968040e953a5c39617b91558cb2faf (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=cf0a4494cc968040e953a5c39617…
commit cf0a4494cc968040e953a5c39617b91558cb2faf
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Apr 20 16:48:46 2016 +0200
Add code generator for convolutional codes
Add python utility to generate .c code with convolutional
encoder/decoder based on polynomial description of the code. If argument
given it'll be interpreted as intended output directory, otherwise
current working directory is used.
Codes for *CCH, CS2/3 and TCH/AFS are generated. Corresponding manual
implementations are removed from tests. This introduce build-time
dependency on python.
The main work for this patch was generously contributed by Sylvain
Munaut.
Fixes: OS#1629
-----------------------------------------------------------------------
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 5e0deeaee7cc6496b2672456cd74ab565459deca (commit)
from 26250ea25849824263a95b8bc0e758b7cb59bffe (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-pcap/commit/?id=5e0deeaee7cc6496b2672456cd74ab…
commit 5e0deeaee7cc6496b2672456cd74ab565459deca
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 11:30:44 2016 +0200
jenkins: Attempt to fix FreeBSD distcheck
Change-Id: I44ddebe38d3edd16eaf419a1e7434b44c4e16931
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 27e8036d418181e390809c8668d15a9ab425be59 (commit)
from 8a5346ba2f7ed7b4e69d32397b99d11c14694a2a (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=27e8036d418181e390809c8668d1…
commit 27e8036d418181e390809c8668d15a9ab425be59
Author: Max <msuraev(a)sysmocom.de>
Date: Sat Apr 23 19:37:58 2016 +0200
Fix unaligned access found by addr. sanitizer
gprs_bssgp.c:461:9: runtime error: load of misaligned address
0x62100001a66b for type 'uint32_t', which requires 4 byte alignment
gprs_ns.c:937:16: runtime error: load of misaligned address
0x61d00002a97f for type 'uint16_t', which requires 2 byte alignment
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_bssgp.c | 4 ++--
src/gb/gprs_ns.c | 4 ++--
2 files changed, 4 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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 26250ea25849824263a95b8bc0e758b7cb59bffe (commit)
from a1ee14f26d0cf1f4b159444454a6bce7e86887e8 (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-pcap/commit/?id=26250ea25849824263a95b8bc0e758…
commit 26250ea25849824263a95b8bc0e758b7cb59bffe
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 11:09:13 2016 +0200
freebsd: Another fix for the next file
Change-Id: I9d16efbbd7685aeb37fe43bd228c75572b8dce85
-----------------------------------------------------------------------
Summary of changes:
src/osmo_client_network.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via a1ee14f26d0cf1f4b159444454a6bce7e86887e8 (commit)
from 7b82c952af8411b41b355c8bf297db283a5c1770 (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-pcap/commit/?id=a1ee14f26d0cf1f4b159444454a6bc…
commit a1ee14f26d0cf1f4b159444454a6bce7e86887e8
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 11:06:51 2016 +0200
freebsd: Include netinet/in.h and hopefully fix the build
Fixes:
/usr/include/netinet/ip.h:69:17: error: field has incomplete type 'struct in_addr'
struct in_addr ip_src,ip_dst; /* source and dest address */
Change-Id: I4a0cb033b44434e74a8862f9e410ad0eb3e555b2
-----------------------------------------------------------------------
Summary of changes:
src/osmo_client_core.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 7b82c952af8411b41b355c8bf297db283a5c1770 (commit)
from 240c1b973e2d1a33a5b8f894145ce5de85a799d4 (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-pcap/commit/?id=7b82c952af8411b41b355c8bf297db…
commit 7b82c952af8411b41b355c8bf297db283a5c1770
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 10:55:51 2016 +0200
jenkins: Attempt to fix build on FreeBSD and not break Linux
pcap-config is not present as libpcap is part of the base system.
Use it as /bin/true and inject -lpcap as PCAP_LIBS.
Change-Id: Ie2bfa71676f94deb5bed35ed6a2b8aa21b97ad37
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 240c1b973e2d1a33a5b8f894145ce5de85a799d4 (commit)
from 5dff9f9ef55c0ce85e2ea9a2b9f79aa0430b93a6 (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-pcap/commit/?id=240c1b973e2d1a33a5b8f894145ce5…
commit 240c1b973e2d1a33a5b8f894145ce5de85a799d4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 10:36:59 2016 +0200
distcheck: Need to package .version on Ubuntu as well
echo 0.0.6.14-5dff > ../../.version-t && mv ../../.version-t ../../.version
/bin/bash: ../../.version-t: Permission denied
Makefile:786: recipe for target '../../.version' failed
make[1]: *** [../../.version] Error 1
Change-Id: Ifb8a693e360668af68f4656e83c9e710a548ad80
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 d8026ec1b7be7922fd1c3122d2407a783cdab163 (commit)
from 7c9337b7755bfa51bdcba5cc76682217202fd635 (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=d8026ec1b7be7922fd1c3122d24…
commit d8026ec1b7be7922fd1c3122d2407a783cdab163
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 10:32:37 2016 +0200
distcheck: Include the .version file in the package
Fixes on Ubuntu
make[1]: Entering directory '/home/builder/jenkins/workspace/libosmo-abis/label/linux_amd64_ubuntu_1504/libosmo-abis-0.3.2.5-7c93/_build/sub'
echo 0.3.2.5-7c93 > ../../.version-t && mv ../../.version-t ../../.version
/bin/bash: ../../.version-t: Permission denied
Makefile:891: recipe for target '../../.version' failed
make[1]: *** [../../.version] Error 1
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
1 file changed, 2 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 "Cellmanager NG, intended to interface with BSplus".
The branch, master has been updated
via 6dd4499ea9c53a5f4ab07a3c2b428eb6b318d039 (commit)
from 35f9136d7696b02af30f29b71e9cf63027e0a218 (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/cellmgr-ng/commit/?id=6dd4499ea9c53a5f4ab07a3c2b428…
commit 6dd4499ea9c53a5f4ab07a3c2b428eb6b318d039
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 10:28:37 2016 +0200
distcheck: Include .version to fix build on newer versions
echo 1.3.0.66-35f9 > ../../.version-t && mv ../../.version-t ../../.version
/bin/bash: ../../.version-t: Permission denied
Makefile:786: recipe for target '../../.version' failed
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Cellmanager NG, intended to interface with BSplus