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
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 "SS7 (TCAP, ROS, MAP, CAP) ASN1 files".
The branch, master has been updated
via b42fd7c3b48f53fd13de901cdd88e8f7f3d2c206 (commit)
from 589f27155c6743d5ccc9635484096a3dca70bd24 (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/asn1/ss7/commit/?id=b42fd7c3b48f53fd13de901cdd88e8f…
commit b42fd7c3b48f53fd13de901cdd88e8f7f3d2c206
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 19 17:58:46 2015 +0100
map: Add resetV1 and resetV3 support
-----------------------------------------------------------------------
Summary of changes:
asn1/MAP/MAP-MS-DataTypes.asn | 19 +++++++++++++++++++
asn1/MAP/MAP-MobileServiceOperations.asn | 13 +++++++++++++
asn1/MAP/MAP-OperationPackages.asn | 6 ++++--
3 files changed, 36 insertions(+), 2 deletions(-)
hooks/post-receive
--
SS7 (TCAP, ROS, MAP, CAP) ASN1 files
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 "UNNAMED PROJECT".
The branch, master has been updated
via 39645b824a08b355fa48361491d5a1c3e9e6bd4d (commit)
via 1e96af63259272b73625e1aa40f1b935aece7c29 (commit)
from 7c44415d785422b8f7e02059420e7c6feb89f4e9 (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-pcu/commit/?id=39645b824a08b355fa48361491d5a1c…
commit 39645b824a08b355fa48361491d5a1c3e9e6bd4d
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Mar 16 12:27:11 2015 +0100
bssgp: Handle BSSGP STATUS messages
Currently incoming BSSGP STATUS messages are just logged and apart
from that ignored. Since it is possible that the gbproxy can
eventually send both valid replies (from the primary SGSN) and
STATUS(unknown BVCI) messages (from the secondary SGSN). Since the
PCU assumes in this case that the BVC has been successfully reset and
unblocked, it will not send a BVC RESET message after receiving an
NS_UNBLOCK.
This commit changes gprs_bssgp_pcu_rcvmsg to pass BSSGP STATUS
messages to bssgp_rcvmsg() which will in turn call bssgp_prim_cb()
with primitive NM_STATUS. Then the BVC RESET or UNBLOCK procedure
will be started if the IE in the message matches and the PCU assumes
that the BVC should have been successfully reset and unblocked
respectively while the STATUS message tells otherwise.
Note that bssgp_rcvmsg() from libosmocore is otherwise used for the
SGSN side only, albeit it generally just decodes messages, does basic
protocol handling and eventually invokes PRIM indications. The only
exception here is the handling of BVC RESET, which is implemented
specifically for the SGSN.
Ticket: OW#1414
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=1e96af63259272b73625e1aa40f1b93…
commit 1e96af63259272b73625e1aa40f1b935aece7c29
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Mar 17 08:11:25 2015 +0100
bssgp: Set blocking and reset timer to 30s
Currently the timer T1 and T2 are hard-coded to 1s which is pretty
low in consideration of a possible high latency connection to the
SGSN.
This commit introduces macros for the timer values and sets them to
30s.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/gprs_bssgp_pcu.cpp | 76 ++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 68 insertions(+), 8 deletions(-)
hooks/post-receive
--
UNNAMED 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 "SS7 (TCAP, ROS, MAP, CAP) ASN1 files".
The branch, master has been updated
via 589f27155c6743d5ccc9635484096a3dca70bd24 (commit)
via f1d79cceaddeb15fbf0fe0469c38e2048873a404 (commit)
from c994d5783cd286aa5a4cede54395fbe7b0d49d55 (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/asn1/ss7/commit/?id=589f27155c6743d5ccc9635484096a3…
commit 589f27155c6743d5ccc9635484096a3dca70bd24
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 19 14:43:23 2015 +0100
Add more operations to the functionalSsPackage
http://cgit.osmocom.org/asn1/ss7/commit/?id=f1d79cceaddeb15fbf0fe0469c38e20…
commit f1d79cceaddeb15fbf0fe0469c38e2048873a404
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 19 14:00:25 2015 +0100
add old v1 operation
-----------------------------------------------------------------------
Summary of changes:
asn1/MAP/MAP-ApplicationContexts.asn | 8 +++++++
asn1/MAP/MAP-Contracts.asn | 8 +++++++
asn1/MAP/MAP-MS-DataTypes.asn | 41 ++++++++++++++++++++++++++++++++
asn1/MAP/MAP-MobileServiceOperations.asn | 22 +++++++++++++++++
asn1/MAP/MAP-OperationPackages.asn | 11 +++++----
5 files changed, 86 insertions(+), 4 deletions(-)
hooks/post-receive
--
SS7 (TCAP, ROS, MAP, CAP) ASN1 files
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 267fd86e7da57719577c50039129654bd396c651 (commit)
via 6cce3d71537cd9dc077c407d865b8b8ffe1ee77f (commit)
via ca8dcb7bff9f9ed4cc52875a772246011e93cf31 (commit)
via 36153dc61aa15f9c3084c2824c51356fc4babadb (commit)
via 49ed9beed1a1f6df197defb295cf436b5eeb8933 (commit)
via b61b2ca1a0c63d99c642fe46b0bfef83eb092ba1 (commit)
from 4dafdefa7adaea9ca10b357ed966fdcd183347df (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=267fd86e7da57719577c50039129…
commit 267fd86e7da57719577c50039129654bd396c651
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 18 21:52:38 2015 +0100
libctrl: Include config.h so we can include netinet/tcp.h
In e15ac060e7ae78d4c3569d7fc9071bcf49807e05 we tried to fix
the nuttx build but we never included "netinet/tcp.h" after
it and the compiler warned about the unused "on" parameter
which we didn't notice because of the other warnings...
Include config.h so we can see if there is a tcp.h and then
include it.
http://cgit.osmocom.org/libosmocore/commit/?id=6cce3d71537cd9dc077c407d865b…
commit 6cce3d71537cd9dc077c407d865b8b8ffe1ee77f
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 18 21:35:56 2015 +0100
msgfile: Fix warning on BSDs stdio
msgfile.c:116:16: warning: implicit declaration of function 'getline' is invalid in C99
[-Wimplicit-function-declaration]
while (getline(&line, &n, file) != -1) {
http://cgit.osmocom.org/libosmocore/commit/?id=ca8dcb7bff9f9ed4cc52875a7722…
commit ca8dcb7bff9f9ed4cc52875a772246011e93cf31
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 18 21:26:57 2015 +0100
gsm0808: Remove duplicate initialization
These types were compatible so simply remove one.
Fixes:
gsm0808.c:323:37: warning: initializer overrides prior initialization CC gsm0480.lo
of this subobject
CC abis_nm.lo
[-Winitializer-overrides]
[GSM0808_IE_LSA_INFORMATION] = { TLV_TYPE_TLV },
^~~~~~~~~~~~
gsm0808.c:316:36: note: previous initialization is here
[GSM0808_IE_LSA_INFORMATION] = { TLV_TYPE_TLV },
^~~~~~~~~~~~
http://cgit.osmocom.org/libosmocore/commit/?id=36153dc61aa15f9c3084c2824c51…
commit 36153dc61aa15f9c3084c2824c51356fc4babadb
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Mar 17 10:21:17 2015 +0100
bssgp: Handle BSSGP STATUS messages
Currently incoming BSSGP STATUS messages are just logged and no other
action is taken. This makes it impossible for higher layers to react
to failures which are indicated by corresponding STATUS messages
unless a timeout is triggered as a result of that failure later on.
This commit adds a bssgp_rx_status() function and calls it on
incoming STATUS messages. That function logs a message, increments the
new BSSGP_CTR_STATUS counter if the bctx context exists and invokes
an NM_STATUS status indication. The latter will allow the application
to handle failures immediately. Since all STATUS messages should be
handled, the function is already called in bssgp_rcvmsg and the
message is no longer handled in (and will not reach) bssgp_rx_sign
and bssgp_rx_ptp.
Ticket: OW#1414
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=49ed9beed1a1f6df197defb295cf…
commit 49ed9beed1a1f6df197defb295cf436b5eeb8933
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Mar 17 10:21:16 2015 +0100
bssgp: Don't reply with STATUS when receiving a PtP STATUS message
Currently each incoming PtP BSSGP STATUS message is handled as 'not
yet implemented' and a BSSGP STATUS message (cause
BSSGP_CAUSE_PROTO_ERR_UNSPEC) is sent back to the peer. This will
cause endless messages loops if both peers use this BSSGP stack
implementation. This does not apply to signalling messages.
This commit changes the implementation of bssgp_rx_ptp() to just do
logging in this case.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=b61b2ca1a0c63d99c642fe46b0bf…
commit b61b2ca1a0c63d99c642fe46b0bfef83eb092ba1
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Mar 17 10:21:15 2015 +0100
logging: Implement subsecond resolution of extended timestamps
Currently when using 'logging print extended-timestamp 1', the
subsecond part (milliseconds) of the printed timestamp is always 0.
This makes it difficult to correlate log entries with PCAP file
entries if there are many of them per second.
This patch changes _output in logging.c to use gettimeofday() instead
of time() when extended timestamps are enabled and replaces the '000'
by the milliseconds computed from tv_usec.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/gprs_bssgp.h | 2 +
src/ctrl/control_if.c | 2 +
src/gb/gprs_bssgp.c | 78 +++++++++++++++++++++++++++++++--------
src/gsm/gsm0808.c | 1 -
src/logging.c | 11 ++++--
src/msgfile.c | 2 +
tests/gb/gprs_bssgp_test.c | 35 ++++++++++++++++++
tests/gb/gprs_bssgp_test.ok | 4 ++
8 files changed, 115 insertions(+), 20 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications