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
Merge requests
!2083
integration_2023_w17
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
integration_2023_w17
integration_2023_w17
into
develop
Overview
19
Commits
18
Pipelines
0
Changes
1
Merged
Robert Schmidt
requested to merge
integration_2023_w17
into
develop
1 year ago
Overview
19
Commits
18
Pipelines
0
Changes
1
Expand
!2045 (merged)
ssb offset to point A harmonization
!2068 (merged)
Add mac_CellGroupConfig in RRCReconfiguration after a RRCReestablisment
!2052 (merged)
fix(ci): for old versions of iperf, server process shall be killed manually
!2056 (merged)
Generic changes related to UEs used in CI
!2074 (merged)
Fix of command for USRP B200 reset in CI pipeline
!2014 (merged)
transform global variables into const or static
!2082 (merged)
Change of the PLMN in AW2S pipeline
!2078 (merged)
Improve PRS Tutorial
!2079 (merged)
Update scope (Xforms, Qt) documentation and list in doc/README.md
Edited
1 year ago
by
Robert Schmidt
0
0
Merge request reports
Viewing commit
3c5468dd
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3c5468dd
Fix of command for USRP B200 reset in CI pipeline
· 3c5468dd
Jaroslava Fiedlerova
authored
1 year ago
ci-scripts/xml_files/container_nsa_b200_quectel.xml
+
2
−
2
Options
@@ -69,8 +69,8 @@
<class>
Custom_Command
</class>
<desc>
Reset USRP
</desc>
<node>
nepes
</node>
<command>
sudo -S b2xx_fx3_utils --reset-device
</command>
</testCase>
<command>
sudo -S
/usr/lib/uhd/utils/
b2xx_fx3_utils --reset-device
</command>
</testCase>
<testCase
id=
"200000"
>
<class>
Custom_Command
</class>
Loading