Attention is currently required from: Hoernchen, fixeria, laforge, pespin. Timur Davydov has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/osmo-trx/+/42411?usp=email )
Change subject: transceiver: add optional WebSDR device support ...................................................................... Patch Set 10: (1 comment) File Transceiver52M/Transceiver.cpp: https://gerrit.osmocom.org/c/osmo-trx/+/42411/comment/7ea9d2bf_eb753b37?usp=email : PS10, Line 1132: msgLen = read(mDataSockets[chan], buffer, sizeof(buffer)); > BTW, I'm also a bit worried on how iiuc you seem to want to change the whole > set of threads. […] In this work we are not planning to adapt or restructure the existing threading model. Instead, threads are not used at all in the Web target. Our previous experiments showed that it is not feasible to reliably meet GSM timing requirements in the browser when using multiple threads (Web Workers / pthreads), mainly due to scheduling unpredictability and latency. As a result, the current approach is different: - the whole osmo-bts-trx + osmo-trx stack is built as a single WASM library, - it runs inside a single Web Worker (i.e. one execution thread on the web), - communication between components and the WebSDR device is done via callbacks and buffer passing. So this change does not attempt to modify the existing threading model, but rather bypasses it entirely for the Web/WASM target. -- To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42411?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit-Change-Id: Ia0d340c323c2eea28fbe82601ba0af7cfbd68f6d Gerrit-Change-Number: 42411 Gerrit-PatchSet: 10 Gerrit-Owner: Timur Davydov <[email protected]> Gerrit-Reviewer: Hoernchen <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-CC: pespin <[email protected]> Gerrit-Attention: Hoernchen <[email protected]> Gerrit-Attention: laforge <[email protected]> Gerrit-Attention: pespin <[email protected]> Gerrit-Attention: fixeria <[email protected]> Gerrit-Comment-Date: Fri, 20 Mar 2026 12:00:35 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: pespin <[email protected]> Comment-In-Reply-To: Timur Davydov <[email protected]>
