Attention is currently required from: laforge, pespin.
View Change
1 comment:
File src/common/main.c:
Patch Set #6, Line 314: #ifdef HAVE_SCHED_SETSCHEDULER
since rt_prio can't be set by command line above, this if block cannot be ever entered. […]
You are right. Since rt_prio cannot be set in this configuration, the condition can never be true. I will move the #ifdef to cover the entire `if (rt_prio != -1)` block, including the declaration of `rt_prio` itself.
To view, visit change 42690. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-MessageType: comment
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I5af357c1e2074fa1e05ac6bc20af8535c474d906
Gerrit-Change-Number: 42690
Gerrit-PatchSet: 7
Gerrit-Owner: Timur Davydov <dtv.comp@gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Attention: laforge <laforge@osmocom.org>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Comment-Date: Fri, 01 May 2026 16:31:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin@sysmocom.de>