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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG-RAN
Commits
fb1f2539
Commit
fb1f2539
authored
Oct 16, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Custom_Command nc on cacofonix: cannot use -N, is openBSD
parent
0bbd4464
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ci-scripts/xml_files/container_5g_f1_rfsim.xml
ci-scripts/xml_files/container_5g_f1_rfsim.xml
+4
-4
No files found.
ci-scripts/xml_files/container_5g_f1_rfsim.xml
View file @
fb1f2539
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
<class>
Custom_Command
</class>
<class>
Custom_Command
</class>
<desc>
Simulate a disruption of DL radio channel (ploss 55)(5 sec)
</desc>
<desc>
Simulate a disruption of DL radio channel (ploss 55)(5 sec)
</desc>
<node>
cacofonix
</node>
<node>
cacofonix
</node>
<command>
echo channelmod modify 0 ploss 55 | nc
-N
192.168.71.181 8091
&&
sleep 5
</command>
<command>
echo channelmod modify 0 ploss 55 | nc 192.168.71.181 8091
&&
sleep 5
</command>
<command_fail>
yes
</command_fail>
<command_fail>
yes
</command_fail>
</testCase>
</testCase>
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
<class>
Custom_Command
</class>
<class>
Custom_Command
</class>
<desc>
Get UE sync state (UE ID 0)
</desc>
<desc>
Get UE sync state (UE ID 0)
</desc>
<node>
cacofonix
</node>
<node>
cacofonix
</node>
<command>
echo ciUE sync_state 0 | nc
-N
192.168.71.181 8091 | grep -E UE_NOT_SYNC
</command>
<command>
echo ciUE sync_state 0 | nc 192.168.71.181 8091 | grep -E UE_NOT_SYNC
</command>
<command_fail>
yes
</command_fail>
<command_fail>
yes
</command_fail>
</testCase>
</testCase>
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
<class>
Custom_Command
</class>
<class>
Custom_Command
</class>
<desc>
Restoration of the original DL channel conditions (ploss 0)(5 sec)
</desc>
<desc>
Restoration of the original DL channel conditions (ploss 0)(5 sec)
</desc>
<node>
cacofonix
</node>
<node>
cacofonix
</node>
<command>
echo channelmod modify 0 ploss 0 | nc
-N
192.168.71.181 8091
&&
sleep 5
</command>
<command>
echo channelmod modify 0 ploss 0 | nc 192.168.71.181 8091
&&
sleep 5
</command>
<command_fail>
yes
</command_fail>
<command_fail>
yes
</command_fail>
</testCase>
</testCase>
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
<class>
Custom_Command
</class>
<class>
Custom_Command
</class>
<desc>
Get UE sync state (UE ID 0)
</desc>
<desc>
Get UE sync state (UE ID 0)
</desc>
<node>
cacofonix
</node>
<node>
cacofonix
</node>
<command>
echo ciUE sync_state 0 | nc
-N
192.168.71.181 8091 | grep -E UE_CONNECTED
&&
sleep 10
</command>
<command>
echo ciUE sync_state 0 | nc 192.168.71.181 8091 | grep -E UE_CONNECTED
&&
sleep 10
</command>
<command_fail>
yes
</command_fail>
<command_fail>
yes
</command_fail>
</testCase>
</testCase>
...
...
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