Periodic Keep-Aliveο
- uc3.run_uc3()ο
Run UC3: Periodic Keep-Alive scenario.
Simulates multiple UEs that periodically send HTTP requests (keep-alive pings) to a remote server. This pattern reflects real-world background traffic in mobile applications (e.g. chat apps, weather updates).
- Scenario Summary
Starts 4 UEs as containers using Docker Compose.
Each UE sends periodic HTTP GET requests (via curl) to a predefined URL.
The interval between pings is randomized between 30β35 seconds.
Simulation duration is randomly set between 300β600 seconds.
Scenario type is logged into βdata/current_uc.txtβ.
- Args
None
- Returns
None