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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 6b45a95754ebea6eee253e578015ab3d18439678 (commit)
from 7bdfe78aa04da83dd3cdf08085e604cf0fcb91ce (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/op25/commit/?id=6b45a95754ebea6eee253e578015ab3d184…
commit 6b45a95754ebea6eee253e578015ab3d18439678
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Feb 19 20:03:13 2018 -0500
http bugfix thx wa8wg for the report
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/http.py | 34 ++++++++++++++++++++++++++++++----
1 file changed, 30 insertions(+), 4 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 6dc90b8c86768a9b1beb429c610dcbae6488e21c (commit)
from 2afec6dba54e4426664b3bd866a7fb5dc363b2c8 (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=6dc90b8c86768a9b1beb429c610dcba…
commit 6dc90b8c86768a9b1beb429c610dcbae6488e21c
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 19 17:17:28 2018 +0100
Move PDCH-related functions into separate files
The PDCH class and corresponding functions are rather self-contained and
independent from BTS implementation. Let's move them into separate file
to make bts.cpp more manageable. As additional benefit it allow us to
somewhat untangle all the different cross-dependent includes.
Change-Id: Ie05e25361e6741a81b024679f9675c98d4923683
Related: OS#1539
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/bts.cpp | 900 +------------------------------
src/bts.h | 121 +----
src/gprs_bssgp_pcu.cpp | 1 +
src/gprs_rlcmac_sched.cpp | 1 +
src/gprs_rlcmac_ts_alloc.cpp | 1 +
src/osmo-bts-litecell15/lc15_l1_if.c | 1 +
src/osmo-bts-sysmo/sysmo_l1_if.c | 1 +
src/osmobts_sock.cpp | 1 +
src/pcu_l1_if.cpp | 1 +
src/pcu_vty.c | 2 +-
src/pcu_vty_functions.cpp | 1 +
src/{bts.cpp => pdch.cpp} | 989 +++--------------------------------
src/pdch.h | 147 ++++++
src/sba.cpp | 1 +
src/tbf.cpp | 1 +
16 files changed, 237 insertions(+), 1934 deletions(-)
copy src/{bts.cpp => pdch.cpp} (51%)
create mode 100644 src/pdch.h
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 7bdfe78aa04da83dd3cdf08085e604cf0fcb91ce (commit)
from 4cde5ac5d8c7d014ded958b04fb9b5de12344a35 (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/op25/commit/?id=7bdfe78aa04da83dd3cdf08085e604cf0fc…
commit 7bdfe78aa04da83dd3cdf08085e604cf0fcb91ce
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Feb 19 11:58:40 2018 -0500
build fixes thx MattSR via CS
-----------------------------------------------------------------------
Summary of changes:
install.sh | 2 +-
op25/gr-op25_repeater/lib/p25_frame_assembler_impl.cc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 df72b1fdbd7cf39cba49919b188301c5d3cf633a (commit)
via 0829a1704e51c3acbf5577e35de16a5019e0214f (commit)
via 7cf144b27d75fadfb4ec65019985bb10660a066a (commit)
from ca6021fa5df90bf769326a0e5658b934aa36eb0a (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=df72b1fdbd7cf39cba49919b188301c…
commit df72b1fdbd7cf39cba49919b188301c5d3cf633a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Feb 19 12:48:11 2018 +0100
trx: make l1if_fill_meas_res() static
it's not used anywhere outside of l1_if.c, so make it a static function
Change-Id: If988a7679f3a9253fab1a4d177a276d8ecaf794f
http://cgit.osmocom.org/osmo-bts/commit/?id=0829a1704e51c3acbf5577e35de16a5…
commit 0829a1704e51c3acbf5577e35de16a5019e0214f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Feb 19 14:29:46 2018 +0100
sysmo+lc15: Add missign include for readv/writev
This avoids compiler warnings like this:
../../src/osmo-bts-sysmo/l1_transp_hw.c:130:13: warning: implicit declaration of function ‘writev’; did you mean ‘write’? [-Wimplicit-function-declaration]
written = writev(fd->fd, iov, count);
Change-Id: Ic67d369a3ca33bfa636ace9f272f1c7257de86e1
http://cgit.osmocom.org/osmo-bts/commit/?id=7cf144b27d75fadfb4ec65019985bb1…
commit 7cf144b27d75fadfb4ec65019985bb10660a066a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Feb 19 14:32:34 2018 +0100
sysmo: Fix compiler warnings in eeprom.c
This avoids compiler warnings like
../../src/osmo-bts-sysmo/eeprom.c: In function ‘eeprom_WriteSysInfo’:
../../src/osmo-bts-sysmo/eeprom.c:605:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
err = eeprom_write( EEPROM_CFG_START_ADDR + ((uint32_t)&ee.cfg.v1.sysInfo - (uint32_t)&ee), sizeof(ee.cfg.v1.sysInfo), (const char *) &ee.cfg.v1.sysInfo );
Change-Id: Ic748038e6f25ec18ccb4a2f2503ca567fb00a586
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_transp_hw.c | 1 +
src/osmo-bts-sysmo/eeprom.c | 12 ++++++------
src/osmo-bts-sysmo/l1_transp_hw.c | 1 +
src/osmo-bts-trx/l1_if.c | 2 +-
src/osmo-bts-trx/l1_if.h | 2 --
5 files changed, 9 insertions(+), 9 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 Open Source GSM Base Band stack".
The branch, jolly/testing has been updated
via 9516a0e55f0c1d4a2f3bd875e97f460d7cb8d71a (commit)
from 9a2d11c38c7b207caa942601d6a38a2243108275 (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=9516a0e55f0c1d4a2f3bd875e97f4…
commit 9516a0e55f0c1d4a2f3bd875e97f460d7cb8d71a
Author: Martin Hauke <mardnh(a)gmx.de>
Date: Sat Feb 10 14:21:08 2018 +0100
build: Fix typo in the CFLAGS-variable for libosmodsp
Change-Id: Ida258588538a8a76d97a8c1e8855b2fd28c63be7
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/transceiver/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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, sylvain/testing has been updated
via c3c89746bbc2ee87497c2eeee01b02edaa3f7095 (commit)
from 9ec3f72277f4f3c96ac365de3022f4d181ba8c9f (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=c3c89746bbc2ee87497c2eeee01b0…
commit c3c89746bbc2ee87497c2eeee01b02edaa3f7095
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 14 13:19:25 2018 +0100
transceiver: Fix RSP SETSLOT format
According to osmo-trx README:
SETSLOT sets the format of the uplink timeslots in the ARFCN.
The <timeslot> indicates the timeslot of interest.
The <chantype> indicates the type of channel that occupies the timeslot.
A chantype of zero indicates the timeslot is off.
CMD SETSLOT <timeslot> <chantype>
RSP SETSLOT <status> <timeslot> <chantype>
Change-Id: I63c81155c84fc35cff1704734fd8d2732235c5a4
Related: OS#2944
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/transceiver/trx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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, jolly/testing has been updated
via 9a2d11c38c7b207caa942601d6a38a2243108275 (commit)
from 39304b742ab18fe8a9f06310e17b8a95a7fcee0e (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=9a2d11c38c7b207caa942601d6a38…
commit 9a2d11c38c7b207caa942601d6a38a2243108275
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 14 13:19:25 2018 +0100
transceiver: Fix RSP SETSLOT format
According to osmo-trx README:
SETSLOT sets the format of the uplink timeslots in the ARFCN.
The <timeslot> indicates the timeslot of interest.
The <chantype> indicates the type of channel that occupies the timeslot.
A chantype of zero indicates the timeslot is off.
CMD SETSLOT <timeslot> <chantype>
RSP SETSLOT <status> <timeslot> <chantype>
Change-Id: I63c81155c84fc35cff1704734fd8d2732235c5a4
Related: OS#2944
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/transceiver/trx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 2afec6dba54e4426664b3bd866a7fb5dc363b2c8 (commit)
via 0cc7212cfdfd40e87b531ecf14e76356185f4036 (commit)
via adca67bcbbc461bb8ff9c860ded8e8fa23e74aab (commit)
via f633b8d8b2ce04756530e7000f579085a2660a9b (commit)
from 1187a7719c07476b9926c2fcafa64a6e003550d9 (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=2afec6dba54e4426664b3bd866a7fb5…
commit 2afec6dba54e4426664b3bd866a7fb5dc363b2c8
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 17:21:21 2018 +0100
Simplify TS alloc: split USF/UL allocation
* move USF allocation into separate function
* document USF allocation
This allows to clearly see where selected UL TS is forced into single TS
in algorithm B allocator.
Change-Id: I563dc10827ce68295553f88f3bf2e1fc0ba595c1
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=0cc7212cfdfd40e87b531ecf14e7635…
commit 0cc7212cfdfd40e87b531ecf14e76356185f4036
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 17:00:06 2018 +0100
Simplify TS alloc: split allocation
* generalize TS allocation and move it into separate function
* move single-slot allocation into separate function
* use common functions for TS allocation on both UL and DL
Change-Id: Ied45ae380c345bc76fe9d6fd9a6184d1109f83f2
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=adca67bcbbc461bb8ff9c860ded8e8f…
commit adca67bcbbc461bb8ff9c860ded8e8fa23e74aab
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 15:22:36 2018 +0100
Simplify TS alloc: separate capacity computation
Move TRX capacity computation into separate function and document it.
Change-Id: Ifd88fc7ff818ea2a041eae61c5d457926a0df0f2
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=f633b8d8b2ce04756530e7000f57908…
commit f633b8d8b2ce04756530e7000f579085a2660a9b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 31 15:28:53 2018 +0100
Simplify TS alloc: split off RX mask computation
Move computation of RX mask into separate function and document it. This
allows to significantly shrink find_multi_slot() function and overall
improve code readability.
Since the test output requires cosmetic adjustment anyway due to change
in the sequence of log messages, use this opportunity to better group
and format log message.
Change-Id: I731726a096bba7ee97499e5cbe3e7401869d7392
Related: OS#2282
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_ts_alloc.cpp | 330 +++++++++++++++++++++++--------------------
src/mslot_class.c | 66 +++++++++
src/mslot_class.h | 7 +
tests/tbf/TbfTest.err | 6 +-
4 files changed, 249 insertions(+), 160 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 ca6021fa5df90bf769326a0e5658b934aa36eb0a (commit)
from bf1fea0928183f51e994c3f2b0e0f0ca831fd7b8 (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=ca6021fa5df90bf769326a0e5658b93…
commit ca6021fa5df90bf769326a0e5658b934aa36eb0a
Author: Stefan Sperling <ssperling(a)sysmocom.de>
Date: Tue Feb 6 13:46:06 2018 +0100
Cosmetic fixes for power ramping code.
Fix typos in 2 comments.
Change-Id: I214bcc8b78446bfea450fe445fa9391898638905
-----------------------------------------------------------------------
Summary of changes:
src/common/tx_power.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 "UNNAMED PROJECT".
The branch, master has been updated
via 1187a7719c07476b9926c2fcafa64a6e003550d9 (commit)
via 910a387b0eefa22308446eda7604468ab1a157ad (commit)
via 4382e4e8fe05b59492ab1b38ddb5972831d0b533 (commit)
from 735e435e8ef40dd1a68581858d1bc39bd8898c63 (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=1187a7719c07476b9926c2fcafa64a6…
commit 1187a7719c07476b9926c2fcafa64a6e003550d9
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 26 13:31:42 2018 +0100
Update header includes
Many files include unnecessary headers and don't include headers which
are actually used. Because of that combined with the fact that OsmoPCU
is a mixture of C and C++, it makes it hard to modularize code. Fix
this (using iwyu [1] tool):
* add missing headers
* remove unused headers
[1] https://include-what-you-use.org/
Related: OS#1539
Change-Id: I8c9f488a43b099c72b2d30d3245e7ba50872fc00
http://cgit.osmocom.org/osmo-pcu/commit/?id=910a387b0eefa22308446eda7604468…
commit 910a387b0eefa22308446eda7604468ab1a157ad
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 13:29:38 2018 +0100
Move include guard to the top
Having explicit include above the douible-include guard defines is
potential source for hard to track bugs. Let's move it inside the guard
statement.
Change-Id: I5114a63ce00b03c8eed23565d52969250bd505cc
Related: OS#1539
http://cgit.osmocom.org/osmo-pcu/commit/?id=4382e4e8fe05b59492ab1b38ddb5972…
commit 4382e4e8fe05b59492ab1b38ddb5972831d0b533
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 12:00:08 2018 +0100
Move paging generation into PDCH
Previously paging was prepared inside BTS function and than handed over
to PDCH function. Move the actual preparation into PDCH to better
decouple PDCH from BTS.
Related: OS#1539
Change-Id: I389fb16b6e54040770c21f88edbcb8e045636928
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 33 +++++++++++++++++++--------------
src/bts.h | 6 +++---
src/csn1.h | 6 +++---
src/gprs_bssgp_pcu.cpp | 2 ++
src/gprs_bssgp_pcu.h | 2 --
src/gprs_ms.cpp | 3 ++-
src/gprs_ms.h | 3 +++
src/gprs_ms_storage.cpp | 5 ++++-
src/gprs_rlcmac.cpp | 2 +-
src/gprs_rlcmac_sched.cpp | 9 ++++++++-
src/gprs_rlcmac_ts_alloc.cpp | 3 +++
src/gsm_rlcmac.h | 5 +++--
src/llc.h | 1 -
src/osmobts_sock.cpp | 4 +++-
src/pcu_l1_if.cpp | 7 ++++++-
src/pcu_main.cpp | 18 +++++++++++++++---
src/pcu_vty_functions.cpp | 8 ++++++++
src/poll_controller.cpp | 7 +++++++
src/poll_controller.h | 2 --
src/rlc.cpp | 8 +++++++-
src/sba.cpp | 3 ++-
src/sba.h | 1 -
src/tbf.cpp | 10 ++++++++--
src/tbf.h | 9 ++++++---
src/tbf_dl.cpp | 14 ++++++++++++--
src/tbf_ul.cpp | 11 ++++++++++-
tests/edge/EdgeTest.cpp | 2 ++
tests/tbf/TbfTest.cpp | 1 +
28 files changed, 138 insertions(+), 47 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT