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
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 8deba01eda7d32e32583d2a862984b430888fbe3 (commit)
from 66105fd3dc043e0f8011e1fa47864611936dd6aa (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=8deba01eda7d32e32583d2a862984b43…
commit 8deba01eda7d32e32583d2a862984b430888fbe3
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 20:33:43 2015 +0100
debian: We are at version 0.14 now
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++--
1 file changed, 2 insertions(+), 2 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 "The OpenGGSN project".
The branch, master has been updated
via 633cc0d7cbc224b7e5ba811e2161553df30a6dfe (commit)
via 7bfe18039bb564a6adfe5729be1fa25c58b35c21 (commit)
via 0576f3bebfc48469a1b5d7df15bb5e0c04c516b6 (commit)
from 91d0ee5c140a7b9cff8fb71d7fd19025a92bc71b (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/openggsn/commit/?id=633cc0d7cbc224b7e5ba811e2161553…
commit 633cc0d7cbc224b7e5ba811e2161553df30a6dfe
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 20:25:35 2015 +0100
debian: Address lintian warning about -dbg package
http://cgit.osmocom.org/openggsn/commit/?id=7bfe18039bb564a6adfe5729be1fa25…
commit 7bfe18039bb564a6adfe5729be1fa25c58b35c21
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 20:21:44 2015 +0100
debian: Require libosmocore
http://cgit.osmocom.org/openggsn/commit/?id=0576f3bebfc48469a1b5d7df15bb5e0…
commit 0576f3bebfc48469a1b5d7df15bb5e0c04c516b6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 20:17:19 2015 +0100
debian: Move to multi-arch support
-----------------------------------------------------------------------
Summary of changes:
debian/compat | 2 +-
debian/control | 9 ++++++---
debian/libgtp0-dev.install | 8 ++++----
debian/libgtp0.install | 2 +-
debian/rules | 8 ++------
5 files changed, 14 insertions(+), 15 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 "Osmocom network interface library".
The branch, master has been updated
via d69c1ca8fab461ca5cdf65215261df0b2582f7ad (commit)
from 2f1ddb2709fcdccdbc5830de4cec0f0a7141ecbd (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=d69c1ca8fab461ca5cdf652152…
commit d69c1ca8fab461ca5cdf65215261df0b2582f7ad
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 20:09:13 2015 +0100
debian: Move the package to multi-arch support
-----------------------------------------------------------------------
Summary of changes:
debian/compat | 2 +-
debian/control | 9 ++++++---
debian/libosmo-netif-dev.install | 8 ++++----
debian/libosmonetif2.install | 2 +-
debian/rules | 4 ++--
5 files changed, 14 insertions(+), 11 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 050d60a9a1210d456e5db247cef0e860ed38ebbb (commit)
from 2f0dd0c01930fbc0dbf0c86946dd0a429f3cd6e2 (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=050d60a9a1210d456e5db247cef…
commit 050d60a9a1210d456e5db247cef0e860ed38ebbb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 20:01:48 2015 +0100
debian: Switch to multi-arch support
-----------------------------------------------------------------------
Summary of changes:
debian/compat | 2 +-
debian/control | 13 +++++++++----
debian/libosmo-abis-dev.install | 8 ++++----
debian/libosmoabis4.install | 2 +-
debian/libosmotrau0.install | 2 +-
debian/rules | 4 ++--
6 files changed, 18 insertions(+), 13 deletions(-)
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 8f2ec84a5bb60124e91692650614eb0d0ddb05b9 (commit)
via e3483359785739c4df1748224a545c9d17fa90a8 (commit)
via 83ff5eaa7416d050ca57a226488090a9661431b9 (commit)
via e119901c5141b28ccba84a0619f501017815918b (commit)
from 61edd242d0af57d3d97a77dc35186f768f7aaffd (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=8f2ec84a5bb60124e9169265061…
commit 8f2ec84a5bb60124e91692650614eb0d0ddb05b9
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 19:51:31 2015 +0100
debian: Add misc depends as wanted by lintian
libosmo-sccp source: debhelper-but-no-misc-depends libosmo-sccp-dev
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e3483359785739c4df1748224a5…
commit e3483359785739c4df1748224a545c9d17fa90a8
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 19:47:33 2015 +0100
debian: Bump the version
http://cgit.osmocom.org/libosmo-sccp/commit/?id=83ff5eaa7416d050ca57a226488…
commit 83ff5eaa7416d050ca57a226488090a9661431b9
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 19:46:58 2015 +0100
debian: By definition this only creates a dev package
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e119901c5141b28ccba84a0619f…
commit e119901c5141b28ccba84a0619f501017815918b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 19:42:23 2015 +0100
debian: Move to multi-arch support
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
debian/compat | 2 +-
debian/control | 19 ++++---------------
debian/libosmo-sccp-dev.dirs | 2 --
debian/libosmo-sccp-dev.install | 6 ------
debian/libosmo-sccp1.dirs | 1 -
debian/libosmo-sccp1.install | 1 -
debian/rules | 5 +----
8 files changed, 12 insertions(+), 30 deletions(-)
delete mode 100644 debian/libosmo-sccp-dev.dirs
delete mode 100644 debian/libosmo-sccp-dev.install
delete mode 100644 debian/libosmo-sccp1.dirs
delete mode 100644 debian/libosmo-sccp1.install
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 4dafdefa7adaea9ca10b357ed966fdcd183347df (commit)
via 4d45d40c782c3c536d917c51c0054e9ee01a676a (commit)
from 879acef39465bb978f9a3bcb349594b818aec442 (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=4dafdefa7adaea9ca10b357ed966…
commit 4dafdefa7adaea9ca10b357ed966fdcd183347df
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 19:30:19 2015 +0100
debian: Aim for a higher standards version
http://cgit.osmocom.org/libosmocore/commit/?id=4d45d40c782c3c536d917c51c005…
commit 4d45d40c782c3c536d917c51c0054e9ee01a676a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 14 19:21:25 2015 +0100
debian: Move to multi-arch support in libosmocore
Enable multi-arch support in libosmocore. This means the package
can not be built on squeeze anymore.
The concept of "foreign" is not really well documented but I
think I use it correctly here.
-----------------------------------------------------------------------
Summary of changes:
debian/compat | 2 +-
debian/control | 15 +++++++++++++--
debian/libosmocodec0.install | 2 +-
debian/libosmocore-dev.install | 8 ++++----
debian/libosmocore6.install | 2 +-
debian/libosmoctrl0.install | 2 +-
debian/libosmogb3.install | 2 +-
debian/libosmogsm5.install | 2 +-
debian/libosmosim0.install | 2 +-
debian/libosmovty1.install | 2 +-
10 files changed, 25 insertions(+), 14 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications