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 7f17b8c45d094941292036143f3292a1d5789cf5 (commit)
from e3260722d7550dc13630307597c0df9075acd4af (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=7f17b8c45d094941292036143f3…
commit 7f17b8c45d094941292036143f3292a1d5789cf5
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 16:09:48 2017 +0200
Bump version: 0.3.2 → 0.4.0
Change-Id: Ibefe53a7f5b06fb8a9294574af41dacac68bdbe9
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 11 ++++++++---
debian/changelog | 8 ++++++--
src/Makefile.am | 7 ++++---
3 files changed, 18 insertions(+), 8 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 8876a507ff46c4caf8cb4f99df121f1188db01ef (commit)
from aa11997480822af0a583ac3c7c3fca1dc4bbe994 (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=8876a507ff46c4caf8cb4f99df121f1…
commit 8876a507ff46c4caf8cb4f99df121f1188db01ef
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon May 29 11:10:57 2017 +0200
osmo-bts-trx: Relax validation to allow TRX data bursts without padding
Original OpenBTS transcievers add 2 bytes of padding to the end of data
bursts, having in total 158 bytes. As those two extra bytes are being
ignored after the initial validation, let's relax this validation a bit
in order to accept transcievers that decide no to send these two extra
bytes.
Change-Id: I94c3cb160bfed0ba9c41ed7ef5f8d8a65b81ad07
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/trx_if.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 4d8cccc6509cee79fdf12b48ebcf6238fd59c3b0 (commit)
from 56384469e99fd46be02be178e9ad2ffbfb1f32e2 (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=4d8cccc6509cee79fdf12b48ebc…
commit 4d8cccc6509cee79fdf12b48ebcf6238fd59c3b0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Aug 11 11:30:26 2017 +0200
sccp: again fix handling of default IP addresses in osmo_sccp_simple_client()
The previous fix (I312caf9d54cedb02034e4ef88fdd2e6ad9ca1c34) caused the default
addresses to be discarded. Actually talloc_strdup() the default addresses to
use them if not NULL.
Change-Id: Ic8563ab272d5256a1b8ceefd5fee37da61e1bd26
-----------------------------------------------------------------------
Summary of changes:
src/sccp_user.c | 6 ++----
1 file changed, 2 insertions(+), 4 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 aa11997480822af0a583ac3c7c3fca1dc4bbe994 (commit)
via 9a30b7781310b81555b216d32b172b6bb9c9d7e4 (commit)
from 01e84be54f38c0458f3ee04111243ca0777baadc (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=aa11997480822af0a583ac3c7c3fca1…
commit aa11997480822af0a583ac3c7c3fca1dc4bbe994
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 24 15:35:54 2017 +0200
osmo-bts-trx: remove global variables from loops
* move TA related globals into phy_link
* move power loop related globals into phy_link
* prefix corresponding vty vars with osmotrx
Change-Id: I01d7c1abad67e51b886a4ecf2de072929d67da27
Related: OS#1848
http://cgit.osmocom.org/osmo-bts/commit/?id=9a30b7781310b81555b216d32b172b6…
commit 9a30b7781310b81555b216d32b172b6bb9c9d7e4
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 24 15:54:48 2017 +0200
osmo-bts-trx: fix 'osmotrx legacy-setbsic'
It was introduced in fe6c75d24a1751341bcee91cb45c7ac7f5d07da3:
* fix typo in config write
* add missing vty help string
Change-Id: Id42359dfbb8ad02f34dd2540db66f3ed69ad5181
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 4 ++-
src/osmo-bts-trx/loops.c | 18 ++++++-------
src/osmo-bts-trx/loops.h | 4 ---
src/osmo-bts-trx/main.c | 3 +++
src/osmo-bts-trx/trx_vty.c | 66 ++++++++++++++++++++++++---------------------
5 files changed, 50 insertions(+), 45 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 01e84be54f38c0458f3ee04111243ca0777baadc (commit)
from 2bbf98afa3158182a04b8368cd1f7da2baf6bb12 (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=01e84be54f38c0458f3ee04111243ca…
commit 01e84be54f38c0458f3ee04111243ca0777baadc
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 30 17:15:42 2017 +0200
OML: use fom_hdr while handling attr. request
Use Obj. Class and TRX# from abis_om_fom_hdr of incoming request instead
of BTS' MO to properly distinguish between BTS-level and TRX-level
attributes.
Change-Id: I8b5a5ab8bd07daf2500b66dec428b89b7f8cd852
Related: OS#2317
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 "UNNAMED PROJECT".
The branch, master has been updated
via 10e37a50893b2f452d9ddf8042e0e9b8c7368d94 (commit)
from d78adfb577a47fc06ec00ddafbf2d7724a98ce56 (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=10e37a50893b2f452d9ddf8042e0e9b…
commit 10e37a50893b2f452d9ddf8042e0e9b8c7368d94
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 24 14:23:12 2017 +0200
Use value string check from osmo-ci
Change-Id: Ib9c595ef80cb6b0d126d4da8244f6435e0526095
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 4 ++--
1 file changed, 2 insertions(+), 2 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 "UNNAMED PROJECT".
The branch, master has been updated
via d78adfb577a47fc06ec00ddafbf2d7724a98ce56 (commit)
from 1f189093358fd87b11cd2e83a43b719fc6858e3e (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=d78adfb577a47fc06ec00ddafbf2d77…
commit d78adfb577a47fc06ec00ddafbf2d7724a98ce56
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 24 13:53:25 2017 +0200
Facilitate future releases
* use release helper from libosmocore
* use semantic versioning
Change-Id: Ie0a7f5977550bd0a1ba8b03bdb7e2d619a398e4e
Related: OS#1861
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
configure.ac | 4 ++++
debian/changelog | 2 +-
3 files changed, 7 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via d5962a8ac750c39ab7a747e95f15093591845467 (commit)
from 733810c656fa9ec50a4223b0c15070ba1fd758cf (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=d5962a8ac750c39ab7a747e95f15…
commit d5962a8ac750c39ab7a747e95f15093591845467
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Aug 24 13:24:04 2017 +0200
Relax branch restriction while making release
Previously making release of non-library project from non-master branch
would fail. Relax this check to facilitate submission to gerrit via
topic branches.
Change-Id: Ie89b79a45033bee422e4ff898069ea6ac2c2f524
Related: OS#1861
-----------------------------------------------------------------------
Summary of changes:
osmo-release.mk | 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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 93ac357b48fc373e76d88a5f98ed6e2e79f3e8c6 (commit)
from 5f071cd2c6af6c840d5ecac8e8474067fdc5738c (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-pcap/commit/?id=93ac357b48fc373e76d88a5f98ed6e…
commit 93ac357b48fc373e76d88a5f98ed6e2e79f3e8c6
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Aug 22 12:34:59 2017 +0200
Add gitreview config
Change-Id: I35b3aaa3f8af4127d8a1b00c77ab02ae6a182714
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
hooks/post-receive
--
Tools to centralize packet capture and storing
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 14b1b63710163f1dce0ae34ebe49bf94c845bd51 (commit)
from 367baa3776476d3fd33d8a73f1f2572e09e06368 (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=14b1b63710163f1dce0ae34ebe49bf9…
commit 14b1b63710163f1dce0ae34ebe49bf94c845bd51
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Aug 21 20:14:59 2017 +0200
libgtp: expand logging
* print destination address on sendto error
* print address length on conversion error
* log listening address
* log GTP version on PDP context errors
* fix incorrect logging message for unknown GSN peer
Related: SYS#3610
Change-Id: I0f8ad8687acb7f6f0eeeb962f007e87cca0c4c27
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
hooks/post-receive
--
The OpenGGSN project