Commit 43bf7a81 authored by Mudassar Khan's avatar Mudassar Khan
Browse files

small sentence correction

parent f26fbb75
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -567,7 +567,7 @@ This is the emulation mode that is required here. The emulation scenarios map si

#### A.3.6 Real-time emulation modes

By is architecture, the Simu5G/SimuLTE simulators [\[i.5\]](#_ref_i.5) are a discrete-event simulators (see OMNeT++ manual: https://doc.omnetpp.org/omnetpp/manual/#sec:simple-modules:discrete-event-simulation). So the simulation does not match real time clock.
By the architecture, the Simu5G/SimuLTE simulators [\[i.5\]](#_ref_i.5) are a discrete-event simulators (see OMNeT++ manual: https://doc.omnetpp.org/omnetpp/manual/#sec:simple-modules:discrete-event-simulation). Therefore, the simulations does not match real time clock.

To do so, a real-time simulation mode is required. Omnet++ provides such mode to run simulations so that simulation time progresses at the same pace as wall-clock time. This type of execution is also called "real time emulation". But it comes with a high limitation: this is only possible if the complexity of your simulation is low enough so that OMNeT++ can slow down the simulation time to match the wall-clock time.