This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Hoernchen gerrit-no-reply at lists.osmocom.orgHoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/19649 )
Change subject: uhddevice: unbreak ipc test
......................................................................
uhddevice: unbreak ipc test
The test tool uses the uhd class, but has no vty so there cant't be any
cpu affinity settings.
Change-Id: I7359e35adaac211a4ff5b693ccbab2fd7b63d67e
---
M Transceiver52M/device/uhd/UHDDevice.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/49/19649/1
diff --git a/Transceiver52M/device/uhd/UHDDevice.cpp b/Transceiver52M/device/uhd/UHDDevice.cpp
index b6845fa..143a061 100644
--- a/Transceiver52M/device/uhd/UHDDevice.cpp
+++ b/Transceiver52M/device/uhd/UHDDevice.cpp
@@ -152,7 +152,7 @@
void *async_event_loop(uhd_device *dev)
{
set_selfthread_name("UHDAsyncEvent");
- OSMO_ASSERT(osmo_cpu_sched_vty_apply_localthread() == 0);
+ osmo_cpu_sched_vty_apply_localthread();
while (1) {
dev->recv_async_msg();
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/19649
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I7359e35adaac211a4ff5b693ccbab2fd7b63d67e
Gerrit-Change-Number: 19649
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200814/7c137c26/attachment.htm>