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
spbro
OpenXG-RAN
Commits
0ccd4ad0
Commit
0ccd4ad0
authored
May 30, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SA SC-FDMA B200 gNB CI test: use host-mode
parent
9cf06404
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
16 deletions
+9
-16
ci-scripts/conf_files/gnb.sa.band78.106prb.usrpb200.sc-fdma.conf
...pts/conf_files/gnb.sa.band78.106prb.usrpb200.sc-fdma.conf
+2
-2
ci-scripts/xml_files/container_sa_sc_b200_quectel.xml
ci-scripts/xml_files/container_sa_sc_b200_quectel.xml
+2
-2
ci-scripts/yaml_files/sa_sc_b200_gnb/docker-compose.yml
ci-scripts/yaml_files/sa_sc_b200_gnb/docker-compose.yml
+5
-12
No files found.
ci-scripts/conf_files/gnb.sa.band78.106prb.usrpb200.sc-fdma.conf
View file @
0ccd4ad0
...
...
@@ -161,8 +161,8 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
92.168.68.194
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
92.168.68.194
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
72.21.16.109
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
72.21.16.109
"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
ci-scripts/xml_files/container_sa_sc_b200_quectel.xml
View file @
0ccd4ad0
...
...
@@ -179,14 +179,14 @@
<class>
Custom_Command
</class>
<desc>
Trigger Reestablishment
</desc>
<node>
ofqot
</node>
<command>
echo ci force_reestab | nc -N 1
92.168.68.194
9090 | grep -E 'Reset RLC counters of UE RNTI [0-9a-f]{4} to trigger reestablishment'
</command>
<command>
echo ci force_reestab | nc -N 1
27.0.0.1
9090 | grep -E 'Reset RLC counters of UE RNTI [0-9a-f]{4} to trigger reestablishment'
</command>
<command_fail>
yes
</command_fail>
</testCase>
<testCase
id=
"260002"
>
<class>
Custom_Command
</class>
<desc>
Verify Reestablishment
</desc>
<node>
ofqot
</node>
<command>
echo ci get_reestab_count | nc -N 1
92.168.68.194
9090 | grep -E 'UE RNTI [0-9a-f]{4} reestab 1'
</command>
<command>
echo ci get_reestab_count | nc -N 1
27.0.0.1
9090 | grep -E 'UE RNTI [0-9a-f]{4} reestab 1'
</command>
<command_fail>
yes
</command_fail>
</testCase>
...
...
ci-scripts/yaml_files/sa_sc_b200_gnb/docker-compose.yml
View file @
0ccd4ad0
...
...
@@ -11,9 +11,11 @@ services:
volumes
:
-
../../conf_files/gnb.sa.band78.106prb.usrpb200.sc-fdma.conf:/opt/oai-gnb/etc/gnb.conf
-
/dev:/dev
networks
:
public_net
:
ipv4_address
:
192.168.68.194
# for performance reasons, we use host mode: in bridge mode, we have
# unacceptable DL TCP performance. However, the whole point of
# containerization is to not be in host mode, so update this to macvlan
# later.
network_mode
:
"
host"
#entrypoint: /bin/bash -c "sleep infinity"
healthcheck
:
# pgrep does NOT work
...
...
@@ -21,12 +23,3 @@ services:
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
public_net
:
name
:
sa-b200-gnb-net
ipam
:
config
:
-
subnet
:
192.168.68.192/26
driver_opts
:
com.docker.network.bridge.name
:
"
sa-gnb-net"
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