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
zzha zzha
OpenXG-RAN
Commits
d6f79071
Commit
d6f79071
authored
May 10, 2022
by
Manish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gNB Build Section Updated
parent
b37e5e55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
29 deletions
+1
-29
doc/TESTING_5GSA_setup.md
doc/TESTING_5GSA_setup.md
+1
-29
No files found.
doc/TESTING_5GSA_setup.md
View file @
d6f79071
...
...
@@ -50,7 +50,7 @@ At the moment of writing this document interoperability with the following COTS
## 1.1 gNB build and configuration
To get the code and build the gNB executable:
###
Ubuntu 18.04
###
Build gNB
```
bash
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
git checkout develop
...
...
@@ -61,34 +61,6 @@ To get the code and build the gNB executable:
./build_oai
--gNB
-w
USRP
```
### Ubuntu 20.04
```
bash
# Build UHD from source
# https://files.ettus.com/manual/page_build_guide.html
sudo
apt-get
install
libboost-all-dev libusb-1.0-0-dev doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake build-essential
git clone https://github.com/EttusResearch/uhd.git
cd
uhd/host
mkdir
build
cd
build
cmake ../
make
-j
4
make
test
# This step is optional
sudo
make
install
sudo
ldconfig
sudo
uhd_images_downloader
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
git checkout develop
# Build OAI gNB
cd
openairinterface5g/
source
oaienv
cd
cmake_targets/
./build_oai
--gNB
-w
USRP
```
A reference configuration file for the
**monolithic**
gNB is provided
[
here
](
https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/develop/targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
)
.
...
...
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