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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via ab1316731e95f5d6b54d1f36df87e1d38185024d (commit)
from 7cfd1a3beebba66d8385037a39cf7154fd5e6eb3 (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=ab1316731e95f5d6b54d1f36df87e1d3…
commit ab1316731e95f5d6b54d1f36df87e1d38185024d
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:35 2017 +0100
utils: smpp_mirror: bounce Delivery Receipts as Delivery Acknowledgments
Simple patch to test the new status-report support code, remove previous
code before Delivery Acknowledgement support was in place. Use
LOGL_DEBUG for logging messages here as suggested by Neels and Harald.
Change-Id: I877e228d8e174430f700631edbf9955972da7892
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/utils/smpp_mirror.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7cfd1a3beebba66d8385037a39cf7154fd5e6eb3 (commit)
from 98849f7ddcbe8b094af5ee5efc30bd841ac12e04 (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=7cfd1a3beebba66d8385037a39cf7154…
commit 7cfd1a3beebba66d8385037a39cf7154fd5e6eb3
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:33 2017 +0100
libmsc: update database to accomodate SMS status-report fields
SMPP DELIVER_SM messages with esm_class = Delivery Receipt need to send
this message reference (that the mobile phone allocates) to the ESME.
Thus, the ESME propagates it via SUBMIT_SM with esm_class = Delivery
Acknoledgment so that the SMSC sends the GSM 03.40 status-report to the
origin including this. Given this field is useful for status-reports, we
need to store it in the HLR database.
Moreover, we need a new field that specifies if the entry represents a
SMS status-report, to do the right handling from the gsm411_send_sms() -
such new handling comes in a follow up patch entitled "libmsc: handle
delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report".
This patch includes the migration routines to the new database schema
revision 5, it's quite a bit of dbi boilerplate code - copied-pasted and
adapted.
Change-Id: I7276d356d805a83ebeec72b02c8563b7135ea0b6
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/db.c | 168 +++++++++++++++++++++++++++++++++++++++++--
openbsc/tests/db/db_test.err | 1 +
2 files changed, 163 insertions(+), 6 deletions(-)
hooks/post-receive
--
Legacy: 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 "UNNAMED PROJECT".
The branch, master has been updated
via c4178e55ea5a0ac480f11e3352a3579cdb78025a (commit)
from 0cd8e4eadea3fc4ec709b102e428f7a47836a7e3 (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=c4178e55ea5a0ac480f11e3352a3579…
commit c4178e55ea5a0ac480f11e3352a3579cdb78025a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Aug 8 15:03:50 2017 +0200
Add pcu-socket vty config
osmo-bts already supports configuring a different path for the bts<->pcu
socket by using the 'pcu-socket' config field.
Change-Id: I9b3e1171da467519750b201849ec892a1e318129
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/pcu/pcuif_proto.h | 2 ++
src/bts.h | 3 +++
src/osmobts_sock.cpp | 3 ++-
src/pcu_main.cpp | 2 ++
src/pcu_vty.c | 21 +++++++++++++++++++++
5 files changed, 30 insertions(+), 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via fe6c75d24a1751341bcee91cb45c7ac7f5d07da3 (commit)
via bd65b72f91f195dd9b6ea2df67d6d1b36b1e9864 (commit)
from cd1b08b14f6a68e53ad7308cb5cd318f262426b7 (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-bts/commit/?id=fe6c75d24a1751341bcee91cb45c7ac…
commit fe6c75d24a1751341bcee91cb45c7ac7f5d07da3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:42:00 2017 +0200
TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_link
Whether or not we are talking to an OpenBTS (SETBSIC) or OsmoTRX
(SETTSC) transceiver is a property of the phy_link, and not a property
of the BTS. Also, we *really, really* should never use global
variables. I'm very happy this is being cleaned up, finally.
Change-Id: I51aeb17661dfd63ff347f7b2c0d7ffa383ec814c
http://cgit.osmocom.org/osmo-bts/commit/?id=bd65b72f91f195dd9b6ea2df67d6d1b…
commit bd65b72f91f195dd9b6ea2df67d6d1b36b1e9864
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 23 18:57:28 2017 +0200
l1sap/osmo-bts-sysmo: Improve logging
Change-Id: I339db0e5f3fd5e44bac974f2447afc80388802af
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 1 +
src/common/l1sap.c | 35 ++++++++++++-------
src/osmo-bts-trx/trx_if.c | 18 +++++-----
src/osmo-bts-trx/trx_if.h | 2 --
src/osmo-bts-trx/trx_vty.c | 83 ++++++++++++++++-----------------------------
5 files changed, 61 insertions(+), 78 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 9d1a3f66457508e16dd2d1d33fe7bf5ed24b633b (commit)
via 2373f2778a135e4fc37ff5c741ac3293b18b8d87 (commit)
via e634a6f3251cf556ca8d1466b044775e44a48a79 (commit)
via 037d46abc181d5a763f2171a5e08154eb163fd0c (commit)
via 603e065f43a9b0a6d9d92584ba458fefee32b516 (commit)
via c881c4912709be005cbb3ffb02ba06f13c69d24b (commit)
via 775ac6f6b1c47066db58608f9497f0e4916bbcc4 (commit)
via a212398f7c39ab0e919e0c9efde8a1c8a37678bb (commit)
via b352ca030d8870930493f36e2b3702760ff4b44a (commit)
via b711e1450444c5882a8d9a941094183484fa47db (commit)
from 81a029a4e46bb7c62b2401ec055fe44c5b7568cd (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 12 +++++++--
include/osmocom/sigtran/sccp_sap.h | 14 +++++++++++
src/osmo_ss7.c | 22 ++++++++++------
src/osmo_ss7_vty.c | 11 ++++++--
src/sccp2sua.c | 2 +-
src/sccp_helpers.c | 51 +++++++++++++++++++++++++++++---------
src/sccp_internal.h | 1 -
src/sccp_sap.c | 47 +++++++++++++++++++++++++++++++++++
src/sccp_scoc.c | 6 ++---
src/sccp_scrc.c | 8 +++++-
src/sccp_user.c | 37 +++++++++++++--------------
src/sccp_vty.c | 2 +-
tests/xua/xua_test.ok | 12 ++++-----
13 files changed, 171 insertions(+), 54 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via cd1b08b14f6a68e53ad7308cb5cd318f262426b7 (commit)
from bc56094cacd868cdb0336b215e4268bb69cab168 (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-bts/commit/?id=cd1b08b14f6a68e53ad7308cb5cd318…
commit cd1b08b14f6a68e53ad7308cb5cd318f262426b7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:44:30 2017 +0200
TRX: Remove bogus extern global variable declarations
Those global variable declarations for non-existing variables were
introduced in 8a8d73a691c709403be4adbe8f2a7150b4d5998a, let's remove
them again. The source / destination IP address is a parameter of the
phy_link, and not a global variable.
Related: OS#1848
Change-Id: I94b5f934fc3bd00b0467d90029d3053b16594186
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/trx_if.h | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 98849f7ddcbe8b094af5ee5efc30bd841ac12e04 (commit)
via 52d519220501c4d4c09dfa924e23badac8589614 (commit)
via f354a8e1c5633a43d7bca986e8de82d23610d2a9 (commit)
from 39181ac4a2b0686fb27b35d89af2dfee1d7c285d (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=98849f7ddcbe8b094af5ee5efc30bd84…
commit 98849f7ddcbe8b094af5ee5efc30bd841ac12e04
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:30 2017 +0100
libmsc: add support for SMPP delivery receipts
If the mobile phone requests a status report via SMS, send a DELIVER_SM
with esm_class = Delivery Receipt to ESME to indicate that the SMS has
been already delivered to its destination.
MS GSM 03.40 SMSC SMPP 3.4 ESME
| | |
| SMS-DELIVER | |
|<----------------------------| |
| GSM 04.11 RP-ACK | |
|---------------------------->| |
| | DELIVER-SM |
| | esm_class = Delivery Receipt |
| |------------------------------->|
| | DELIVER-SM-RESP |
| |<-------------------------------|
| | |
This patch implements "Appendix B. Delivery Receipt Format" as specified
in the SMPP 3.4 specs. This string is conveyed in the SMS message as
data, and it is only meaningful to the ESME, for logging purposes. The
"submit date" and "done date" are not yet set, and other fields are just
sent with dummy values, so they are left to be finished as future work.
The new SMPP TLV tag TLVID_user_message_reference is added to the SMPP
messages inconditionally now since this information is required by
delivery-reports to associate the status-report with the original SMS.
Change-Id: Ic1a9023074bfa938099377980b6aff9b262fab2a
http://cgit.osmocom.org/openbsc/commit/?id=52d519220501c4d4c09dfa924e23bada…
commit 52d519220501c4d4c09dfa924e23badac8589614
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:28 2017 +0100
utils: smpp_mirror: reflect message reference TLV
Useful to test the delivery receipt support. This TLV contains the
GSM03.40 message reference.
Change-Id: I1b0abaa7e06ffe1bd2242c70813d8b70e9fa954f
http://cgit.osmocom.org/openbsc/commit/?id=f354a8e1c5633a43d7bca986e8de82d2…
commit f354a8e1c5633a43d7bca986e8de82d23610d2a9
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:25 2017 +0100
utils: smpp_mirror: temporarily munch SMPP delivery receipts
Just munch and log SMPP delivery receipts by now, don't mirror this, it
is going to break things in openbsc.
Follow up patch removes this and mirrors this SMPP message as a
SUBMIT_SM with esm_class = Delivery Acknowledgement.
Change-Id: I78e93bc4034679e238c8642ccf6a0e844b1d6d8b
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 1 +
openbsc/src/libmsc/gsm_04_11.c | 54 ++++++++++++++++++++++++++++++++++++++
openbsc/src/libmsc/smpp_openbsc.c | 21 ++++++++++++++-
openbsc/src/libmsc/smpp_smsc.h | 1 +
openbsc/src/utils/smpp_mirror.c | 32 +++++++++++++++++++++-
5 files changed, 107 insertions(+), 2 deletions(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 39181ac4a2b0686fb27b35d89af2dfee1d7c285d (commit)
via 8e2a142856dc7e3e482762c738b22e19a0492f1f (commit)
from 53ad3ca521bacc9e0d8e0ff76f71cacb26201c27 (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=39181ac4a2b0686fb27b35d89af2dfee…
commit 39181ac4a2b0686fb27b35d89af2dfee1d7c285d
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:23 2017 +0100
utils: smpp_mirror: set registered_delivery field in SMPP SUBMIT_SM
To test delivery reports using this utility.
Change-Id: I0e477407531fdd4d906e53c9b5a48a79a239966f
http://cgit.osmocom.org/openbsc/commit/?id=8e2a142856dc7e3e482762c738b22e19…
commit 8e2a142856dc7e3e482762c738b22e19a0492f1f
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:21 2017 +0100
libmsc: missing bit shift in status report flag when stored in sms object
So we just store 0 or 1 depending on what the mobile phone requests.
Change-Id: Idb7d5594219c0e458ccb561383a59604bc1a4201
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_11.c | 2 +-
openbsc/src/utils/smpp_mirror.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 53ad3ca521bacc9e0d8e0ff76f71cacb26201c27 (commit)
via 0a20d62972c6e3689ac1256fe60861699ae94583 (commit)
from f8b2d46dc00ff4da96c6932b6cfd5b792b36b209 (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=53ad3ca521bacc9e0d8e0ff76f71cacb…
commit 53ad3ca521bacc9e0d8e0ff76f71cacb26201c27
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:18 2017 +0100
libmsc: report status report request flag from SMPP SUBMIT_SM
Restore the sms status report request flag from SUBMIT_SM.
Change-Id: Iac05252253f8933a3875b4904599b7a225191a4b
http://cgit.osmocom.org/openbsc/commit/?id=0a20d62972c6e3689ac1256fe6086169…
commit 0a20d62972c6e3689ac1256fe60861699ae94583
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:15 2017 +0100
libmsc: set registered_delivery field in SMPP 3.4 DELIVER_SM messages
Propagate the status report request field to the SMPP message through
the registered_delivery field, so the ESME knows that the mobile phone
is asking for explicit delivery acknowledgment is required. See SMPP 3.4
specs section 5.2.17.
Change-Id: I59af60fa89cd10ae973c5e122789e3e03e3728ee
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/smpp_openbsc.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
Legacy: 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 code for Iuh interface".
The branch, pre_release has been updated
discards 2627a983408cacb58b0a21ddcd6b737a2a72bdac (commit)
discards f4ed50c78263ac20cad27494e7b30636dcdc960f (commit)
via df0759f7e77e36ee4eeb369c6d12d8edb152db43 (commit)
via bf5ac2d568831839631c40b311f9a8e0bc94f6f4 (commit)
via 0dd2509fce388f17320c6605ce68b64280b374c2 (commit)
via 5e0292a6412a04eeed9e0aff3f56bd8d4f353346 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (2627a983408cacb58b0a21ddcd6b737a2a72bdac)
\
N -- N -- N (df0759f7e77e36ee4eeb369c6d12d8edb152db43)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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-iuh/commit/?id=df0759f7e77e36ee4eeb369c6d12d8e…
commit df0759f7e77e36ee4eeb369c6d12d8edb152db43
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sun Aug 6 21:52:02 2017 +0000
add /debian package support
Change-Id: I985805aea0e48fe70619de8b81206098e4e37613
http://cgit.osmocom.org/osmo-iuh/commit/?id=bf5ac2d568831839631c40b311f9a8e…
commit bf5ac2d568831839631c40b311f9a8e0bc94f6f4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jul 27 14:37:03 2017 +0200
apply ctx arg to osmo_ss7_vty_init_asp()
Depends: libosmo-sccp Id4e7f47979001f7856b0b3665c9e94982e75e490
Change-Id: Idccbdc669d740179153d0a73096745785bd2f5af
http://cgit.osmocom.org/osmo-iuh/commit/?id=0dd2509fce388f17320c6605ce68b64…
commit 0dd2509fce388f17320c6605ce68b64280b374c2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jul 31 13:13:24 2017 +0200
make point codes configurable by SCCP address book
In the vty config, use the SCCP address book to configure the local and remote
SCCP addresses. Add VTY commands to set the remote SCCP addresses by name,
derive the ss7 instance from these addresses:
cs7 instance 1
point-code 0.23.0
sccp-address msc
point-code 0.0.1
sccp-address sgsn
point-code 0.0.2
hnbgw
iucs
remote-addr msc
iups
remote-addr sgsn
Enforce that both IuCS and IuPS use the same ss7 instance. In the future, we
may add the feature to use two separate instances.
Depends: libosmo-sccp I75c67d289693f1c2a049ac61cf2b2097d6e5687d,
Ie1aedd7894acd69ddc887cd65a8a0df4b888838c,
I85b46269dbe7909e52873ace3f720f6292a4516c
Change-Id: I33a7ba11eb7c2d9a5dc74d10fb0cf04bf664477b
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 ++
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 60 ++++++++++++++++++++++++++++++++++++++++
debian/copyright | 51 ++++++++++++++++++++++++++++++++++
debian/libosmo-ranap-dev.install | 3 ++
debian/libosmo-ranap0.install | 1 +
debian/osmo-hnbgw.install | 2 ++
debian/rules | 18 ++++++++++++
debian/source/format | 1 +
src/hnbgw_cn.c | 2 +-
11 files changed, 146 insertions(+), 1 deletion(-)
create mode 100644 .gitreview
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100644 debian/libosmo-ranap-dev.install
create mode 100644 debian/libosmo-ranap0.install
create mode 100644 debian/osmo-hnbgw.install
create mode 100755 debian/rules
create mode 100644 debian/source/format
hooks/post-receive
--
Osmocom code for Iuh interface