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 network interface library".
The branch, master has been updated
via c713b1258714ef171de039c38bfdc2bf414ba9b7 (commit)
from 6d09cc35f34b007c8e375350fb6bbd82888960ea (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-netif/commit/?id=c713b1258714ef171de039c38b…
commit c713b1258714ef171de039c38bfdc2bf414ba9b7
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 14:42:22 2015 +0100
rtp: Declare struct msgb to fix compiler warning
Fixes:
/usr/include/osmocom/netif/rtp.h:63:41: warning: ‘struct msgb’ declared inside parameter list
struct rtp_hdr *osmo_rtp_get_hdr(struct msgb *msg);
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/netif/rtp.h | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
Osmocom network 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7c7358e91ee794242086c4e0b7668e847b7e9905 (commit)
from d0e171a9ffe8700d86feb5b73aeb0eccf02c1e7d (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=7c7358e91ee794242086c4e0b7668e84…
commit 7c7358e91ee794242086c4e0b7668e847b7e9905
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 13:56:30 2015 +0100
rtp: Catch up with the removal of the rtp.h
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_transcode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 network interface library".
The branch, master has been updated
via 6d09cc35f34b007c8e375350fb6bbd82888960ea (commit)
from 86115434f1f60afe51a87d4c1674a3e2c0d18700 (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-netif/commit/?id=6d09cc35f34b007c8e375350fb…
commit 6d09cc35f34b007c8e375350fb6bbd82888960ea
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 13:54:32 2015 +0100
rtp: Add "data" to access the data behind the header
This is needed for mgcp_transcode.c of OpenBSC to access the
data after the header. Use a zero sized array for it.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/netif/rtp.h | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Osmocom network 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via d0e171a9ffe8700d86feb5b73aeb0eccf02c1e7d (commit)
from 8deba01eda7d32e32583d2a862984b430888fbe3 (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=d0e171a9ffe8700d86feb5b73aeb0ecc…
commit d0e171a9ffe8700d86feb5b73aeb0eccf02c1e7d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 09:51:43 2015 +0100
rtp: Use osmocom/netif/rtp.h for the rtp structure definition
We depend on libosmo-netif unconditionally. Let's use this
definition of rtp and have one portability issue less.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 2 +-
openbsc/include/openbsc/rtp.h | 39 -------------------------------------
openbsc/src/libmgcp/mgcp_network.c | 5 ++++-
openbsc/src/libtrau/rtp_proxy.c | 24 ++---------------------
4 files changed, 7 insertions(+), 63 deletions(-)
delete mode 100644 openbsc/include/openbsc/rtp.h
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 network interface library".
The branch, master has been updated
via 86115434f1f60afe51a87d4c1674a3e2c0d18700 (commit)
from d69c1ca8fab461ca5cdf65215261df0b2582f7ad (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-netif/commit/?id=86115434f1f60afe51a87d4c16…
commit 86115434f1f60afe51a87d4c1674a3e2c0d18700
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 09:37:17 2015 +0100
endian: Use the new endian macros for portability
Use the new macros to deal with little/big endian. Im a bit
worried to make this change due the little test coverage in
this module but in case of a typo the elements would not be
defined.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 --
examples/rs232-write.c | 5 +++--
include/osmocom/netif/amr.h | 6 ++++--
include/osmocom/netif/osmux.h | 10 ++++++----
include/osmocom/netif/rtp.h | 6 ++++--
src/rtp.c | 1 -
6 files changed, 17 insertions(+), 13 deletions(-)
hooks/post-receive
--
Osmocom network 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 3a580f263a24e0ce7d3ed544af0373c22ae9eeac (commit)
from 050d60a9a1210d456e5db247cef0e860ed38ebbb (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=3a580f263a24e0ce7d3ed544af0…
commit 3a580f263a24e0ce7d3ed544af0373c22ae9eeac
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 09:25:19 2015 +0100
subchan: Remove unused const variable
nullbytes has never been used, I assume the code ended up
using memset instead of copying from nullbytes.
Fixes:
subchan_demux.c:47:22: warning: unused variable 'nullbytes' [-Wunused-const-variable]
static const uint8_t nullbytes[SYNC_HDR_BITS];
-----------------------------------------------------------------------
Summary of changes:
src/subchan_demux.c | 1 -
1 file changed, 1 deletion(-)
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 "SCCP Library".
The branch, master has been updated
via a93c6f3113f71d3128ae516586319e22215970bd (commit)
from 8f2ec84a5bb60124e91692650614eb0d0ddb05b9 (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=a93c6f3113f71d3128ae5165863…
commit a93c6f3113f71d3128ae516586319e22215970bd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 09:10:03 2015 +0100
endian: Use new osmocom/core/endian.h
Use the new osmocom/core/endian.h to gaim portability.
This has only been compiled/make check on two little
endian systems.
-----------------------------------------------------------------------
Summary of changes:
include/mtp/mtp_level3.h | 23 ++++++++++++-----------
include/sccp/sccp_types.h | 14 +++++++-------
tests/mtp/Makefile.am | 2 +-
3 files changed, 20 insertions(+), 19 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 249a81b7ff57d39af843cd267b60c0ce0400ce8d (commit)
from 789334640f2c34e58b9f3a8c19c57ac15bd2ed38 (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=249a81b7ff57d39af843cd267b60…
commit 249a81b7ff57d39af843cd267b60c0ce0400ce8d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 22 09:03:42 2015 +0100
endian: Be able to detect endian on GNU and BSD
On GNU __BYTE_ORDER and __LITTLE_ENDIAN is defined and
the include is "endian.h" on FreeBSD it is "sys/endian.h"
and LITTLE_ENDIAN/_LITTLE_ENDIAN and BYTE_ORDER/_BYTE_ORDER
is defined.
Create a header file that defines OSMO_IS_LITTLE_ENDIAN
and OSMO_IS_BIG_ENDIAN and can be used as
#if OSMO_IS_LITTLE_ENDIAN
do_little_endian
#elif OSMO_IS_BIG_ENDIAN
do_big_endian
#else
#error "Unknown endian"
#endif
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/core/endian.h | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 include/osmocom/core/endian.h
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 789334640f2c34e58b9f3a8c19c57ac15bd2ed38 (commit)
from 267fd86e7da57719577c50039129654bd396c651 (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=789334640f2c34e58b9f3a8c19c5…
commit 789334640f2c34e58b9f3a8c19c57ac15bd2ed38
Author: Michael McTernan <Michael.McTernan.2001(a)cs.bris.ac.uk>
Date: Fri Mar 20 15:29:25 2015 +0100
vty: Fix writing the logging of category
Fix copy and paste issue introduced by Holger in
2d6ad13d8daf860595e6d4025861e122ce574871.
-----------------------------------------------------------------------
Summary of changes:
src/vty/logging_vty.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 "SIP handling PetitParser".
The branch, master has been updated
via 439f34e6755a3c0238ae939361104c2be37e6496 (commit)
from 3f47d2f6b0d2c9ebe48aebddd80cd6417c22ec5b (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/smalltalk/osmo-st-sip/commit/?id=439f34e6755a3c0238…
commit 439f34e6755a3c0238ae939361104c2be37e6496
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 20 08:33:45 2015 +0100
use an IPv4 address instead of localhost
Depending on the host OS localhost might resolve to something
we can't handle properly. In a FreeBSD jail this started to
behave oddly. There is no point to force AF_INET6 for this
test.
open("/etc/hosts",O_CLOEXEC,0666) = 3 (0x3)
fstat(3,{ mode=-rw-r--r-- ,inode=12621,size=1138,blksize=4096 }) = 0 (0x0)
read(3,"# $FreeBSD: src/etc/hosts,v 1.16"...,4096) = 1138 (0x472)
read(3,0x80282e000,4096) = 0 (0x0)
close(3) = 0 (0x0)
__sysctl(0x7fffffffaff0,0x4,0x0,0x7fffffffb070,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffaff0,0x4,0x82b0aa300,0x7fffffffb070,0x0,0x0) = 0 (0x0)
socket(PF_INET6,0x10000002,17) = 3 (0x3)
connect(3,{ AF_INET6 [::1]:1 },28) = 0 (0x0)
getsockname(3,{ AF_INET6 [2a01:4f8:150:70c4::5:2]:55378 },0x7fffffffafec) = 0 (0x0)
ioctl(3,SIOCGIFAFLAG_IN6,0xffffaec8) ERR#6 'Device not configured'
close(3) = 0 (0x0)
socket(PF_INET6,0x10000002,17) = 3 (0x3)
connect(3,{ AF_INET6 [::1]:1 },28) = 0 (0x0)
getsockname(3,{ AF_INET6 [2a01:4f8:150:70c4::5:2]:14967 },0x7fffffffafec) = 0 (0x0)
ioctl(3,SIOCGIFAFLAG_IN6,0xffffaec8) ERR#6 'Device not configured'
close(3) = 0 (0x0)
socket(PF_INET6,0x10000002,17) = 3 (0x3)
connect(3,{ AF_INET6 [::1]:1 },28) = 0 (0x0)
getsockname(3,{ AF_INET6 [2a01:4f8:150:70c4::5:2]:39503 },0x7fffffffafec) = 0 (0x0)
ioctl(3,SIOCGIFAFLAG_IN6,0xffffaec8) ERR#6 'Device not configured'
close(3) = 0 (0x0)
-----------------------------------------------------------------------
Summary of changes:
callagent/tests/Tests.st | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SIP handling PetitParser