Hi!
I want to develop a 5G simulation with Simu5G and all OMNET++ stack, where there are:
a) one moving UE (autonomous unit), which sends its sensor data to the control station and receives commands from it.
b) one static UE (control station), which receives data from the unit and sends him commands.
c) other moving and non-moving UEs, representing a background population and producing 5G network traffic.
d) several gNBs.
The most important thing is that the decision of what to send from autonomous unit to control station and vice versa is estimated via 3rd party libraries (AI-based scripts in python). So my scenario should satisfy the following requirements:
1) both these UEs are a real client and a real server, which exchange packets, influence on the 5G network performance, suffer from network overloads etc.
2) each step the payload is unique and the packet size sent by both special UEs can be changed.
3) current network KPIs (throughput, PLR, latency) should be instantly available for both special UEs.
4) (ideally) it should be easy to simulate some extreme conditions (e.g. one channel
or gNB fails, lots of noise, extreme overload, not enough
coverage etc.)
My question: Is this at any case manageable with Simu5G and, consequently, OMNET++ stack? If yes, could you briefly give an idea or (ideally) some simple code examples?
I'm sorry if my question seems like an off-topic.
BR,
Nikita