Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SDRan-OpenAirInterface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ReginaLAB
SDRan-OpenAirInterface
Commits
dfb69e17
Commit
dfb69e17
authored
4 months ago
by
Carlos Antonio De Lima Filho
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
3f3847fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openairinterface5g/openairinterface-install-scripts/README.md
+34
-2
34 additions, 2 deletions
...airinterface5g/openairinterface-install-scripts/README.md
with
34 additions
and
2 deletions
openairinterface5g/openairinterface-install-scripts/README.md
+
34
−
2
View file @
dfb69e17
...
...
@@ -192,7 +192,7 @@ To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
For this task, open another terminal using crtl+Alt+T.
**Step 1:**
Core deployment
**Step 1:**
Core deployment
?
> cd /home/$your user$/oai-cn5g-fed/docker-compose
>
...
...
@@ -203,4 +203,36 @@ Expected result:
After running the above command, nine containers are expected to be in the "Up (healthy)" state as shown in figure below.

\ No newline at end of file

**Step 2:**
FlexRIC deployment:
> cd flexric/
>
> ./build/examples/ric/nearRT-RIC
After running the above command the expect result is shown in figure below.

**Step 3:**
gNB deployment:
**Attention:**
You must have Core 5G up and running
**Step 3.1:**
open a new terminal using ctrl+Alt+T and type:
> sudo su
>
> cd /home/dco1020/openairinterface5g/cmake_targets/ran_build/build/
>
> sudo RFSIMULATOR=server ./nr-softmodem --rfsim --sa -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf --gNBs.[0].min_rxtxtime 6 --continuous-tx
**Step 3.2**
: To check the connection of gNodeB to the Core, see AMF logs. Open another terminal (the third one) using ctrl+Alt+T and type:
> docker logs -f oai-amf
The expected return is shown in figure below, where gNodeB shows the connected status.

\ No newline at end of file
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