Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
981f4603
Commit
981f4603
authored
3 years ago
by
Luis Pereira
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/develop' into scs_60_iisc
parents
212f00fc
2ac6a30c
Branches
scs_60_iisc
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1555
integration_2022_wk19b
,
!1454
Implementation of multiple dedicated BWPs
,
!1175
WIP: Addition of dedicated BWPs
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci-scripts/ran.py
+1
-1
1 addition, 1 deletion
ci-scripts/ran.py
ci-scripts/xml_files/gnb_phytest_usrp_run.xml
+13
-12
13 additions, 12 deletions
ci-scripts/xml_files/gnb_phytest_usrp_run.xml
ci-scripts/xml_files/simple_dummy_build.xml
+7
-1
7 additions, 1 deletion
ci-scripts/xml_files/simple_dummy_build.xml
with
21 additions
and
14 deletions
ci-scripts/ran.py
+
1
−
1
View file @
981f4603
...
...
@@ -346,7 +346,7 @@ class RANManagement():
#reboot USRP if requested in xml
if
self
.
USRPIPAddress
!=
''
:
logging
.
debug
(
'
USRP
'
+
self
.
USRPIPAddress
+
'
reboot request
'
)
logging
.
debug
(
'
USRP
'
+
self
.
USRPIPAddress
+
'
:
reboot request
'
)
mySSH
.
open
(
lIpAddr
,
lUserName
,
lPassWord
)
cmd2usrp
=
'
ssh root@
'
+
self
.
USRPIPAddress
+
'
reboot
'
mySSH
.
command2
(
cmd2usrp
,
1
)
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/gnb_phytest_usrp_run.xml
+
13
−
12
View file @
981f4603
...
...
@@ -21,21 +21,22 @@
-->
<testCaseList>
<htmlTabRef>
gNB-PHY-Test
</htmlTabRef>
<htmlTabName>
Run-gNB-PHY-Test
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<htmlTabRef>
gNB-PHY-Test
</htmlTabRef>
<htmlTabName>
Run-gNB-PHY-Test
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<repeatCount>
3
</repeatCount>
<TestCaseRequestedList>
090101 000001 090109
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"090101"
>
<class>
Initialize_eNB
</class>
<desc>
Initialize gNB USRP
</desc>
<testCase
id=
"090101"
>
<class>
Initialize_eNB
</class>
<desc>
Initialize gNB USRP
</desc>
<Initialize_eNB_args>
-O ci-scripts/conf_files/gnb.band78.tm1.106PRB.usrpn300.conf --phy-test -q -U 787200 -T 106 -t 28 -D 130175 -m 28 -M 106 --log_config.global_log_options level,nocolor,time
</Initialize_eNB_args>
<air_interface>
NR
</air_interface>
</testCase>
<USRP_IPAddress>
192.168.30.2
</USRP_IPAddress>
</testCase>
<testCase
id=
"000001"
>
<class>
IdleSleep
</class>
...
...
@@ -44,10 +45,10 @@
</testCase>
<testCase
id=
"090109"
>
<class>
Terminate_eNB
</class>
<desc>
Terminate gNB
</desc>
<testCase
id=
"090109"
>
<class>
Terminate_eNB
</class>
<desc>
Terminate gNB
</desc>
<air_interface>
NR
</air_interface>
</testCase>
</testCase>
</testCaseList>
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/simple_dummy_build.xml
+
7
−
1
View file @
981f4603
...
...
@@ -25,7 +25,7 @@
<htmlTabName>
Build
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
0
101
01
0
000
01
</TestCaseRequestedList>
<TestCaseExclusionList>
</TestCaseExclusionList>
...
...
@@ -38,4 +38,10 @@
<eNB_serverId>
0
</eNB_serverId>
</testCase>
<testCase
id=
"000001"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
5
</idle_sleep_time_in_sec>
</testCase>
</testCaseList>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment