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 566f2a7590fbee3337c016b561af8b0c42e2364f (commit)
via 8a02e36575d92360bc482e8453b1df04182f3390 (commit)
from 6588960d1d27d5a6da7fb6144e72f6f134e69063 (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/python/osmo-python-tests/commit/?id=566f2a7590fbee3…
commit 566f2a7590fbee3337c016b561af8b0c42e2364f
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 14:38:39 2017 +0100
Update ctrl command parsing for python3
* make parse() return command id in addition to variable name and value
* introduce parse_kv() wrapper which ignores that id and use it instead
of old parse()
* make parse() compatible with python3 where we got bytes, not string
from the socket so we have to decode it properly before using split()
* expand test_py3.py with simply asyn server which verifies that
osmo_ctrl.py works properly
Change-Id: I599f9f5a18109929f59386ab4416b8bfd75c74d1
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=8a02e36575d9236…
commit 8a02e36575d92360bc482e8453b1df04182f3390
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 14:37:23 2017 +0100
Use python3 for osmo_ctrl.py
It's a standalone script illustrating the use of ctrl protocol from
python. Since it's not used as a library and nothing depends on it, we
can safely switch to python3.
Change-Id: I2461dd9af67771beed5306116e8a1b0ee2285aa8
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 5 ++++-
osmopy/osmo_ipa.py | 41 +++++++++++++++++++++++++++++++----------
scripts/osmo_ctrl.py | 10 +++++-----
scripts/twisted_ipa.py | 4 ++--
setup.py | 1 +
tests/test_py3.py | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
6 files changed, 90 insertions(+), 21 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via a8d2935f830900dc0baeca0ddc1ae7391900f623 (commit)
from a13675c549c5b2077b54f3b384ed0304ad3b736e (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=a8d2935f830900dc0baeca0…
commit a8d2935f830900dc0baeca0ddc1ae7391900f623
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 14:58:12 2018 +0100
Update path to ctrl scripts
Change-Id: Ib95e1ad33bbf115c8190f97210925549e6dc081a
Related: OS#2550
-----------------------------------------------------------------------
Summary of changes:
common/chapters/control_if.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 2f153b5020f4f15784b57e0aabb72fc2085b2448 (commit)
from ff2eedac0f8c839ecb213f23a8e8e7d045afba7b (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=2f153b5020f4f15784b57e0aabb7…
commit 2f153b5020f4f15784b57e0aabb72fc2085b2448
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 12:25:57 2018 +0100
Use 127.0.0.1 for GSMTAP logging by default
Previously the were no default value provided in case of unspecified
hostname in "log gsmtap" vty config. This leads to confusing log
messages because NULL was used as a hostname:
Inconsistent indentation -- leading whitespace must match adjacent lines, and
indentation must reflect child node levels. A mix of tabs and spaces is
allowed, but their sequence must not change within a child block.
Fix this by using 127.0.0.1 as default log destination and logging
hostname in case of errors.
Related: OS#2608
Change-Id: I58b1d4ec522af18024be2e56c9103b3db7936813
-----------------------------------------------------------------------
Summary of changes:
src/vty/logging_vty.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via cff4ed9b4c88db5e1698de5b9508d6a6682a8a26 (commit)
from 6ec26bb7884971630a1a8df355a79acad4d5e120 (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=cff4ed9b4c88db5e1698de5b9508d6a…
commit cff4ed9b4c88db5e1698de5b9508d6a6682a8a26
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 15:27:18 2018 +0100
Update license notes
* replace references to OpenBTS with OsmoTRX
* drop trademark notice
* drop outdated example
Change-Id: I144f96c507bfe48df350fb0350edbeba87126462
Related: OS#2600
-----------------------------------------------------------------------
Summary of changes:
COPYING | 28 ++++++----------------------
1 file changed, 6 insertions(+), 22 deletions(-)
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 1adfc52a72d5546d08d2acaa2a825ae0ff6cef14 (commit)
from 667b0f1fe56256665dd8ef513369ea7ad685bde3 (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=1adfc52a72d5546d08d2acaa2a825ae…
commit 1adfc52a72d5546d08d2acaa2a825ae0ff6cef14
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 10:29:06 2018 +0100
Remove BSC-specific parts
The dead code is from before repo-split time.
Change-Id: I9d4ee8d55a4096bf47407c7d2bdbf3063bf1666e
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data_shared.h | 101 -------------------------------------
src/common/gsm_data_shared.c | 8 +--
2 files changed, 1 insertion(+), 108 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 b3a17d6074b2575a599863766b9826a7bd3369b9 (commit)
from a4f570fe7a9e511d04ba3aade4a144b4cb74deb8 (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=b3a17d6074b2575a599863766b9826a…
commit b3a17d6074b2575a599863766b9826a7bd3369b9
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 12:11:33 2017 +0100
cosmetic: clarify coding scheme and puncturing
* use appropriate types for coding scheme parameters
* add comment regarding possible number of RLCMAC blocks
The code in create_dl_acked_block() has underlying assumption that
rlc.num_data_blocks can never be more than 2, which is true and is
enforced by appropriate asserts but is not obvious when looking at the
function code alone. It's equally hard for Coverity which leads to false
positives in scan.
Lets' make this assumption explicit by putting it into for(;;) condition
alongside with corresponding comment.
Fixes: CID143070
Change-Id: If599a6c8a6ef56d847604fcf41bb71decccd8a78
-----------------------------------------------------------------------
Summary of changes:
src/gprs_coding_scheme.cpp | 44 ++++++++++++++++++++++----------------------
src/gprs_coding_scheme.h | 32 ++++++++++++++++----------------
src/rlc.cpp | 2 +-
src/rlc.h | 4 ++--
src/tbf_dl.cpp | 8 ++++----
5 files changed, 45 insertions(+), 45 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 667b0f1fe56256665dd8ef513369ea7ad685bde3 (commit)
from a11d8e95ee62b3ab0918b6f28bca405a645d04ad (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=667b0f1fe56256665dd8ef513369ea7…
commit 667b0f1fe56256665dd8ef513369ea7ad685bde3
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 11:47:33 2018 +0100
Use existing function to obtain TSC
Change-Id: I209f26b527a41b3b6f8e405f2a21b3d4bc4746fb
-----------------------------------------------------------------------
Summary of changes:
src/common/pcu_sock.c | 4 ++--
1 file changed, 2 insertions(+), 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ff2eedac0f8c839ecb213f23a8e8e7d045afba7b (commit)
from 5995281fd685eca0e7433b7467d37040febcbebc (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=ff2eedac0f8c839ecb213f23a8e8…
commit ff2eedac0f8c839ecb213f23a8e8e7d045afba7b
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 18:43:44 2018 +0100
Fix incorrect spec reference
RAI is defined in 3GPP TS 24.008 § 10.5.5.15
Change-Id: I484485d8c4c56b58dfecc1193bcdd48e61957422
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 6ec26bb7884971630a1a8df355a79acad4d5e120 (commit)
from a1ff9914022b3ab17bb3cc2a2d72b8baa79a7016 (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=6ec26bb7884971630a1a8df355a79ac…
commit 6ec26bb7884971630a1a8df355a79acad4d5e120
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 14:17:55 2018 +0100
Update legal disclaimer
* drop trademark passage
* add link to OpenBTS website and corresponding attribution
* replace OpenBTS references with OsmoTRX
Change-Id: Ia40df831649cdb68898db9ca77868c422a8d631d
Related: OS#2600
-----------------------------------------------------------------------
Summary of changes:
LEGAL | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
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, master has been updated
via a1ff9914022b3ab17bb3cc2a2d72b8baa79a7016 (commit)
via d09843c692ed8fc38643c9b46ee4aad71cabc413 (commit)
via e5448ff9720b7efe4567ef423c94cab906438e3f (commit)
from e48c1367dcc465929c2bc7aa465e9b1297ff8b5b (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=a1ff9914022b3ab17bb3cc2a2d72b8b…
commit a1ff9914022b3ab17bb3cc2a2d72b8baa79a7016
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 14:09:22 2018 +0100
Update installation instructions
* remove references to OpenBTS
* update URLs
* remove unnecessary requirements
Change-Id: I6ec26beaaa74dd3d98f27d110055a8f0cdd3c991
Related: OS#2600
http://cgit.osmocom.org/osmo-trx/commit/?id=d09843c692ed8fc38643c9b46ee4aad…
commit d09843c692ed8fc38643c9b46ee4aad71cabc413
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 13:53:15 2018 +0100
Remove unused headers
Change-Id: Idadb17aeb85b011d114ffc1d81c920544bac1989
http://cgit.osmocom.org/osmo-trx/commit/?id=e5448ff9720b7efe4567ef423c94cab…
commit e5448ff9720b7efe4567ef423c94cab906438e3f
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 13:41:06 2018 +0100
Remove outdated references to OpenBTS
Change-Id: I2df613bf59af28e2f44a520d0ee953932bcf4d7e
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 3 ---
CommonLibs/VectorTest.cpp | 4 ----
INSTALLATION | 18 +++++-------------
Transceiver52M/Channelizer.cpp | 1 -
Transceiver52M/Synthesis.cpp | 2 +-
Transceiver52M/USRPDevice.cpp | 2 --
6 files changed, 6 insertions(+), 24 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit