Draft: chore(ci): testing up to 10 UEs in 5G RF simulation
- Provisioned UEs in the my-sql database
- Added profiles in docker-compose and ci_ueinfra.yaml
- Attached all UEs and doing a parallel ping operation
Now what I've seen on avra
when developing the scenario:
- If I increase the packets size of the ping --> I see UL re-transmissions on multiple UEs
- If I keep all the UEs connected, the iperf test on the 1st UE creates also UL re-transmission on this particular UE
2023/10/25 update:
- 1st commit has been reworked like we discussed w/ Jaroslava: to attach 8 UEs, the
4,4
pattern was often in error; back to a3,3,2
pattern - 2nd commit fixes the automatic undeployment issue after a failed ping
- 3rd commit is purely cosmetics, with a lot of paralellism in 10 UEs, the messages were mixed up
Edited by Raphael Defosseux