Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-tetra/+/33942 )
Change subject: Added support for slot stealing
......................................................................
Patch Set 1:
(1 comment)
File src/lower_mac/tetra_lower_mac.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10054):
https://gerrit.osmocom.org/c/osmo-tetra/+/33942/comment/9440ff20_f6bb4dd8
PS1, Line 192: if (tms->cur_burst.is_traffic && type == TPSAP_T_NDB && blk_num == BLK_1) {
braces {} are not necessary for single statement blocks
--
To view, visit https://gerrit.osmocom.org/c/osmo-tetra/+/33942
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-tetra
Gerrit-Branch: master
Gerrit-Change-Id: I01a112e6e74f75401649d358b8f98c6248d2522b
Gerrit-Change-Number: 33942
Gerrit-PatchSet: 1
Gerrit-Owner: wbokslag <w.bokslag(a)midnightblue.nl>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Wed, 26 Jul 2023 15:32:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Hoernchen.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/33926
to look at the new patch set (#2).
Change subject: ms: drop the tx burst padding
......................................................................
ms: drop the tx burst padding
Change-Id: Ied5c3ab5dde975e11b0ef6d9cbc86be19173c4e8
---
M Transceiver52M/ms/ms.cpp
1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/26/33926/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/33926
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ied5c3ab5dde975e11b0ef6d9cbc86be19173c4e8
Gerrit-Change-Number: 33926
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Hoernchen.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/33929
to look at the new patch set (#3).
Change subject: ms/va: add test tool and data
......................................................................
ms/va: add test tool and data
Change-Id: Ie38ed4996134e84ad0481872a743299bb442b3db
move burstgen
Change-Id: Ie2cf3066500062920201c6fa4c2a4286fd5bbcb0
---
M .gitignore
M utils/Makefile.am
A utils/va-test/burst-gen.cpp
A utils/va-test/demodbits_tsc7.s8
A utils/va-test/nb_chunk_tsc7.cfile
5 files changed, 562 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/29/33929/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/33929
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ie2cf3066500062920201c6fa4c2a4286fd5bbcb0
Gerrit-Change-Number: 33929
Gerrit-PatchSet: 3
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Hoernchen.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/33930
to look at the new patch set (#3).
Change subject: transceiver: add experimental viterbi equalizer support
......................................................................
transceiver: add experimental viterbi equalizer support
The VA is already being used by the ms side and is part of the original
gsm design. It only works for gmsk, 4sps, and needs a bit of rx burst
scaling and burst shifting.
Change-Id: I9d7a4ff72e323832a94d885d5714fcde01ceeb3d
---
M CommonLibs/config_defs.h
M CommonLibs/trx_vty.c
M Transceiver52M/Makefile.am
M Transceiver52M/Transceiver.cpp
M Transceiver52M/osmo-trx.cpp
M Transceiver52M/radioInterface.h
6 files changed, 131 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/30/33930/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/33930
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I9d7a4ff72e323832a94d885d5714fcde01ceeb3d
Gerrit-Change-Number: 33930
Gerrit-PatchSet: 3
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Hoernchen.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/33930 )
Change subject: transceiver: add experimental viterbi equalizer support
......................................................................
Patch Set 2:
(1 comment)
File CommonLibs/trx_vty.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10046):
https://gerrit.osmocom.org/c/osmo-trx/+/33930/comment/524caf4a_599ac832
PS2, Line 351: if (strcmp("disable", argv[0]) == 0) {
braces {} are not necessary for any arm of this statement
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/33930
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I9d7a4ff72e323832a94d885d5714fcde01ceeb3d
Gerrit-Change-Number: 33930
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 26 Jul 2023 15:16:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Hoernchen.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/33927
to look at the new patch set (#2).
Change subject: ms: update osmocom-bb
......................................................................
ms: update osmocom-bb
Change-Id: I6f9fca7a4d6a02e82bf406fd136c5bde96bb93af
---
M Transceiver52M/Makefile.am
M Transceiver52M/ms/ms_upper.cpp
M osmocom-bb
3 files changed, 12 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/27/33927/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/33927
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I6f9fca7a4d6a02e82bf406fd136c5bde96bb93af
Gerrit-Change-Number: 33927
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-MessageType: newpatchset