Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
常顺宇
OpenXG-RAN
Commits
09052083
Commit
09052083
authored
4 years ago
by
hardy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on RA test for 5G Rfsim
parent
a0c30944
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
12 deletions
+23
-12
ci-scripts/runTestOnVM.sh
ci-scripts/runTestOnVM.sh
+23
-12
No files found.
ci-scripts/runTestOnVM.sh
View file @
09052083
...
...
@@ -276,6 +276,20 @@ function check_ping_result {
fi
}
function
check_ra_result
{
local
LOC_GNB_LOG
=
$2
local
LOC_UE_LOG
=
$4
#gNB RA test
echo
"egrep -c
\"
received correctly
\"
/home/ubuntu/tmp/cmake_targets/log/
$LOC_GNB_LOG
"
>
$1
echo
"egrep -c
\"
now 5G connected
\"
/home/ubuntu/tmp/cmake_targets/log/
$LOC_GNB_LOG
"
>>
$1
#UE RA test
echo
"egrep -c
\"
RA procedure succeeded
\"
/home/ubuntu/tmp/cmake_targets/log/
$LOC_UE_LOG
"
>
$3
}
# In DL: iperf server should be on UE side
# -B oaitun_ue{j}-IP-Addr
# iperf client should be on EPC (S1) or eNB (noS1) side
...
...
@@ -1257,13 +1271,6 @@ function start_rf_sim_gnb {
fi
fi
#adding RA check
if
[
$LOC_RA_TEST
-eq
1
]
#check that the log file includes the expected RA mention
then
echo
"egrep -c
\"
received correctly
\"
/home/ubuntu/tmp/cmake_targets/log/
$LOC_LOG_FILE
"
>
$1
echo
"egrep -c
\"
now 5G connected
\"
/home/ubuntu/tmp/cmake_targets/log/
$LOC_LOG_FILE
"
>
$1
fi
sleep
10
echo
"echo
\"
free -m
\"
"
>
$1
...
...
@@ -1364,11 +1371,6 @@ function start_rf_sim_nr_ue {
fi
sleep
10
#adding RA check
if
[
$LOC_RA_TEST
-eq
1
]
#check that the log file includes the expected RA mention
then
echo
"egrep -c
\"
RA procedure succeeded
\"
/home/ubuntu/tmp/cmake_targets/log/
$LOC_LOG_FILE
"
>
$1
fi
}
...
...
@@ -2199,6 +2201,15 @@ function run_test_on_vm {
continue
fi
echo
"############################################################"
echo
"
${
CN_CONFIG
}
: Checking RA on gNB / NR-UE"
echo
"############################################################"
sleep
20
check_ra_result
$GNB_VM_CMDS
$CURRENT_GNB_LOG_FILE
$NR_UE_VM_CMDS
$CURRENT_NR_UE_LOG_FILE
echo
"############################################################"
echo
"
${
CN_CONFIG
}
: Terminate gNB/NR-UE simulators"
echo
"############################################################"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment