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
Michael Black
OpenXG-RAN
Commits
8e9f9b56
Commit
8e9f9b56
authored
Mar 24, 2023
by
luis_pereira87
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build by installing nrscope dependencies
parent
6475cf21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
doc/NR_SA_Tutorial_COTS_UE.md
doc/NR_SA_Tutorial_COTS_UE.md
+1
-1
doc/NR_SA_Tutorial_OAI_nrUE.md
doc/NR_SA_Tutorial_OAI_nrUE.md
+4
-1
No files found.
doc/NR_SA_Tutorial_COTS_UE.md
View file @
8e9f9b56
...
@@ -90,7 +90,7 @@ cd ~/openairinterface5g/cmake_targets
...
@@ -90,7 +90,7 @@ cd ~/openairinterface5g/cmake_targets
cd
~/openairinterface5g
cd
~/openairinterface5g
source
oaienv
source
oaienv
cd
cmake_targets
cd
cmake_targets
./build_oai
-w
USRP
--ninja
--gNB
-
-build-lib
"nrscope"
-
c
./build_oai
-w
USRP
--ninja
--gNB
-c
```
```
# 4. Run OAI CN5G and OAI gNB
# 4. Run OAI CN5G and OAI gNB
...
...
doc/NR_SA_Tutorial_OAI_nrUE.md
View file @
8e9f9b56
...
@@ -74,11 +74,14 @@ git checkout develop
...
@@ -74,11 +74,14 @@ git checkout develop
cd
~/openairinterface5g/cmake_targets
cd
~/openairinterface5g/cmake_targets
./build_oai
-I
./build_oai
-I
# nrscope dependencies
sudo
apt
install
-y
libforms-dev libforms-bin
# Build OAI gNB
# Build OAI gNB
cd
~/openairinterface5g
cd
~/openairinterface5g
source
oaienv
source
oaienv
cd
cmake_targets
cd
cmake_targets
./build_oai
-w
USRP
--ninja
--nrUE
--gNB
--build-lib
"
telnetsrv
nrscope"
-c
./build_oai
-w
USRP
--ninja
--nrUE
--gNB
--build-lib
"nrscope"
-c
```
```
# 4. Run OAI CN5G and OAI gNB
# 4. Run OAI CN5G and OAI gNB
...
...
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