CI 5G RFsim nFAPI u0/25PRB: Add Ping test on second PDU session

This commit is contained in:
Robert Schmidt
2025-07-16 11:10:35 +02:00
parent fc1c762cf2
commit 4490571e03
3 changed files with 19 additions and 1 deletions

View File

@@ -301,6 +301,12 @@ rfsim5g_ue:
AttachScript: docker start rfsim5g-oai-nr-ue
DetachScript: docker stop rfsim5g-oai-nr-ue
MTU: 1500
# for tests with second PDU session ID 2, needs to match requested PDU session name
rfsim5g_ue_pdu_2:
Host: "%%current_host%%"
NetworkScript: docker exec rfsim5g-oai-nr-ue ip a show dev oaitun_ue1p2
CmdPrefix: docker exec rfsim5g-oai-nr-ue
IF: oaitun_ue1p2
rfsim5g_ue2:
Host: "%%current_host%%"