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 10959cdea2104a6e8c592d590d5b6acf656eb630 (commit)
via b42330516f0aa4bdbbef03ad98555498ec16a715 (commit)
via 68b1e8e99c9f5acea52ecf3c8c5aa562ef9ccaa6 (commit)
via 8c8e6d7e53bcda6c0c569b157aedbf7c820cd21a (commit)
from bf86d71f58f83f53e740d64e649884c91ee77c26 (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=10959cdea2104a6e8c592d590d5b…
commit 10959cdea2104a6e8c592d590d5b6acf656eb630
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Mar 8 21:57:42 2018 +0700
src/msgb.c: avoid using internal talloc API
An internal symbol '_talloc_zero' of talloc library was used
during a msgb allocation. This is not actually good because:
- it may be removed or modified by talloc developers;
- the behaviour may be changed by talloc developers;
- it's marked as internal using 'underscore';
- there is public API to do the same.
So, let's use the public API.
Change-Id: I1080c9071e997944cc0f9fc3716129e9395437ad
http://cgit.osmocom.org/libosmocore/commit/?id=b42330516f0aa4bdbbef03ad9855…
commit b42330516f0aa4bdbbef03ad98555498ec16a715
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Mar 8 21:35:48 2018 +0700
src/msgb.c: print an error if msgb allocation failed
Printing an error message when msgb allocation failed was initially
intended, but have been commented out for years. This would
facilitate the bug hunting process, especially on embedded
platforms with limited resources (e.g. amount of RAM).
The GLOBAL logging subsystem with FATAL level is used
for printing such messages.
Change-Id: I3e2d1beabd6936fc28a1ad664c083ff1698bb644
http://cgit.osmocom.org/libosmocore/commit/?id=68b1e8e99c9f5acea52ecf3c8c5a…
commit 68b1e8e99c9f5acea52ecf3c8c5aa562ef9ccaa6
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Mar 8 21:12:07 2018 +0700
src/msgb.c: remove dead includes from OpenBSC
The MSGB API is not a part of OpenBSC anymore, so let's remove
dead includes, which were probably left here during the
migration process.
Change-Id: Ief562a6e5b220a84902f95862d67279f953ee726
http://cgit.osmocom.org/libosmocore/commit/?id=8c8e6d7e53bcda6c0c569b157aed…
commit 8c8e6d7e53bcda6c0c569b157aedbf7c820cd21a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Mar 8 21:10:23 2018 +0700
src/msgb.c: cosmetic: fix spelling mistakes
Change-Id: I6b473aadaa22d95f2a8cc87580c638ccd7e531a4
-----------------------------------------------------------------------
Summary of changes:
src/msgb.c | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via c2045474b1b500a6cc38c00cc807978ce9e8c5e5 (commit)
from 7eed026efc0b75608b37521147db140c06fca5b1 (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=c2045474b1b500a6cc38c00cc807978…
commit c2045474b1b500a6cc38c00cc807978ce9e8c5e5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Mar 8 20:04:42 2018 +0100
fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()
Commit c2b4c668f3510b7b0baace749c5a310959010e90
I3b989580cb38082e3fd8fc50a11fedda13991092 introduces evaluation of ra_ind
members below the msgb_trim() call that actually invalidates ra_ind.
A symptom is that it breaks detection of Handover RACH, wich always ends up
with lchan == NULL and interpreting all RACH as chan_nr == 0x88.
Fix: do all evaluation of ra_ind before the msgb_trim(), for osmo-bts-sysmo,
litecell-15 and octphy.
To guard against similar mistakes in the future, set ra_ind = NULL before the
msgb_trim() call.
Related: OS#3045
Change-Id: I203021ee57f49cb963679ba8bec5943e2abb67fb
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 83 +++++++++++++++++++++------------------
src/osmo-bts-octphy/l1_if.c | 46 +++++++++++++---------
src/osmo-bts-sysmo/l1_if.c | 86 ++++++++++++++++++++++-------------------
3 files changed, 118 insertions(+), 97 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 "A telnet library (including ipaccess-telnet)".
The branch, master has been updated
via 4d4d9ec5c26ad4611fd01ae1b12f712714307343 (commit)
via e855f0c12b297d9e026e6a89b672bacf2ed983df (commit)
from c386867bafd43cbaa998146e409882cda75a9c80 (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/libtelnet/commit/?id=4d4d9ec5c26ad4611fd01ae1b12f71…
commit 4d4d9ec5c26ad4611fd01ae1b12f712714307343
Author: Martin Hauke <mardnh(a)gmx.de>
Date: Thu Mar 8 16:35:39 2018 +0100
Fix no-return-in-nonvoid-function ipaccess-auth.c:80
OBS post-build check complained:
Change-Id: Id1368f308f0af6ac88334002a8aa1e90737e563b
I: Program returns random data in a function
E: libtelnet no-return-in-nonvoid-function ipaccess-auth.c:80
http://cgit.osmocom.org/libtelnet/commit/?id=e855f0c12b297d9e026e6a89b672ba…
commit e855f0c12b297d9e026e6a89b672bacf2ed983df
Author: Martin Hauke <mardnh(a)gmx.de>
Date: Thu Mar 8 16:34:25 2018 +0100
build: check for libcrypto and libssl
Use PKG_CHECK_MODULES to check for libcrypto and libssl
Change-Id: I442603f9fa3f648cb552f5e9daf6e0fd49776eff
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++++
util/ipaccess-auth.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
A telnet library (including ipaccess-telnet)
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 ce439fc945afbefb9f1762cb6a4ee1b74cbd8ae7 (commit)
from 525256a15a581daec7afd9edd65f10b827ff2f51 (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=ce439fc945afbefb9f1762cb6a…
commit ce439fc945afbefb9f1762cb6a4ee1b74cbd8ae7
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Mar 7 13:13:17 2018 +0100
osmux: Use correct log category DLMUX
Change-Id: I77f4593941207689f714d15304dcce40b21d4bd8
-----------------------------------------------------------------------
Summary of changes:
src/osmux.c | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
hooks/post-receive
--
Osmocom network 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 "OpenBTS' transceiver retro-fit".
The annotated tag, 0.3.0 has been created
at 666b78ad76761ed2b37c6f23183682a01d21a60e (tag)
tagging 71637150a148abab87c970d8f6b895b922e7eed4 (commit)
replaces 0.2.0
tagged by Pau Espin Pedrol
on Mon Mar 5 16:49:42 2018 +0100
- Log -----------------------------------------------------------------
Release v0.3.0 on 2018-03-05.
-----BEGIN PGP SIGNATURE-----
iQFHBAABCAAxFiEEJOr1FJvcl97p/EvRtfbT6yBhGzsFAlqdZxYTHHBlc3BpbkBz
eXNtb2NvbS5kZQAKCRC19tPrIGEbOyqBB/9bvAq6cHHMDtJTnF2NQRAMZhidiPJ6
dlNn8tdnj7TBHwlkK0Ank5BU1klaykeVY5jlpaZ0sYMmye/dPD3nWFntzyeziIlE
THe0iv1EhhA931F+BBvt+9BdDBHQy8WO+pDEFpLK3+gIAlMzDh8ZJkgHPvaGUZZW
ay3k8fZH2qJP6S3jHzIKsHj88iAsnIEIitLtf8/agM6camDEn9h7NR6xyQZS4+Fs
dA2c6OuzCAcuUSs1H3rRpCF3MTjfSeiATfMvuX43YmaOONKYStzEy8V7AqZQ7QDS
k4X4soCGHAKy+KiSnVO9/P9Blp3u1o7SGrLVIOiCf0kKS7XKORo26GBz
=4DmA
-----END PGP SIGNATURE-----
Alexander Couzens (1):
jenkins.sh: fix the download url if the qemu image wasn't setup
Alexander Huemer (2):
Unbreak `./configure --with-usrp1` build
Fix USRP1 build with support for setting Rx/TxAntenna
Harald Welte (1):
SocketsTest: Fix printing of non-nul-terminated string
Max (7):
Mark release target as virtual
Remove outdated references to OpenBTS
Remove unused headers
Update installation instructions
Update legal disclaimer
Update license notes
tests: null-terminate buffer
Neels Hofmeyr (1):
jenkins: use osmo-clean-workspace.sh before and after build
Pau Espin Pedrol (38):
cosmetic: Remove trailing whitespace
Logger: Stop using Log.Alarms.Max from config
Logger: Stop using Log.File and Log.Level from config
Drop use of ConfigurationTable gConfig
Remove Configuration module and libsqlite dependency
cosmetic: AUTHORS: fix trailing whitespace
Set up GNU Autotest infrastructure
tests: InterThread: adapt to have reproducible output and enable autotest
tests: Timeval: adapt to have reproducible output and enable autotest
tests: Log: adapt to have reproducible output and enable autotest
Sockets.cpp: Fix initialization of UDD socket
tests: Sockets: adapt to have reproducible output and enable autotest
utils/convolvtest: Remove uneeded libosmocore dependency
Move ARCH_LA to Makefile.common
tests: Migrate convtest util to autotest infrastructure
arm/convert.c: Fix compilation error
arm/convert.c: Add missing convert_init implementation
.gitignore: Add missing test related files
Remove UDDSocket class
tests: SocketTests: Pick OS-assigned instead of setting one manually
tests: SocketsTest: Avoid hang forever if test fails
tests: SocketsTest: Fail test on write fail
tests: TimevalTest: refactor and avoid double comparison
contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction set
tests: convolve: Disable due to difference in output in different archs
Remove unneeded libdl dependency
Fix whitespace
Add support to set Rx/TxAntenna
UHDDevice: Initialize async_event_thrd in constructor
Logger: Drop unused gLogEarly
Logger: Remove unused logging macros
Logger: get rid of alarm APIs
Logger: Drop syslog support
Logger: Drop support to log into file
Logger: Remove unused includes
Logger: Remove gLogToConsole flag
configure.ac: Check for pkg-config
Bump version: 0.2.0 → 0.3.0
Piotr Krysik (1):
UHDDevice.cpp: add USRP B205mini support
-----------------------------------------------------------------------
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 "OpenBTS' transceiver retro-fit".
The branch, laforge/lime has been created
at 929bd2289a406d99261df356b47b9ee6a69352ab (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=929bd2289a406d99261df356b47b9ee…
commit 929bd2289a406d99261df356b47b9ee6a69352ab
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Mar 7 07:50:57 2018 +0100
WIP: Direct LimeSuite support in OsmoTRX
This is work in progress towards a direct LimeSuite driver in OsmoTRX,
bypassing the currently rather complex stack of wrappers by going
through UHD, SoapyUHD, SoapySDR and LimeSuite.
Change-Id: Iaef29c4c2585ef8c2f94866c9591919f538c1a2d
-----------------------------------------------------------------------
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 7eed026efc0b75608b37521147db140c06fca5b1 (commit)
from 4e959b2aa06c98a8b8cad953d7baac1271f87bf0 (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=7eed026efc0b75608b37521147db140…
commit 7eed026efc0b75608b37521147db140c06fca5b1
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Mar 6 16:14:12 2018 +0700
common/vty.c: remove unused variables
Change-Id: I289dda64228e81ca4c608121e50146a71e19f1e2
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 1d2321dcde9e906aa9c2b9e716cefbc0efc2e5c6 (commit)
via 36a0a1bbb3bcf58ec187344ee8528b3bb3ddc0b6 (commit)
via a76a993503bc6bc2132d5cb14e197b6fcfb457a8 (commit)
via 823780ecd8271fea3e07b3b11d040af37dbfcd34 (commit)
via 50605cf9aa39a73b3b37e0035db4e8e95c99bdcb (commit)
via cd72b249cf1408bd49ee5667a4159c2eb2969195 (commit)
via 4cd97ceea575e3c94617aadc74a5703a6aa4f771 (commit)
via 386703a3e4a5d12c1ad3b5237de56552fb1d1956 (commit)
via 9af4229dbe5829b00ebd9a06575a55d50a6c0613 (commit)
via fe5b55e1c80432a0a50bdd21b605b93a704605bf (commit)
via 4435f763d5611023d5940ab6adf1e385b82b8dae (commit)
via 83c467a16d8ecb4a1709ef297da8d22db56e393a (commit)
via 30b6052e02f9bf23133386899910712bd085f4d0 (commit)
from 8c4d14fb4b6b271b6d57e14ebface1aae2fb1744 (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=1d2321dcde9e906aa9c2b9e…
commit 1d2321dcde9e906aa9c2b9e716cefbc0efc2e5c6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 14:59:00 2018 +0100
OsmoSTP: update VTY reference
This is the first update since the libosmocore changes to the 'show
online-help' generated output. Hence the produced document now benefits from
the structural improvements:
- not repeating common commands for every node;
- using section names that match the VTY prompt.
Change-Id: I98cdfcb6c1c7db49ab106e775be92e4c6adeab17
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=36a0a1bbb3bcf58ec187344…
commit 36a0a1bbb3bcf58ec187344ee8528b3bb3ddc0b6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 14:59:00 2018 +0100
OsmoSGSN: update VTY reference
This is the first update since the libosmocore changes to the 'show
online-help' generated output. Hence the produced document now benefits from
the structural improvements:
- not repeating common commands for every node;
- using section names that match the VTY prompt.
Drop most of the sgsn_vty_additions.xml -- they merely repeat what the online
VTY doc already explains. Many of these more verbose explanations have been
absorbed into the VTY online doc in osmo-sgsn.git change-id
I35984014424412e91437b7ed71576aef3819cb1e.
Adjust remaining sgsn_vty_additions.xml to match the new node ID scheme.
Change-Id: I71863e5056ad369d2055e9882a52a00fa999ab04
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=a76a993503bc6bc2132d5cb…
commit a76a993503bc6bc2132d5cb14e197b6fcfb457a8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 14:59:00 2018 +0100
OsmoMGW: update VTY reference
This is the first update since the libosmocore changes to the 'show
online-help' generated output. Hence the produced document now benefits from
the structural improvements:
- not repeating common commands for every node;
- using section names that match the VTY prompt.
Change-Id: I79804ec0e61cc19a679f079a083a5ea2ea3ee2de
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=823780ecd8271fea3e07b3b…
commit 823780ecd8271fea3e07b3b11d040af37dbfcd34
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 15:13:25 2018 +0100
OsmoHLR: update vty reference
Add new (generic) logging commands, talloc context print commands.
Add the jitter buffer logging category.
Remove the common commands from the individual sections.
Change-Id: I8e92c821b26908d4baa37745c57b9e15bda2a373
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=50605cf9aa39a73b3b37e00…
commit 50605cf9aa39a73b3b37e0035db4e8e95c99bdcb
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 15:13:25 2018 +0100
OsmoGGSN: update vty reference
Add new (generic) logging commands, talloc context print commands.
Add the jitter buffer logging category.
Change-Id: Ifdc735df6221bf6e9b6247912f2958974dcfc4f2
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=cd72b249cf1408bd49ee566…
commit cd72b249cf1408bd49ee5667a4159c2eb2969195
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 14:59:00 2018 +0100
OsmoMSC: update VTY reference
This is the first update since the libosmocore changes to the 'show
online-help' generated output. Hence the produced document now benefits from
the structural improvements:
- not repeating common commands for every node;
- using section names that match the VTY prompt.
Update msc_vty_additions.xml to match the new node ID scheme.
Change-Id: I6f1698dbc205334cf69234f88b124abfce54cc9a
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=4cd97ceea575e3c94617aad…
commit 4cd97ceea575e3c94617aadc74a5703a6aa4f771
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 14:59:00 2018 +0100
OsmoBSC: update VTY reference
This is the first update since the libosmocore changes to the 'show
online-help' generated output. Hence the produced document now benefits from
the structural improvements:
- not repeating common commands for every node;
- using section names that match the VTY prompt.
Update bsc_vty_additions.xml to match the new node ID scheme.
Change-Id: I0d856563eee88527fda4c6940aa6cea779175aaa
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=386703a3e4a5d12c1ad3b52…
commit 386703a3e4a5d12c1ad3b5237de56552fb1d1956
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 6 14:52:23 2018 +0100
INSTALL.txt: update VTY reference how-to to new osmo_interact_vty.py
Change-Id: I5bf1fea83354049f4157ee9ac8b40f673597f908
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=9af4229dbe5829b00ebd9a0…
commit 9af4229dbe5829b00ebd9a06575a55d50a6c0613
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Mar 6 17:13:13 2018 +0100
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
This chapter defines the protocol used between osmo-trx and
osmo-bts-trx.
Most of the text comes originally from osmo-trx.git/README, as it's the
only known documentation of the protocol other than the code itself.
Change-Id: I56c418eef0f826ae1aadbed5b151fbed241c7885
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=fe5b55e1c80432a0a50bdd2…
commit fe5b55e1c80432a0a50bdd21b605b93a704605bf
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Mar 6 16:15:24 2018 +0100
Introduce OsmoTRX manual
Change-Id: I19ee9d6cda02fb7200c96c0ac129e69825b096cd
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=4435f763d5611023d5940ab…
commit 4435f763d5611023d5940ab6adf1e385b82b8dae
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Mar 6 15:58:59 2018 +0100
common: port_numbers: Add OsmoTRX and OsmoBTS missing ports
Change-Id: Idc34aa2d4241945e80c07e4e5660451a016f0117
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=83c467a16d8ecb4a1709ef2…
commit 83c467a16d8ecb4a1709ef297da8d22db56e393a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Mar 6 14:46:19 2018 +0100
OsmoSGSN: overview: Fix typo and reference OpenGGSN->OsmoGGSN
Change-Id: I94cc362a4f52e6bd9f93299665e73dc4fd75a2c6
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=30b6052e02f9bf231333868…
commit 30b6052e02f9bf23133386899910712bd085f4d0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Mar 6 14:45:09 2018 +0100
OsmoBTS: bts-models: Add Lime Microsystems devices as supported osmo-trx
Also take the chance to remove uneeded extra whitespace in surrounding
text.
Change-Id: I739e4dfba7c649a74cf67d6bbe6f74b22e7e24f0
-----------------------------------------------------------------------
Summary of changes:
INSTALL.txt | 33 +-
Makefile | 4 +
OsmoBSC/vty/bsc_vty_additions.xml | 8 +-
OsmoBSC/vty/bsc_vty_reference.xml | 7847 ++++++++++++--------
OsmoBTS/chapters/bts-models.adoc | 10 +-
OsmoBTS/osmobts-usermanual.adoc | 3 +-
OsmoGGSN/vty/ggsn_vty_reference.xml | 180 +-
OsmoHLR/vty/hlr_vty_reference.xml | 635 +-
OsmoMGW/vty/mgw_vty_reference.xml | 3337 ++++-----
OsmoMSC/vty/msc_vty_additions.xml | 9 +-
OsmoMSC/vty/msc_vty_reference.xml | 5551 +++++++-------
OsmoSGSN/chapters/overview.adoc | 4 +-
OsmoSGSN/vty/sgsn_vty_additions.xml | 113 +-
OsmoSGSN/vty/sgsn_vty_reference.xml | 4315 ++++++-----
OsmoSTP/vty/osmo-stp_vty_reference.xml | 3101 ++++----
{OsmoMSC => OsmoTRX}/Makefile | 4 +-
OsmoTRX/chapters/configuration.adoc | 36 +
OsmoTRX/chapters/control.adoc | 12 +
{OsmoBSC => OsmoTRX}/chapters/counters.adoc | 0
OsmoTRX/chapters/counters_generated.adoc | 7 +
OsmoTRX/chapters/overview.adoc | 59 +
OsmoTRX/chapters/running.adoc | 19 +
.../osmotrx-usermanual-docinfo.xml | 16 +-
.../osmotrx-usermanual.adoc | 18 +-
.../osmotrx-vty-reference.xml | 9 +-
.../vty/trx_vty_additions.xml | 0
.../vty/trx_vty_reference.xml | 526 +-
common/chapters/port_numbers.adoc | 3 +
common/chapters/trx_if.adoc | 156 +
29 files changed, 13622 insertions(+), 12393 deletions(-)
copy {OsmoMSC => OsmoTRX}/Makefile (70%)
create mode 100644 OsmoTRX/chapters/configuration.adoc
create mode 100644 OsmoTRX/chapters/control.adoc
copy {OsmoBSC => OsmoTRX}/chapters/counters.adoc (100%)
create mode 100644 OsmoTRX/chapters/counters_generated.adoc
create mode 100644 OsmoTRX/chapters/overview.adoc
create mode 100644 OsmoTRX/chapters/running.adoc
copy OsmoPCU/osmopcu-usermanual-docinfo.xml => OsmoTRX/osmotrx-usermanual-docinfo.xml (77%)
copy OsmoSGSN/osmosgsn-usermanual.adoc => OsmoTRX/osmotrx-usermanual.adoc (76%)
copy OsmoBTS/osmobts-vty-reference.xml => OsmoTRX/osmotrx-vty-reference.xml (83%)
copy OsmoHLR/vty/hlr_vty_additions.xml => OsmoTRX/vty/trx_vty_additions.xml (100%)
copy OsmoGGSN/vty/ggsn_vty_reference.xml => OsmoTRX/vty/trx_vty_reference.xml (76%)
create mode 100644 common/chapters/trx_if.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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 8dffadb8da92e7b0af97362936a117ebfbd9323d (commit)
via 408f25081e172ca9e4e0f6258cccf595086ca1bd (commit)
via 2001550f7d52ab8a435c99bb8a5a20646e1352f2 (commit)
via a3ab8c263de793586e615e23185a44402723685c (commit)
via efac20b6bb856eccd4995c4513318375f292a1d1 (commit)
via 0bbd8922ea637dbfb013ebf2e79b754f03929cb0 (commit)
from 28b8cc6283487bceace86fc9d7ee77bc9ba6123f (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=8dffadb8da92e7b0af97362936a117e…
commit 8dffadb8da92e7b0af97362936a117ebfbd9323d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Mar 6 18:38:22 2018 +0100
osmo-trx: Re-introduce -l cmd line parameter
Parameter -l to set the terminal logging levle was removed in
3da1f8352e337fb032bf7a58c2909d3ba918e237, but afterwards it was decided
to keep the cmd line options for a bit more to easy migration to VTY
cfg.
The command line no longer accepts keywords ("DEBUG", "INFO", etc.) but
log level numbers, due to libosmocore APIs log_parse_level and
log_level_str being marked as deprecated and for internal use only.
Keep in mind the log level is overridden by VTY cfg if any line sets log
levels for log stderr in there.
Explicit cast to unsigned int for loglvel is issued to avoid iostream
printing it as a char.
Change-Id: I91c35ecded177b7976045d9b693855adb9e18f8a
http://cgit.osmocom.org/osmo-trx/commit/?id=408f25081e172ca9e4e0f6258cccf59…
commit 408f25081e172ca9e4e0f6258cccf595086ca1bd
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 21 18:47:35 2018 +0100
osmo-trx: Use VTY cfg structures while still allowing cmd line options
Existing cmd line options are kept for a while to give people some time
to move to use VTY cfg. All new cfg options should be set only through
VTY. VTY options take preference (override) over cmd line options.
Deprecated options are removed from help message to dissuade users from
keep using them.
Steps to drop cmd line options in the future:
- Drop comma_delimited_to_vector, print_deprecated
- Drop all options in handle_options marked with print_deprecated.
- Set "-c" param to do the same as "-C", to keep compatibility with old
param and still use same naming as all other osmocom projects.
- Remove the hack in main() to set 1 channel implicitly by default.
Change-Id: Ib8de1a5da4b3c0b6a49e00033f616e1d66656adf
http://cgit.osmocom.org/osmo-trx/commit/?id=2001550f7d52ab8a435c99bb8a5a206…
commit 2001550f7d52ab8a435c99bb8a5a20646e1352f2
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Mar 5 17:21:54 2018 +0100
doc: Add sample cfg file for LimeSDR
Change-Id: I16de70eac0fd79107b8317af37201e6da834c169
http://cgit.osmocom.org/osmo-trx/commit/?id=a3ab8c263de793586e615e23185a444…
commit a3ab8c263de793586e615e23185a44402723685c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 21 15:41:03 2018 +0100
vty: Implement VTY cfg parsing for current parameters
At this stage, osmo-trx still uses the cmdline parameters top run the
device, but it is already able to parse all the same parameters from a
cfg file through the VTY and filling a trx_ctx structure which will be
later used to drive the device. Device config can be printed in the VTY
with "show trx".
Change-Id: Ie084c1b30b63f91c6e7640832ec1797d9e813832
http://cgit.osmocom.org/osmo-trx/commit/?id=efac20b6bb856eccd4995c451331837…
commit efac20b6bb856eccd4995c4513318375f292a1d1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 21 14:59:19 2018 +0100
Move enums required by VTY to a separate header
This patch is a preparation for next patches, which add full VTY cfg
support.
Change-Id: I3d5b0576aa96869756f1629a40306c0043b6304b
http://cgit.osmocom.org/osmo-trx/commit/?id=0bbd8922ea637dbfb013ebf2e79b754…
commit 0bbd8922ea637dbfb013ebf2e79b754f03929cb0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 21 11:59:26 2018 +0100
osmo-trx.cpp: Move trx start and stop to helper functions
Make main() smaller, and make it easier to replace cmdline parameters in
following commits.
Change-Id: I10eaaafe38ace2b7bb095a0ad1db70d6c06ee03b
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Makefile.am | 3 +-
CommonLibs/config_defs.h | 20 ++
CommonLibs/trx_vty.c | 414 ++++++++++++++++++++++++++++-
CommonLibs/trx_vty.h | 55 ++++
Transceiver52M/Transceiver.cpp | 18 +-
Transceiver52M/Transceiver.h | 16 +-
Transceiver52M/osmo-trx.cpp | 547 +++++++++++++++++---------------------
Transceiver52M/radioDevice.h | 10 +-
doc/examples/osmo-trx-limesdr.cfg | 20 ++
9 files changed, 771 insertions(+), 332 deletions(-)
create mode 100644 CommonLibs/config_defs.h
create mode 100644 doc/examples/osmo-trx-limesdr.cfg
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 "The Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via 7fd8ef2d3f3d296a6032745396d3af8e8e3d4da2 (commit)
via 2812cb7f80e08205f831934886c6019c92947614 (commit)
from c20f9bb5cd2491169959922ce1ba249a34f589aa (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-bb/commit/?id=7fd8ef2d3f3d296a6032745396d3a…
commit 7fd8ef2d3f3d296a6032745396d3af8e8e3d4da2
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Mar 6 22:50:36 2018 +0700
fake_trx/ctrl_cmd.py: use a random bind port by default
Since it is not required to specify a bind port to the UDPLink
constructor manually, let's use a random one by default, and
also allow user to set it from command line.
Change-Id: Ib4965ebeec83d9a99b2f026156eb5f5cb20875bf
http://cgit.osmocom.org/osmocom-bb/commit/?id=2812cb7f80e08205f831934886c60…
commit 2812cb7f80e08205f831934886c6019c92947614
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Mar 6 22:42:26 2018 +0700
fake_trx/udp_link.py: use a random bind port by default
This allows one to obtain a random available port from the
OS, instead of enforcing to pick a static value manually.
Change-Id: Ie8b60134239c5447d0b4373c6cca2f3a6ee3ec73
-----------------------------------------------------------------------
Summary of changes:
src/target/fake_trx/ctrl_cmd.py | 17 +++++++++++++----
src/target/fake_trx/udp_link.py | 9 +++++----
2 files changed, 18 insertions(+), 8 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack