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 510375efd3893bf927d9b50823e080d79020e8de (commit)
via bc44437a4370843886dc993223885cafbcd50ea4 (commit)
via f4a127ef9940c650ad2c633028998b0c6e8524a9 (commit)
via 450cdd8b187c9508889a379cd882800468a870fe (commit)
from 0bd848c11229fad572b478d0515ea36dc0a18e48 (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=510375efd3893bf927d9b50823e…
commit 510375efd3893bf927d9b50823e080d79020e8de
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 11 23:46:29 2017 +0900
ipa: Automatically create / destroy route on IPA connect/disconnect
From the STP point of view: In order to be able to route messages back
to an IPA client, we need to create a route at the time we have
successfully identified the AS for this client based on the name
presented in the IPA CCM ACK "name" field. Once the IPA client is
destroyed, the route must be deleted again.
With this commit present, we can have an IPA client (such as
osmo-bsc-sccplite) connect to OsmoSTP and exchange BSS[M]AP
with an M3UA-speaking osmo-msc. Basically, the STP reaches
the point where it can translate between IPA-style SCCPlite
and proper M3UA/SUA on the other side.
Change-Id: I901f06c5d0f2eae60f8d931215ed65190330ce66
http://cgit.osmocom.org/libosmo-sccp/commit/?id=bc44437a4370843886dc9932238…
commit bc44437a4370843886dc993223885cafbcd50ea4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 10 16:42:43 2017 +0900
ipa: Patch DPC/OPC information into SCCP Calling/Called Party Address
When we receive a SCCPlite message from an IPA peer, it may simply
contain a SSN number but no point codes. Similarly to creating a fake
MTP routing label from override DPC and routing key OPC, we can also
add that point code information to the SCCP header. This way the rest
of the SS7 network can handle the message and route it accordingly.
Change-Id: I4a2ff063e3c060641b3fd181a1cd600da3ec568b
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f4a127ef9940c650ad2c6330289…
commit f4a127ef9940c650ad2c633028998b0c6e8524a9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 10 16:44:56 2017 +0900
initialize msg->l2h in sccp_msgb_alloc()
Change-Id: I5fb11075593696b110bfd3e0541e3aa790029903
http://cgit.osmocom.org/libosmo-sccp/commit/?id=450cdd8b187c9508889a379cd88…
commit 450cdd8b187c9508889a379cd882800468a870fe
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 10 13:25:58 2017 +0900
ipa: Fix endianness of pseud-M3UA header
Change-Id: I70b420fc2105bb6e486adecf9285fed2fb471f73
-----------------------------------------------------------------------
Summary of changes:
src/ipa.c | 108 +++++++++++++++++++++++++++++++++++++++++++-------
src/sua.c | 9 ++++-
src/xua_asp_fsm.c | 33 +++++++++++++++
tests/xua/xua_test.ok | 22 +++++-----
4 files changed, 144 insertions(+), 28 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via a410c43ab84f14ca41784e775e68154f8a8c88d1 (commit)
from ad4a01e2a4674caf1f3d5680f825177e659254f0 (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-gsm-manuals/commit/?id=a410c43ab84f14ca41784e7…
commit a410c43ab84f14ca41784e775e68154f8a8c88d1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 03:09:47 2017 +0200
First step towards an OsmoSTP manual
Change-Id: I450bfac7444ac9cb7f50c086d87cf7157c2e2a31
-----------------------------------------------------------------------
Summary of changes:
Makefile | 5 +
{OsmoBSC => OsmoSTP}/Makefile | 6 +-
OsmoSTP/chapters/overview.adoc | 0
.../osmostp-usermanual-docinfo.xml | 10 +-
.../osmostp-usermanual.adoc | 20 +-
.../osmostp-vty-reference.xml | 8 +-
.../vty/stp_vty_reference.xml | 0
common/chapters/bibliography.adoc | 18 +
common/chapters/glossary.adoc | 24 ++
common/chapters/sigtran-osmocom.adoc | 432 +++++++++++++++++++++
common/chapters/sigtran-simple-2g.dot | 22 ++
common/chapters/sigtran-simple-3g.dot | 24 ++
common/chapters/sigtran.adoc | 332 ++++++++++++++++
13 files changed, 882 insertions(+), 19 deletions(-)
copy {OsmoBSC => OsmoSTP}/Makefile (56%)
create mode 100644 OsmoSTP/chapters/overview.adoc
copy OsmoBSC/aoip-mgw-options-docinfo.xml => OsmoSTP/osmostp-usermanual-docinfo.xml (86%)
copy OsmoPCU/osmopcu-usermanual.adoc => OsmoSTP/osmostp-usermanual.adoc (50%)
copy OsmoMSC/osmomsc-vty-reference.xml => OsmoSTP/osmostp-vty-reference.xml (83%)
copy OsmoHLR/vty/hlr_vty_additions.xml => OsmoSTP/vty/stp_vty_reference.xml (100%)
create mode 100644 common/chapters/sigtran-osmocom.adoc
create mode 100644 common/chapters/sigtran-simple-2g.dot
create mode 100644 common/chapters/sigtran-simple-3g.dot
create mode 100644 common/chapters/sigtran.adoc
hooks/post-receive
--
Manuals for Osmocom GSM components
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 "A/B/C Netz".
The branch, master has been updated
via fc1c5de54746857cc7b21e44b83b042792b3ddaa (commit)
via 8a74805ea6c41e8e17983da6cec06e2466c072d1 (commit)
via 486d2d5dbeaff62e9701589e73f64122e4bdd516 (commit)
via ce2bb8ec43e7df5af9e1f2d6b36c23d1cfffbb35 (commit)
from e9583d56615256f3d365aace1f02ae99361111c7 (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/osmocom-analog/commit/?id=fc1c5de54746857cc7b21e44b…
commit fc1c5de54746857cc7b21e44b83b042792b3ddaa
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Nov 11 08:40:05 2017 +0100
Fixed pointer corruption bug in timer.c
http://cgit.osmocom.org/osmocom-analog/commit/?id=8a74805ea6c41e8e17983da6c…
commit 8a74805ea6c41e8e17983da6cec06e2466c072d1
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Nov 11 08:11:50 2017 +0100
NMT: Add support for receiving 8-Bit-SMS, because it is mandatory
Benefone Dragon uses this coding scheme for SMS-Submit.
http://cgit.osmocom.org/osmocom-analog/commit/?id=486d2d5dbeaff62e9701589e7…
commit 486d2d5dbeaff62e9701589e73f64122e4bdd516
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Nov 11 08:10:37 2017 +0100
NMT: Fixup assign traffic channel
dms_call state now belongs to transaction, so it is kept while switching
to traffic channel.
http://cgit.osmocom.org/osmocom-analog/commit/?id=ce2bb8ec43e7df5af9e1f2d6b…
commit ce2bb8ec43e7df5af9e1f2d6b36c23d1cfffbb35
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Nov 11 05:55:32 2017 +0100
Fixup call control split
-----------------------------------------------------------------------
Summary of changes:
src/common/call.c | 9 +++++++--
src/common/timer.c | 4 +++-
src/nmt/dsp.c | 2 +-
src/nmt/nmt.c | 44 +++++++++++++++++++++++++-------------------
src/nmt/nmt.h | 1 -
src/nmt/sms.c | 28 ++++++++++++++++++++++------
src/nmt/transaction.h | 3 ++-
src/test/test_sms.c | 39 ++++++++++++++++++++++++++++++++-------
8 files changed, 92 insertions(+), 38 deletions(-)
hooks/post-receive
--
A/B/C Netz
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 53dbfb4347f1294ca076bb188f7ae6d4ee239660 (commit)
from 43a70b67db107f8f4a7a3f6793c2d86eaf86b232 (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/op25/commit/?id=53dbfb4347f1294ca076bb188f7ae6d4ee2…
commit 53dbfb4347f1294ca076bb188f7ae6d4ee239660
Author: Max <ikj1234i(a)yahoo.com>
Date: Fri Nov 10 22:08:07 2017 -0500
dv_tx.py crash bugfix
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/tx/dv_tx.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 bd0d5bf5d8957c965473960ceb659043bac21128 (commit)
from 87a04b6b95d827c5c82c3e7ffb99f60e86028f25 (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-hlr/commit/?id=bd0d5bf5d8957c965473960ceb65904…
commit bd0d5bf5d8957c965473960ceb659043bac21128
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 03:55:02 2017 +0900
hlr.c: Avoid overflow of lu_operation.subscr.imsi
It appears that hlr_subscriber.imsi is 16 buffers in size:
15 chars for IMSI + 1 byte NUL. However, osmo_gsup_message.imsi
is 17 bytes (for whatever reason), so we cannot simply do a strpy()
as this might overflow the hlr_subscriber.imsi field!
TODO: check if weactually ever receive a too-long IMSI in GSUP and
reject that at an earlier time in the code flow.
Fixes: Coverity CID#164746
Change-Id: I9ff94e6bb0ad2ad2a7c010d3ea7dad9af0f3c048
-----------------------------------------------------------------------
Summary of changes:
src/hlr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 0f7bcb5f17f18682f7f9dc41e2d0fc73c4c08318 (commit)
from c0fc7940df40de07320c9b2cdd5525659d16805a (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=0f7bcb5f17f18682f7f9dc41e2d0…
commit 0f7bcb5f17f18682f7f9dc41e2d0fc73c4c08318
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 19:08:14 2017 +0100
vty: Fix bad use of vector_slot()
Commit in e9e9e427b78271941a25a63567fc2ec2bb9e4433 attempted to fix a
compilation warning but introduced a regression documented in OS#2613.
The commit was reverted in 4aa0258269296f078e685e21fb08b115567e814.
After closer lookup and testing, it seems vector_slot(vline, index) is
expected to be NULL in this case as set by vty_complete_command:
/* In case of 'help \t'. */
if (isspace((int)vty->buf[vty->length - 1]))
vector_set(vline, NULL);
As a result, the correct fix for the compilation warning is to test
against NULL instead of testing for empty string.
Change-Id: Id9e02bbf89e0a94e1766b1efd236538712415c8a
-----------------------------------------------------------------------
Summary of changes:
src/vty/command.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 "CI scripts".
The branch, master has been updated
via 9e6db799d5d39d0fa92f37c746d39e5a1c6d0000 (commit)
from adc35d0e69bc69e8ef861e22e741ad2cd35119ff (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-ci/commit/?id=9e6db799d5d39d0fa92f37c746d39e5a…
commit 9e6db799d5d39d0fa92f37c746d39e5a1c6d0000
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Aug 25 18:31:44 2017 +0800
jenkins: Follow the convention and create a jenkins.sh as well
Instead of modifying the job on Jenkins, let's do it like in our
other projects. Create the diretcory if it doesn't exist and use
git pull origin for the Debian9 system.
Change-Id: I0ecdc02e3271fe09980f370167277370c599fcfa
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
CI scripts
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via ad4a01e2a4674caf1f3d5680f825177e659254f0 (commit)
from c6259d0ac58bf989a7d524ea4b03e4cabb6cf962 (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-gsm-manuals/commit/?id=ad4a01e2a4674caf1f3d568…
commit ad4a01e2a4674caf1f3d5680f825177e659254f0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Nov 10 10:57:33 2017 +0100
common: add VTY port number for osmo-mgw
Change-Id: Ifa7eec30ccc5a0beb26c9ec50492d4637cd1d0a5
-----------------------------------------------------------------------
Summary of changes:
common/chapters/port_numbers.adoc | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 c0fc7940df40de07320c9b2cdd5525659d16805a (commit)
from 4a73d5e84383cf3fe02d730a7b21d393024054e4 (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=c0fc7940df40de07320c9b2cdd55…
commit c0fc7940df40de07320c9b2cdd5525659d16805a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Nov 10 10:59:04 2017 +0100
vty: add port number for osmo-mgw
Change-Id: Ied224fe94b5152fd19e259396fbc0eaf69be4b96
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/vty/ports.h | 1 +
1 file changed, 1 insertion(+)
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 43a70b67db107f8f4a7a3f6793c2d86eaf86b232 (commit)
via 8fc19951819f50bcbd6475a4f1ed78990966f584 (commit)
from a3cab238b505fb4f06951a7826bce40d0d437f6b (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/op25/commit/?id=43a70b67db107f8f4a7a3f6793c2d86eaf8…
commit 43a70b67db107f8f4a7a3f6793c2d86eaf86b232
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Nov 9 21:12:46 2017 -0500
rx.py AF modes bugfix
http://cgit.osmocom.org/op25/commit/?id=8fc19951819f50bcbd6475a4f1ed7899096…
commit 8fc19951819f50bcbd6475a4f1ed78990966f584
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Nov 9 21:12:03 2017 -0500
p25 tx touch up
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/rx.py | 2 +-
op25/gr-op25_repeater/apps/tx/dv_tx.py | 2 +-
op25/gr-op25_repeater/apps/tx/op25_c4fm_mod.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25