đ¤ AI Summary
Existing network simulators (e.g., ns-3) suffer from physical inaccuracies in wireless channel modelingâparticularly in complex indoor/outdoor environmentsâfailing to faithfully capture diffraction, multipath propagation, and spatiotemporal correlation.
Method: This work presents the first end-to-end, GPU-accelerated integration of the Sionna RT ray-tracing engine with ns-3, enabling physics-based 3D channel modeling grounded in scene geometry and device positions. We propose a channel coherence-timeâdriven intelligent pre-caching mechanism to drastically reduce real-time ray-tracing overhead, and support fine-grained CSI output and ray-tracingâinformed mobility modeling.
Results: Experiments demonstrate >40% reduction in path-loss and multipath delay estimation errors compared to conventional ns-3 models; spatiotemporal correlation modeling accuracy is substantially improved. The framework efficiently supports integrated sensing and communication (ISAC) and medium-scale mobile network simulation.
đ Abstract
Network simulators are indispensable tools for the advancement of wireless network technologies, offering a cost-effective and controlled environment to simulate real-world network behavior. However, traditional simulators, such as the widely used ns-3, exhibit limitations in accurately modeling indoor and outdoor scenarios due to their reliance on simplified statistical and stochastic channel propagation models, which often fail to accurately capture physical phenomena like multipath signal propagation and shadowing by obstacles in the line-of-sight path. We present Ns3Sionna, which integrates a ray tracing-based channel model, implemented using the Sionna RT framework, within the ns-3 network simulator. It allows to simulate environment-specific and physically accurate channel realizations for a given 3D scene and wireless device positions. Additionally, a mobility model based on ray tracing was developed to accurately represent device movements within the simulated 3D space. Ns3Sionna provides more realistic path and delay loss estimates for both indoor and outdoor environments than existing ns-3 propagation models, particularly in terms of spatial and temporal correlation. Moreover, fine-grained channel state information is provided, which could be used for the development of sensing applications. Due to the significant computational demands of ray tracing, Ns3Sionna takes advantage of the parallel execution capabilities of modern GPUs and multi-core CPUs by incorporating intelligent pre-caching mechanisms that leverage the channel's coherence time to optimize runtime performance. This enables the efficient simulation of scenarios with a small to medium number of mobile nodes.