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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
6c73828c
Commit
6c73828c
authored
Sep 12, 2023
by
Teodora
Committed by
Robert Schmidt
Sep 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add option to collect data from CU and DU for KPM
parent
505a00c3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
521 additions
and
213 deletions
+521
-213
openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_kpm.c
openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_kpm.c
+505
-211
openair2/E2AP/README.md
openair2/E2AP/README.md
+15
-1
openair2/E2AP/flexric
openair2/E2AP/flexric
+1
-1
No files found.
openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_kpm.c
View file @
6c73828c
This diff is collapsed.
Click to expand it.
openair2/E2AP/README.md
View file @
6c73828c
...
...
@@ -106,10 +106,24 @@ If you are interested in TC and SLICE SMs, please follow the instructions at htt
# 3. Start the process
In order to configure E2 agent, please, add the following block in the configuration file:
```
bash
e2_agent
=
{
near_ric_ip_addr
=
"127.0.0.1"
;
sm_dir
=
"/usr/local/lib/flexric/"
}
```
*
start the gNB
```
bash
cd
oai/cmake_targets/ran_build/build
sudo
./nr-softmodem
-O
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
--gNBs
.[0].min_rxtxtime 6
--rfsim
--sa
--rfsimulator
.serveraddr server
sudo
./nr-softmodem
-O
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
--rfsim
--sa
-E
```
*
if CU-DU split is used, start the gNB as follows
```
bash
sudo
./nr-softmodem
-O
<path_to_du_conf_file>
--rfsim
--sa
-E
sudo
./nr-softmodem
-O
<path_to_cu_conf_file>
--rfsim
--sa
-E
```
*
start the nrUE
...
...
flexric
@
793daf62
Subproject commit
ad8ea30ffb67ed2d7b958f04fbc639c92311f79b
Subproject commit
793daf62b6f7d5b56062ec9f3cf70e874b6538e3
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