Skip to content

WIP: Validated e2e traffic test with gnbsim

Rohan requested to merge gnbsim_validation into develop

Added gnbsim docker-compose.
I think we should add this sanity check too.

docker-compose -f docker-compose-gnbsim.yaml up gnbsim-vpp
$ docker exec oai-ext-dn ping -c3 12.1.1.2
PING 12.1.1.2 (12.1.1.2) 56(84) bytes of data.
64 bytes from 12.1.1.2: icmp_seq=1 ttl=63 time=0.830 ms
64 bytes from 12.1.1.2: icmp_seq=2 ttl=63 time=0.468 ms
64 bytes from 12.1.1.2: icmp_seq=3 ttl=63 time=0.410 ms

--- 12.1.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2020ms
rtt min/avg/max/mdev = 0.410/0.569/0.830/0.186 ms

[Note:- Bug to be fixed to work gnbsim with latest AMF. (PR in process) oai-cn5g-amf!66 (merged)]

Edited by Rohan

Merge request reports