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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 099a44abfbe9f573ae553ba24945ef452c9982b8 (commit)
from 8c80095017f693a9e96b9118e33786f8887ffe0c (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-trx/commit/?id=099a44abfbe9f573ae553ba24945ef4…
commit 099a44abfbe9f573ae553ba24945ef452c9982b8
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Aug 28 12:10:55 2017 +0200
Use release helper from libosmocore
See
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
for details.
Change-Id: Ieb843923d8f534654413be695f2b5f0c87b75520
Related: OS#1861
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
configure.ac | 4 ++++
2 files changed, 5 insertions(+)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "GSM Audio Pocket Knife".
The branch, fixeria/lib has been created
at 2b02f8ec27a15302f744bee4a3a0502233ff5e2e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gapk/commit/?id=2b02f8ec27a15302f744bee4a3a0502233f…
commit 2b02f8ec27a15302f744bee4a3a0502233ff5e2e
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Aug 31 17:49:36 2017 +0700
Add the symbol export map for libosmogapk
http://cgit.osmocom.org/gapk/commit/?id=f5d00d8516ba589ab4bf289f04e8685031b…
commit f5d00d8516ba589ab4bf289f04e8685031bf5031
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Aug 31 17:22:56 2017 +0700
Add an 'osmo_gapk' prefix to the exposed symbols
To avoid a naming conflict between libosmogapk and other projects
during linkage, all the exposed symbols should have an unique
prefix. Let's use 'osmo_gapk' for that.
http://cgit.osmocom.org/gapk/commit/?id=aad0a4d3cb62da0714f7bd895dd637e34f0…
commit aad0a4d3cb62da0714f7bd895dd637e34f067a09
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Aug 31 02:31:18 2017 +0700
procqueue: expose the processing queue struct definition
To be able to use processing queues from outside, the pq struct
should be shared in the corresponding header file.
http://cgit.osmocom.org/gapk/commit/?id=67478b31790a5bde09e98247539df28e416…
commit 67478b31790a5bde09e98247539df28e416fa875
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Aug 31 01:41:26 2017 +0700
Add a pkg-config manifest for libosmogapk
In order to make pkg-config 'see' the libosmogapk, a corresponding
package description is required. For more details, see:
https://autotools.io/pkgconfig/file-format.htmlhttp://cgit.osmocom.org/gapk/commit/?id=7aaf2a49b44af4fba743486a30110d29283…
commit 7aaf2a49b44af4fba743486a30110d292836b3b8
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Aug 31 01:20:18 2017 +0700
Use '#pragma once' instead of include guard
The most compilers today do support the '#pragma once', which is
designed to cause the current source file to be included only once
in a single compilation. One has several advantages, including:
less code, avoidance of name clashes, and sometimes improvement
in compilation speed.
See: https://en.wikipedia.org/wiki/Pragma_once for details.
http://cgit.osmocom.org/gapk/commit/?id=ce3aa9eec21eeb4b68caa31aac1a8936e33…
commit ce3aa9eec21eeb4b68caa31aac1a8936e33302bb
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Aug 30 20:26:02 2017 +0700
Install GAPK headers to '${includedir}/osmocom/gapk/'
To be able to use the library, external applications need to know,
which symbols are exposed. This information is provided by header
files, which are being installed to a system's ${includedir}
since this change.
http://cgit.osmocom.org/gapk/commit/?id=fe5c7d915ce3b7c5a913694d8e6305e43ab…
commit fe5c7d915ce3b7c5a913694d8e6305e43ab4c16e
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Aug 30 19:35:51 2017 +0700
Add an 'osmo' prefix to the 'gapk' binary
This is a common practice of all Osmocom executables
to have an 'osmo' prefix. Let's follow this here too.
http://cgit.osmocom.org/gapk/commit/?id=f93b65356dc6d33e8e4611d0a0acb587a14…
commit f93b65356dc6d33e8e4611d0a0acb587a1439909
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Aug 30 19:03:49 2017 +0700
Introduce a shared 'libosmogapk' library
The previous GAPK implementation was represented as a single
executable. So, all audio transcoding operations were available
only by calling the 'gapk' binary. This approach didn't allow
external applications to benefit from using GAPK API directly.
Since there are some projects (such as GR-GSM and OsmocomBB),
which are potential users of GAPK code base, it would be better
to have all transcoding functions within a shared library.
So, this change separates the common code into a shared library,
named 'libosmogapk', and links the 'gapk' binary against one.
Currently there are no shared headers, pkg-config manifest and
the export map, but they will be done latter.
-----------------------------------------------------------------------
hooks/post-receive
--
GSM Audio Pocket Knife
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 "GSM Audio Pocket Knife".
The branch, master has been updated
via 6c42261cd2b8075904e3df9ec987ffe52c6adb2b (commit)
from 145220352669840f38017ca163aae825bd9cfc61 (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/gapk/commit/?id=6c42261cd2b8075904e3df9ec987ffe52c6…
commit 6c42261cd2b8075904e3df9ec987ffe52c6adb2b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Aug 30 15:50:34 2017 +0700
test/common.sh: fix typo in gapk binary location
-----------------------------------------------------------------------
Summary of changes:
test/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GSM Audio Pocket Knife
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 annotated tag, fairwaves/0.5.0-fw.3 has been created
at a2c8b8d6e7911596456b45ab5cd0ca0f0b275925 (tag)
tagging e70baa8e267d50bce4d640c97085f4f33d2f08e6 (commit)
replaces fairwaves/0.5.0-fw.2
tagged by Ivan Kluchnikov
on Wed Aug 30 15:58:07 2017 +0300
- Log -----------------------------------------------------------------
Fairwaves 0.5.0-fw.3 version.
Alexander Chemeris (4):
osmo-bts-trx: Fix MS power control loop.
osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.
osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to 4dB.
Fix static build of osmo-bts-trx.
Harald Welte (1):
Fix build after recent gsm_bts_alloc() change
Ivan Kluchnikov (1):
debian: Update changelog to 0.5.0-fw.3
-----------------------------------------------------------------------
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, fairwaves/package has been updated
via e70baa8e267d50bce4d640c97085f4f33d2f08e6 (commit)
from f4a74c21041345a5566e3b1f4e44d08ec6368119 (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=e70baa8e267d50bce4d640c97085f4f…
commit e70baa8e267d50bce4d640c97085f4f33d2f08e6
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 30 15:56:02 2017 +0300
debian: Update changelog to 0.5.0-fw.3
Change-Id: I3da27db1138df121ea199a9c90d6d33982dfaacc
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 10 ++++++++++
1 file changed, 10 insertions(+)
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 "An utility library for Open Source Mobile Communications".
The branch, neels/log_functions has been created
at 4557b1bbfa0194eaa0fe1acc36475717288fdc69 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=4557b1bbfa0194eaa0fe1acc3647…
commit 4557b1bbfa0194eaa0fe1acc36475717288fdc69
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Aug 30 13:57:39 2017 +0200
hack to log function names
Change-Id: I25047a82d9ba83b86af80ed8668a3bd59ecbba96
-----------------------------------------------------------------------
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 483cdffeb8beab7d43c39e9d46a20bad03ff56ad (commit)
from 2066a42d5a46c0fe501a6036cb57b7255e955e7d (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=483cdffeb8beab7d43c39e9d46a2…
commit 483cdffeb8beab7d43c39e9d46a20bad03ff56ad
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Aug 28 10:38:59 2017 +0200
Add define for supported a5 key length limit
Change-Id: I8ed0f1dbc31aaff22a685ceb3bd2f8db4d2f34fd
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/crypt/auth.h | 4 +++-
1 file changed, 3 insertions(+), 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5932ff04a1c7c3c831dae366d394d7ef0f8d1ffd (commit)
from e747a9b9231e286f4bc72848e039aaa9d76b269d (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=5932ff04a1c7c3c831dae366d394d7ef…
commit 5932ff04a1c7c3c831dae366d394d7ef0f8d1ffd
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Aug 29 13:14:24 2017 +0200
SI13: drop PBCCH-related bits
According to 3GPP TS 44.018 §1.8 the "network shall never enable PBCCH
and PCCCH".
Change-Id: I319e71a4b0c682361529e9c21377398a826b934b
Related: OS#2400
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/rest_octets.h | 29 +++-------------------
openbsc/src/libbsc/rest_octets.c | 43 ++++++++-------------------------
openbsc/src/libbsc/system_information.c | 17 +++++--------
3 files changed, 20 insertions(+), 69 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, fairwaves/package has been updated
via f4a74c21041345a5566e3b1f4e44d08ec6368119 (commit)
from 50629b6ba57e7e53fb16bd95a94167329bb0f70c (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=f4a74c21041345a5566e3b1f4e44d08…
commit f4a74c21041345a5566e3b1f4e44d08ec6368119
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Aug 14 01:19:53 2017 +0200
Fix build after recent gsm_bts_alloc() change
In openbsc.git Change-Id I61c18a7f021fcb1ec00d34a745f4e3ab03416c2d
we changed the gsm_bts_alloc() function signature to include
a second argument (the BTS number). This broke omso-bts, and this
commit is intended to make it build again.
Change-Id: I7ef7654d48c1cfc7e4ecb0b771553ec0740ce2bf
-----------------------------------------------------------------------
Summary of changes:
src/common/main.c | 2 +-
tests/agch/agch_test.c | 2 +-
tests/cipher/cipher_test.c | 2 +-
tests/handover/handover_test.c | 2 +-
tests/paging/paging_test.c | 2 +-
tests/tx_power/tx_power_test.c | 2 +-
6 files changed, 6 insertions(+), 6 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 network interface library".
The branch, master has been updated
via 03b84ec99ba591950b6598c682f6f7083c8cc2f5 (commit)
from e3189dc8c2161cafd465a59077a5fc2e0cf4ac4f (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=03b84ec99ba591950b6598c682…
commit 03b84ec99ba591950b6598c682f6f7083c8cc2f5
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Aug 28 11:45:37 2017 +0200
Use release helper from libosmocore
See
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
for details.
Change-Id: I01b0aae741b83a3f17f1caf2b6837cf365a1709b
Related: OS#1861
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
TODO-RELEASE | 9 +++++++++
configure.ac | 4 ++++
3 files changed, 15 insertions(+)
create mode 100644 TODO-RELEASE
hooks/post-receive
--
Osmocom network interface library