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 a468cfaf2e2531cc4e569c8321699067369931a4 (commit)
from 062dfa1d0c7dc347401bad92310194740c81973b (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=a468cfaf2e2531cc4e569c832169906…
commit a468cfaf2e2531cc4e569c8321699067369931a4
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 22 13:28:39 2017 +0200
tests: remove unused definition
Fix compilation warning.
Change-Id: I1c95c6ec8bee68773643f9646b0319a83fbc6cfa
-----------------------------------------------------------------------
Summary of changes:
tests/emu/openbsc_clone.c | 16 ----------------
1 file changed, 16 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via eab5f594b0a7cf50ad97b039f73beff42cc8312a (commit)
from 5a44d25ad343d6426295480f6a0a5d6dc21350cf (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=eab5f594b0a7cf50ad97b039f73beff4…
commit eab5f594b0a7cf50ad97b039f73beff42cc8312a
Author: Max <msuraev(a)sysmocom.de>
Date: Fri May 26 12:31:00 2017 +0200
Enable optional static builds
* use LT_INIT instead of AC_PROG_RANLIB
* remove redundant libbsc entries
The default (for both manual and .deb builds) is to use shared build (as
before) - the static build is entirely optional.
Based on work by Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com> and
Alexander Chemeris <Alexander.Chemeris(a)gmail.com>.
Change-Id: Ibcd1da98302413182c85e25c4cb7d69d9e38c35a
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +-
openbsc/src/osmo-bsc/Makefile.am | 1 -
openbsc/tests/abis/Makefile.am | 1 -
3 files changed, 1 insertion(+), 3 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 94bdcfd803038099aaac739b5bca62bc8965a08c (commit)
from 114293a414bd5b7c86622ec8c293c4034c80d243 (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=94bdcfd803038099aaac739b5bca62b…
commit 94bdcfd803038099aaac739b5bca62bc8965a08c
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 9 16:19:15 2017 +0200
OML: move BTS number check into separate function
* move code which checks for BTS number (obtained via OML) validity into
separate function
* adjust log messages to match the check
* add spec reference and comments
Change-Id: Id5714fbed910696d30e18d1f20f4c9fced4b9230
Related: OS#2317
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 50 ++++++++++++++++++++++++++++++++++----------------
1 file changed, 34 insertions(+), 16 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5a44d25ad343d6426295480f6a0a5d6dc21350cf (commit)
from 2f8b9d25f8428980e35ed8f8b2dc44324bc4566a (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=5a44d25ad343d6426295480f6a0a5d6d…
commit 5a44d25ad343d6426295480f6a0a5d6dc21350cf
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 13 10:15:58 2017 +0200
Fix BTS features length check
While fixing potentially incorrect memory access, the check for maximum
number of supported BTS features was incorrectly adjusted instead of
feature vectore length check next to it. Fix this by adjusting checks
properly and adding comments to avoid future confusion.
The error was introduced in a60bb3dd28ce9e3720f8ee1b262893f3e233e2e6.
Change-Id: I06d2498d730624d5da535f6add6fa98d004714ae
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_nm.c | 8 ++++----
1 file changed, 4 insertions(+), 4 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 114293a414bd5b7c86622ec8c293c4034c80d243 (commit)
from d4806db1e59a9e205e323a3fe5aa8a39379ee13d (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=114293a414bd5b7c86622ec8c293c40…
commit 114293a414bd5b7c86622ec8c293c4034c80d243
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 14 15:19:06 2017 +0200
Copy sysmobts.service to osmo-bts-sysmo
This way the name of systemd service file will match the name of the
binary similar to lc15. Add aliases so the user can use both old and new
names regardless of which file is installed. Once the corresponding
changes to OE recipes are applied old file can be removed.
Based on work by Pau Espin Pedrol <pespin(a)sysmocom.de>
Change-Id: I08615eb625d488603aeb5962ad9f30869c0e77c5
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
contrib/{sysmobts.service => osmo-bts-sysmo.service} | 1 +
contrib/sysmobts.service | 1 +
src/osmo-bts-sysmo/misc/sysmobts_mgr_temp.c | 4 ++--
src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c | 8 ++++----
5 files changed, 9 insertions(+), 7 deletions(-)
copy contrib/{sysmobts.service => osmo-bts-sysmo.service} (96%)
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 "CI scripts".
The branch, master has been updated
via 09b2ec93f17c29d87fbf59beedc8841bcd8aa0de (commit)
from 1f512a6b25b515005456320b8f0e4780b44d1364 (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=09b2ec93f17c29d87fbf59beedc8841b…
commit 09b2ec93f17c29d87fbf59beedc8841bcd8aa0de
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 19 13:09:36 2017 +0200
lc15: correct default master branch
Change-Id: I6e86edc34fdb8c7bc57f87c41e05dd2338dd2506
Related: SYS#3683
-----------------------------------------------------------------------
Summary of changes:
scripts/osmo-layer1-headers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "SCCP Library".
The branch, master has been updated
via 483bf42f4501004a5fab90c513121b05139ee494 (commit)
from fc252ca38427bf77e55fd272a954dfe24f03a719 (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=483bf42f4501004a5fab90c5131…
commit 483bf42f4501004a5fab90c513121b05139ee494
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Apr 19 15:40:48 2016 +0200
sccp: Fix a classic typo of mine
Change-Id: Ie1194406d9d9c62a513fac35ffa458957809a0e3
-----------------------------------------------------------------------
Summary of changes:
include/sccp/sccp_types.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 "A small command line tool for (U)SIM authentication".
The branch, master has been updated
via 7c52d76fb6b5050f5574b746294facb22c7e0268 (commit)
from 63752ce8eee7c765d90e4b0ef6686ada245dc74b (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-sim-auth/commit/?id=7c52d76fb6b5050f5574b74629…
commit 7c52d76fb6b5050f5574b746294facb22c7e0268
Author: Gerard Pinto <gerardfly9(a)gmail.com>
Date: Sat Jun 3 00:21:09 2017 -0700
SIM API's to fetch information from SIM file system like Kc, LOCI, MSISDN etc. Added -p option for fetching SIM information based on the parameter passed.
Change-Id: I1f43ff918a6b96f86e661297e84010e6cdf17b84
-----------------------------------------------------------------------
Summary of changes:
card/SIM.py | 319 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
osmo-sim-auth.py | 16 +++
2 files changed, 335 insertions(+)
hooks/post-receive
--
A small command line tool for (U)SIM authentication
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 b26f2fd8253a6e554f6ab7b6b0d48df197836555 (commit)
from e416e2e09d50390f79bcd284e6e91cd87fc8344e (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=b26f2fd8253a6e554f6ab7b6b0d…
commit b26f2fd8253a6e554f6ab7b6b0d48df197836555
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Wed Jun 7 18:32:13 2017 +0200
src: use osmo_timer_setup()
Use new function available in libosmocore to set up timers. Compile
tested only.
Change-Id: I4ca4950e49a09c63b608b13ac7561ebbd351889a
-----------------------------------------------------------------------
Summary of changes:
src/input/dahdi.c | 3 +--
src/input/ipaccess.c | 3 +--
src/input/misdn.c | 3 +--
src/input/unixsocket.c | 3 +--
4 files changed, 4 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 network interface library".
The branch, master has been updated
via 57b5f824911c0ba6b2a8e1fecaa4dc98ec4b21f6 (commit)
from 31b1dbd894d6c4b1f1abf38b2816cca920e894f9 (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=57b5f824911c0ba6b2a8e1feca…
commit 57b5f824911c0ba6b2a8e1fecaa4dc98ec4b21f6
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Wed Jun 7 18:38:21 2017 +0200
src: use osmo_timer_setup()
Use new function available in libosmocore to set up timers. Compile
tested only.
Change-Id: Id3dd32102c7362f3b280d2c058c2decebccb357a
-----------------------------------------------------------------------
Summary of changes:
src/osmux.c | 6 ++----
src/rs232.c | 7 +++----
src/stream.c | 3 +--
3 files changed, 6 insertions(+), 10 deletions(-)
hooks/post-receive
--
Osmocom network interface library