Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/27774 )
Change subject: osmo-bts-trx: amr_loop: improve logging in trx_loop_amr_input()
......................................................................
Patch Set 1:
(1 comment)
File src/osmo-bts-trx/amr_loop.c:
https://gerrit.osmocom.org/c/osmo-bts/+/27774/comment/06b81764_26def17f
PS1, Line 75: /* The threshold/hysteresis is in 0.5 dB steps, convert to cB:
> Here mi substitutes chan_stat->ul_ft, not chan_state->dl_cmr. […]
Exactly. Not an issue, marking thread as resolved.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/27774
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4feb3a3823799a290a50a48275e45f3331874d1a
Gerrit-Change-Number: 27774
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 14 Apr 2022 12:43:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/27774 )
Change subject: osmo-bts-trx: amr_loop: improve logging in trx_loop_amr_input()
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/osmo-bts-trx/amr_loop.c:
https://gerrit.osmocom.org/c/osmo-bts/+/27774/comment/46b39d5d_e0bfc3c4
PS1, Line 75: /* The threshold/hysteresis is in 0.5 dB steps, convert to cB:
Here mi substitutes chan_stat->ul_ft, not chan_state->dl_cmr. But it's fine because mi == chan_state->dl_cmr due to early return in line 48.
Same in all placed below.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/27774
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4feb3a3823799a290a50a48275e45f3331874d1a
Gerrit-Change-Number: 27774
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 14 Apr 2022 12:42:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
fixeria has abandoned this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/27786 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
Abandoned
Automatically generated change. The 'emu/pcu_emu' must be kept in noinst_PROGRAMS.
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/27786
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I502dfba0ff6537368a8ebdce68fbbd6fcb0adad0
Gerrit-Change-Number: 27786
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: abandon
Attention is currently required from: fixeria.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-hlr/+/27783
to look at the new patch set (#2).
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: I70cf75b3cb6ae59c92248cc529546750fb0da07b
---
M tests/auc/Makefile.am
M tests/gsup/Makefile.am
2 files changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/83/27783/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/27783
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I70cf75b3cb6ae59c92248cc529546750fb0da07b
Gerrit-Change-Number: 27783
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/27789 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: I9b60429c8c3922dd97809c72ed7960ffdc059d8b
---
M tests/smlc_subscr/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/89/27789/1
diff --git a/tests/smlc_subscr/Makefile.am b/tests/smlc_subscr/Makefile.am
index 9ed3b59..61a601f 100644
--- a/tests/smlc_subscr/Makefile.am
+++ b/tests/smlc_subscr/Makefile.am
@@ -20,7 +20,7 @@
smlc_subscr_test.err \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
smlc_subscr_test \
$(NULL)
--
To view, visit https://gerrit.osmocom.org/c/osmo-smlc/+/27789
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I9b60429c8c3922dd97809c72ed7960ffdc059d8b
Gerrit-Change-Number: 27789
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange