NISep 8, 2025
Empirical Evaluation of a 5G Transparent Clock for Time Synchronization in a TSN-5G NetworkJulia Caleya-Sanchez, Pablo Muñoz, Jorge Sánchez-Garrido et al.
Time synchronization is essential for industrial IoT and Industry 4.0/5.0 applications, but achieving high synchronization accuracy in Time-Sensitive Networking (TSN)-5G networks is challenging due to jitter and asymmetric delays. 3GPP TS 23.501 defines three 5G synchronization modes: time-aware system, boundary clock (BC), and transparent clock (TC), where TC offers a promising solution. However, to the best of our knowledge, there is no empirical evaluation of TC in a TSN-5G network. This paper empirically evaluates an 5G end-to-end TC in a TSN-5G network, implemented on commercial TSN switches with a single clock. For TC development, we compute the residence time in 5G and recover the clock domain at the slave node. We deploy a TSN-5G testbed with commercial equipment for synchronization evaluation by modifying the Precision Timing Protocol (PTP) message transmission rates. Experimental results show a peak-to-peak synchronization of 500 ns, meeting the industrial requirement of < 1 us, with minimal synchronization offsets for specific PTP message transmission rates.
NIMar 7
Impact of 5G Latency and Jitter on TAS Scheduling in a 5G-TSN Network: An Empirical StudyPablo Rodriguez-Martin, Oscar Adamuz-Hinojosa, Pablo Muñoz et al.
Deterministic communications are essential to meet the stringent delay and jitter requirements of Industrial Internet of Things (IIoT) services. IIoT increasingly demands wide-area wireless mobility to support Autonomous Mobile Robots (AMR) and dynamic workflows. Integrating Time-Sensitive Networking (TSN) with 5G private networks is emerging as a promising approach to fulfill these requirements. In this architecture, 5G provides wireless access for industrial devices, which connect to a TSN backbone that interfaces with the enterprise edge/cloud, where IIoT control and computing systems reside. TSN achieves bounded latency and low jitter using IEEE 802.1Qbv Time-Aware Shaper (TAS), which schedules the network traffic in precise time slots. However, the stochastic delay and jitter inherent in 5G disrupt TSN scheduling, requiring careful tuning of TAS parameters to maintain end-to-end determinism. This paper presents an empirical study evaluating the impact of 5G downlink delay and jitter on TAS scheduling using a testbed with TSN switches and a commercial 5G network. Results show that guaranteeing bounded latency and jitter requires careful setting of TAS transmission window offset between TSN switches based on the measured 5G delay bounded by a high order p-th percentile. Otherwise, excessive offset may cause additional delay or even a complete loss of determinism.
LGJan 9, 2025
BRATI: Bidirectional Recurrent Attention for Time-Series ImputationArmando Collado-Villaverde, Pablo Muñoz, Maria D. R-Moreno
Missing data in time-series analysis poses significant challenges, affecting the reliability of downstream applications. Imputation, the process of estimating missing values, has emerged as a key solution. This paper introduces BRATI, a novel deep-learning model designed to address multivariate time-series imputation by combining Bidirectional Recurrent Networks and Attention mechanisms. BRATI processes temporal dependencies and feature correlations across long and short time horizons, utilizing two imputation blocks that operate in opposite temporal directions. Each block integrates recurrent layers and attention mechanisms to effectively resolve long-term dependencies. We evaluate BRATI on three real-world datasets under diverse missing-data scenarios: randomly missing values, fixed-length missing sequences, and variable-length missing sequences. Our findings demonstrate that BRATI consistently outperforms state-of-the-art models, delivering superior accuracy and robustness in imputing multivariate time-series data.