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
1136e4ca
Commit
1136e4ca
authored
Oct 07, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ci-aw2s-change-frequency' into integration_2024_w40b
parents
fa6840c0
8584da16
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
955 additions
and
89 deletions
+955
-89
ci-scripts/as_ue/aw2s-multi-00102-20.cfg
ci-scripts/as_ue/aw2s-multi-00102-20.cfg
+284
-0
ci-scripts/as_ue/aw2s-multi-00102-2x2-v2.cfg
ci-scripts/as_ue/aw2s-multi-00102-2x2-v2.cfg
+3
-2
ci-scripts/ci_infra.yaml
ci-scripts/ci_infra.yaml
+5
-1
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf
...cripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf
+272
-0
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.conf
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.conf
+9
-9
ci-scripts/xml_files/container_sa_aw2s_asue.xml
ci-scripts/xml_files/container_sa_aw2s_asue.xml
+80
-77
ci-scripts/xml_files/container_sa_aw2s_asue_2x2.xml
ci-scripts/xml_files/container_sa_aw2s_asue_2x2.xml
+280
-0
ci-scripts/yaml_files/sa_aw2s_2x2_gnb/docker-compose.yml
ci-scripts/yaml_files/sa_aw2s_2x2_gnb/docker-compose.yml
+22
-0
No files found.
ci-scripts/as_ue/aw2s-multi-00102-20.cfg
0 → 100644
View file @
1136e4ca
/* UE simulator configuration file version 2021-06-17
* LTE / 5G Non StandAlone
* Copyright (C) 2019-2021 Amarisoft
*/
{
#define N_ANTENNA_DL 1
#define N_ANTENNA_UL 1
#define DL_ARFCN 631296
#define TDD 1
log_options: "all.level=warn,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
log_filename: "/tmp/ue.log",
/* Enable remote API and Web interface */
com_addr: "0.0.0.0:9002",
include "rf_driver_20/1chan.cfg",
/* If true, allow the simulation of several UEs at the same time and
allow dynamic UE creation from remote API */
cell_groups: [{
group_type: "nr",
multi_ue: true,
ldpc_max_its:8,
cells: [{
rf_port: 0,
bandwidth: 20,
band: 78,
dl_nr_arfcn: DL_ARFCN,
ssb_nr_arfcn: DL_ARFCN,
subcarrier_spacing: 30,
n_antenna_dl: N_ANTENNA_DL,
n_antenna_ul: N_ANTENNA_UL,
rx_to_tx_latency:2,
global_timing_advance:-1,
}],
}],
/* UE capabilities */
/* USIM data */
ue_list: [
{
"ue_id" : 1,
"imsi": "001020000000001",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 2,
"imsi": "001020000000002",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 3,
"imsi": "001020000000003",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 4,
"imsi": "001020000000004",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 5,
"imsi": "001020000000005",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 6,
"imsi": "001020000000006",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 7,
"imsi": "001020000000007",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 8,
"imsi": "001020000000008",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 9,
"imsi": "001020000000009",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 10,
"imsi": "001020000000010",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 11,
"imsi": "001020000000011",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 12,
"imsi": "001020000000012",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 13,
"imsi": "001020000000013",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 14,
"imsi": "001020000000014",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 15,
"imsi": "001020000000015",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
{
"ue_id" : 16,
"imsi": "001020000000016",
"K": "fec86ba6eb707ed08905757b1bb44b8f",
"sim_algo":"milenage",
"op": "1006020f0a478bf6b699f15c062e42b3",
as_release: 15,
ue_category: "nr",
apn:"oai",
attach_pdn_type:"ipv4",
default_nssai: [ { sst: 1, }, ],
default_pdu_session_snssai: { sst: 1, },
tun_setup_script: "ue-ifup",
},
],
}
ci-scripts/as_ue/aw2s-multi-00102-2x2.cfg
→
ci-scripts/as_ue/aw2s-multi-00102-2x2
-v2
.cfg
View file @
1136e4ca
...
...
@@ -5,6 +5,7 @@
{
#define N_ANTENNA_DL 2
#define N_ANTENNA_UL 2
#define DL_ARFCN 631296
#define TDD 1
log_options: "all.level=warn,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
...
...
@@ -25,8 +26,8 @@ allow dynamic UE creation from remote API */
rf_port: 0,
bandwidth: 20,
band: 78,
dl_nr_arfcn:
630048
,
ssb_nr_arfcn:
630048
,
dl_nr_arfcn:
DL_ARFCN
,
ssb_nr_arfcn:
DL_ARFCN
,
subcarrier_spacing: 30,
n_antenna_dl: N_ANTENNA_DL,
n_antenna_ul: N_ANTENNA_UL,
...
...
ci-scripts/ci_infra.yaml
View file @
1136e4ca
...
...
@@ -111,7 +111,11 @@ ltebox-nepes:
amarisoft_ue
:
Host
:
amariue
InitScript
:
/root/lteue-linux-2023-10-27/ue/lteue /root/oaicicd/ran_sa_aw2s_asue_2x2/aw2s-multi-00102-2x2.cfg &
InitScript
:
/root/lteue-linux-2023-10-27/ue/lteue /root/oaicicd/ran_sa_aw2s_asue/aw2s-multi-00102-20.cfg &
TermScript
:
/root/2023-10-27/libs/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
amarisoft_ue_2x2
:
Host
:
amariue
InitScript
:
/root/lteue-linux-2023-10-27/ue/lteue /root/oaicicd/ran_sa_aw2s_asue_2x2/aw2s-multi-00102-2x2-v2.cfg &
TermScript
:
/root/2023-10-27/libs/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
amarisoft_ue_fhi72
:
Host
:
amariue
...
...
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf
0 → 100644
View file @
1136e4ca
This diff is collapsed.
Click to expand it.
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.conf
View file @
1136e4ca
...
...
@@ -21,10 +21,10 @@ gNBs =
nr_cellid
=
12345678
L
//////////
Physical
parameters
:
pdsch_AntennaPorts_XP
=
2
;
pusch_AntennaPorts
=
2
;
pdsch_AntennaPorts_XP
=
1
;
pusch_AntennaPorts
=
1
;
do_CSIRS
=
1
;
do_SRS
=
1
;
do_SRS
=
0
;
servingCellConfigCommon
= (
{
...
...
@@ -34,11 +34,11 @@ gNBs =
# downlinkConfigCommon
#frequencyInfoDL
# this is 34
10.
4 MHz => 301 REs from PointA 25 PRBs + 1 RE
absoluteFrequencySSB
=
63
0048
;
# this is 34
69.4
4 MHz => 301 REs from PointA 25 PRBs + 1 RE
absoluteFrequencySSB
=
63
1296
;
dl_frequencyBand
=
78
;
# this is 34
10.4 - (51*12*30e-3/2) = 3401.22
MHz
dl_absoluteFrequencyPointA
=
6
29436
;
# this is 34
69.44 - (51*12*30e-3/2) = 3460.26
MHz
dl_absoluteFrequencyPointA
=
6
30684
;
#scs-SpecificCarrierList
dl_offstToCarrier
=
0
;
# subcarrierSpacing
...
...
@@ -207,8 +207,8 @@ RUs = (
remote_portd
=
52183
;
local_rf
=
"no"
tr_preference
=
"udp_ecpri_if5"
nb_tx
=
2
nb_rx
=
2
nb_tx
=
1
nb_rx
=
1
att_tx
=
18
att_rx
=
0
;
num_tp_cores
=
4
;
...
...
ci-scripts/xml_files/container_sa_aw2s_asue.xml
View file @
1136e4ca
...
...
@@ -24,55 +24,64 @@
<htmlTabRef>
TEST-5G-AW2S
</htmlTabRef>
<htmlTabName>
20 MHz TDD SA
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<repeatCount>
1
</repeatCount>
<TestCaseRequestedList>
0
10000
0
01000
8
00813
0
20000
0
02000
0
02001
0
02002
0
02003
0
02004
0
02005
0
02006
0
02007
0
02008
0
02009
0
02010
0
02011
0
02012
0
02013
0
02014
0
02015
0
00100
0
00010
0
00020
0
00030
0
00040
0
02016
0
00200
0
03000
0
04000
0
00002
0
30000
333333
1
10000
1
01000
1
00813
1
20000
1
02000
1
02001
1
02002
1
02003
1
02004
1
02005
1
02006
1
02007
1
02008
1
02009
1
02010
1
02011
1
02012
1
02013
1
02014
1
02015
1
00100
1
00010
1
00020
1
00030
1
00040
1
02016
1
00200
1
03000
1
04000
1
00002
1
30000
444444
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"
0
10000"
>
<testCase
id=
"
1
10000"
>
<class>
Pull_Cluster_Image
</class>
<desc>
Pull Images from Cluster
</desc>
<oc_project>
oaicicd-ran
</oc_project>
<images_to_pull>
oai-gnb-aw2s
</images_to_pull>
</testCase>
<testCase
id=
"800813"
>
<testCase
id=
"101000"
>
<class>
Initialize_UE
</class>
<desc>
Initialize Amarisoft UE
</desc>
<id>
amarisoft_ue
</id>
</testCase>
<testCase
id=
"100813"
>
<class>
Create_Workspace
</class>
<desc>
Creat
e
new Workspace
</desc>
<desc>
Creat
ing
new Workspace
</desc>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"020000"
>
<testCase
id=
"120000"
>
<class>
Deploy_Object
</class>
<desc>
Deploy gNB (TDD/Band78/20MHz/aw2s) in a container
</desc>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_gnb
</yaml_path>
...
...
@@ -80,106 +89,100 @@
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"001000"
>
<class>
Initialize_UE
</class>
<desc>
Initialize Amarisoft UE
</desc>
<id>
amarisoft_ue
</id>
</testCase>
<testCase
id=
"002001"
>
<testCase
id=
"102001"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_1
</id>
</testCase>
<testCase
id=
"
0
02002"
>
<testCase
id=
"
1
02002"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_2
</id>
</testCase>
<testCase
id=
"
0
02003"
>
<testCase
id=
"
1
02003"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_3
</id>
</testCase>
<testCase
id=
"
0
02004"
>
<testCase
id=
"
1
02004"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_4
</id>
</testCase>
<testCase
id=
"
0
02005"
>
<testCase
id=
"
1
02005"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_5
</id>
</testCase>
<testCase
id=
"
0
02006"
>
<testCase
id=
"
1
02006"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_6
</id>
</testCase>
<testCase
id=
"
0
02007"
>
<testCase
id=
"
1
02007"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_7
</id>
</testCase>
<testCase
id=
"
0
02008"
>
<testCase
id=
"
1
02008"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_8
</id>
</testCase>
<testCase
id=
"
0
02009"
>
<testCase
id=
"
1
02009"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_9
</id>
</testCase>
<testCase
id=
"
0
02010"
>
<testCase
id=
"
1
02010"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_10
</id>
</testCase>
<testCase
id=
"
0
02011"
>
<testCase
id=
"
1
02011"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_11
</id>
</testCase>
<testCase
id=
"
0
02012"
>
<testCase
id=
"
1
02012"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_12
</id>
</testCase>
<testCase
id=
"
0
02013"
>
<testCase
id=
"
1
02013"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_13
</id>
</testCase>
<testCase
id=
"
0
02014"
>
<testCase
id=
"
1
02014"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_14
</id>
</testCase>
<testCase
id=
"
0
02015"
>
<testCase
id=
"
1
02015"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_15
</id>
</testCase>
<testCase
id=
"
0
00010"
>
<testCase
id=
"
1
00010"
>
<class>
Iperf
</class>
<desc>
iperf (DL/
7
Mbps/UDP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-u -b
70
M -t 30 -R
</iperf_args>
<desc>
iperf (DL/
3
Mbps/UDP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-u -b
45
M -t 30 -R
</iperf_args>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_packetloss_threshold>
25
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
80
</iperf_bitrate_threshold>
...
...
@@ -187,19 +190,19 @@
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"
0
00030"
>
<testCase
id=
"
1
00030"
>
<class>
Iperf
</class>
<desc>
iperf (DL/TCP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-t 30 -R
</iperf_args>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_tcp_rate_target>
4
</iperf_tcp_rate_target>
<iperf_tcp_rate_target>
2
</iperf_tcp_rate_target>
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"
0
00020"
>
<testCase
id=
"
1
00020"
>
<class>
Iperf
</class>
<desc>
iperf (UL/
3.6
Mbps/UDP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-u -b
36
M -t 30
</iperf_args>
<desc>
iperf (UL/
1
Mbps/UDP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-u -b
15
M -t 30
</iperf_args>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_packetloss_threshold>
25
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
80
</iperf_bitrate_threshold>
...
...
@@ -207,7 +210,7 @@
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"
0
00040"
>
<testCase
id=
"
1
00040"
>
<class>
Iperf
</class>
<desc>
iperf (UL/TCP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-t 30
</iperf_args>
...
...
@@ -217,51 +220,51 @@
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"
0
00100"
>
<testCase
id=
"
1
00100"
>
<class>
Ping
</class>
<desc>
Ping:
20pings in 2
0sec, multi-ue
</desc>
<desc>
Ping:
50 pings in 1
0sec, multi-ue
</desc>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<ping_args>
-c
20
%cn_ip%
</ping_args>
<ping_args>
-c
50 -i 0.2
%cn_ip%
</ping_args>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
<ping_rttavg_threshold>
25
</ping_rttavg_threshold>
</testCase>
<testCase
id=
"
0
02016"
>
<testCase
id=
"
1
02016"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_16
</id>
</testCase>
<testCase
id=
"
0
00200"
>
<testCase
id=
"
1
00200"
>
<class>
Ping
</class>
<desc>
Ping: 50pings in 10sec, multi-ue
</desc>
<id>
amarisoft_ue_16
</id>
<ping_args>
-c 50 -i 0.2 %cn_ip%
</ping_args>
<ping_packetloss_threshold>
1
</ping_packetloss_threshold>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
<ping_rttavg_threshold>
30
</ping_rttavg_threshold>
</testCase>
<testCase
id=
"
0
03000"
>
<testCase
id=
"
1
03000"
>
<class>
Detach_UE
</class>
<always_exec>
true
</always_exec>
<desc>
Detach UE
</desc>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15 amarisoft_ue_16
</id>
</testCase>
<testCase
id=
"
0
04000"
>
<testCase
id=
"
1
04000"
>
<class>
Terminate_UE
</class>
<always_exec>
true
</always_exec>
<desc>
Terminate UE
</desc>
<id>
amarisoft_ue
</id>
</testCase>
<testCase
id=
"
0
00002"
>
<testCase
id=
"
1
00002"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
5
</idle_sleep_time_in_sec>
</testCase>
<testCase
id=
"
0
30000"
>
<testCase
id=
"
1
30000"
>
<class>
Undeploy_Object
</class>
<always_exec>
true
</always_exec>
<desc>
Undeploy gNB
</desc>
...
...
@@ -270,7 +273,7 @@
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"
333333
"
>
<testCase
id=
"
444444
"
>
<class>
Clean_Test_Server_Images
</class>
<always_exec>
true
</always_exec>
<desc>
Clean Test Images on Test Server
</desc>
...
...
ci-scripts/xml_files/container_sa_aw2s_asue_2x2.xml
0 → 100644
View file @
1136e4ca
<!--
Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The OpenAirInterface Software Alliance licenses this file to You under
the OAI Public License, Version 1.1 (the "License"); you may not use this file
except in compliance with the License.
You may obtain a copy of the License at
http://www.openairinterface.org/?page_id=698
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information about the OpenAirInterface (OAI) Software Alliance:
contact@openairinterface.org
-->
<testCaseList>
<htmlTabRef>
TEST-5G-2x2-AW2S
</htmlTabRef>
<htmlTabName>
20 MHz TDD 2x2 SA
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<TestCaseRequestedList>
010000
001000
800813
020000
002000
002001
002002
002003
002004
002005
002006
002007
002008
002009
002010
002011
002012
002013
002014
002015
000100
000010
000020
000030
000040
002016
000200
003000
004000
000002
030000
333333
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"010000"
>
<class>
Pull_Cluster_Image
</class>
<desc>
Pull Images from Cluster
</desc>
<oc_project>
oaicicd-ran
</oc_project>
<images_to_pull>
oai-gnb-aw2s
</images_to_pull>
</testCase>
<testCase
id=
"800813"
>
<class>
Create_Workspace
</class>
<desc>
Create new Workspace
</desc>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"020000"
>
<class>
Deploy_Object
</class>
<desc>
Deploy gNB (TDD/Band78/20MHz/aw2s) in a container
</desc>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_2x2_gnb
</yaml_path>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"001000"
>
<class>
Initialize_UE
</class>
<desc>
Initialize Amarisoft UE
</desc>
<id>
amarisoft_ue_2x2
</id>
</testCase>
<testCase
id=
"002001"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_1
</id>
</testCase>
<testCase
id=
"002002"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_2
</id>
</testCase>
<testCase
id=
"002003"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_3
</id>
</testCase>
<testCase
id=
"002004"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_4
</id>
</testCase>
<testCase
id=
"002005"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_5
</id>
</testCase>
<testCase
id=
"002006"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_6
</id>
</testCase>
<testCase
id=
"002007"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_7
</id>
</testCase>
<testCase
id=
"002008"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_8
</id>
</testCase>
<testCase
id=
"002009"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_9
</id>
</testCase>
<testCase
id=
"002010"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_10
</id>
</testCase>
<testCase
id=
"002011"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_11
</id>
</testCase>
<testCase
id=
"002012"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_12
</id>
</testCase>
<testCase
id=
"002013"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_13
</id>
</testCase>
<testCase
id=
"002014"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_14
</id>
</testCase>
<testCase
id=
"002015"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_15
</id>
</testCase>
<testCase
id=
"000010"
>
<class>
Iperf
</class>
<desc>
iperf (DL/4Mbps/UDP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-u -b 60M -t 30 -R
</iperf_args>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_packetloss_threshold>
25
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
80
</iperf_bitrate_threshold>
<iperf_profile>
balanced
</iperf_profile>
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"000030"
>
<class>
Iperf
</class>
<desc>
iperf (DL/TCP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-t 30 -R
</iperf_args>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_tcp_rate_target>
4
</iperf_tcp_rate_target>
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"000020"
>
<class>
Iperf
</class>
<desc>
iperf (UL/1.5Mbps/UDP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-u -b 22.5M -t 30
</iperf_args>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_packetloss_threshold>
25
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
80
</iperf_bitrate_threshold>
<iperf_profile>
balanced
</iperf_profile>
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"000040"
>
<class>
Iperf
</class>
<desc>
iperf (UL/TCP)(30 sec)(multi-ue profile)
</desc>
<iperf_args>
-t 30
</iperf_args>
<svr_id>
oc-cn5g
</svr_id>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<iperf_tcp_rate_target>
1
</iperf_tcp_rate_target>
<svr_id>
oc-cn5g
</svr_id>
</testCase>
<testCase
id=
"000100"
>
<class>
Ping
</class>
<desc>
Ping: 20pings in 20sec, multi-ue
</desc>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15
</id>
<ping_args>
-c 20 %cn_ip%
</ping_args>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
<ping_rttavg_threshold>
25
</ping_rttavg_threshold>
</testCase>
<testCase
id=
"002016"
>
<class>
Attach_UE
</class>
<desc>
Attach UE
</desc>
<id>
amarisoft_ue_16
</id>
</testCase>
<testCase
id=
"000200"
>
<class>
Ping
</class>
<desc>
Ping: 50pings in 10sec, multi-ue
</desc>
<id>
amarisoft_ue_16
</id>
<ping_args>
-c 50 -i 0.2 %cn_ip%
</ping_args>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
<ping_rttavg_threshold>
30
</ping_rttavg_threshold>
</testCase>
<testCase
id=
"003000"
>
<class>
Detach_UE
</class>
<always_exec>
true
</always_exec>
<desc>
Detach UE
</desc>
<id>
amarisoft_ue_1 amarisoft_ue_2 amarisoft_ue_3 amarisoft_ue_4 amarisoft_ue_5 amarisoft_ue_6 amarisoft_ue_7 amarisoft_ue_8 amarisoft_ue_9 amarisoft_ue_10 amarisoft_ue_11 amarisoft_ue_12 amarisoft_ue_13 amarisoft_ue_14 amarisoft_ue_15 amarisoft_ue_16
</id>
</testCase>
<testCase
id=
"004000"
>
<class>
Terminate_UE
</class>
<always_exec>
true
</always_exec>
<desc>
Terminate UE
</desc>
<id>
amarisoft_ue_2x2
</id>
</testCase>
<testCase
id=
"000002"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
5
</idle_sleep_time_in_sec>
</testCase>
<testCase
id=
"030000"
>
<class>
Undeploy_Object
</class>
<always_exec>
true
</always_exec>
<desc>
Undeploy gNB
</desc>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_2x2_gnb
</yaml_path>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"333333"
>
<class>
Clean_Test_Server_Images
</class>
<always_exec>
true
</always_exec>
<desc>
Clean Test Images on Test Server
</desc>
<test_svr_id>
0
</test_svr_id>
</testCase>
</testCaseList>
ci-scripts/yaml_files/sa_aw2s_2x2_gnb/docker-compose.yml
0 → 100644
View file @
1136e4ca
services
:
oai-gnb
:
image
:
${REGISTRY:-oaisoftwarealliance}/oai-gnb-aw2s:${TAG:-develop}
network_mode
:
"
host"
container_name
:
oai-gnb-aw2s
cap_drop
:
-
ALL
cap_add
:
-
SYS_NICE
-
IPC_LOCK
ulimits
:
core
:
-1
# for core dumps
environment
:
TZ
:
Europe/Paris
USE_ADDITIONAL_OPTIONS
:
--sa
volumes
:
-
../../conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf:/opt/oai-gnb-aw2s/etc/gnb.conf
healthcheck
:
test
:
/bin/bash -c "pgrep nr-softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
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