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
Package Registry
Model registry
Operate
Terraform modules
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
Patricio Latini
openairinterface5G
Commits
1675e6e1
Commit
1675e6e1
authored
1 year ago
by
Teodora Vladic
Browse files
Options
Downloads
Patches
Plain Diff
Update FlexRIC commit and E2AP README
parent
d7ff30db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/E2AP/README.md
+19
-5
19 additions, 5 deletions
openair2/E2AP/README.md
openair2/E2AP/flexric
+1
-1
1 addition, 1 deletion
openair2/E2AP/flexric
with
20 additions
and
6 deletions
openair2/E2AP/README.md
+
19
−
5
View file @
1675e6e1
...
...
@@ -98,7 +98,7 @@ git submodule update
```
bash
git clone https://gitlab.eurecom.fr/mosaic5g/flexric flexric
cd
flexric/
git checkout
70dd779f5339f4dac3ac176a24b49c45046a59fa
git checkout
29af8408afad3da36824bd7912562202023ae924
```
### 2.2.2 Build FlexRIC
...
...
@@ -124,8 +124,10 @@ At the moment, the following measurements are supported in OAI RAN:
*
"RRU.PrbTotDl"
*
"RRU.PrbTotUl"
2.
RC v01.03 (
`xapp_kpm_rc`
)
At the moment, OAI RAN supports the RAN control function "QoS flow mapping configuration", i.e. creating a new DRB.
2.
RC v01.03
Currently available RC xApps:
*
`xapp_kpm_rc`
- RAN control function "QoS flow mapping configuration" support, i.e. creating a new DRB.
*
`xapp_rc_moni`
- aperiodic subscription support for "UE RRC State Change"
3.
MAC + RLC + PDCP + GTP (
`xapp_gtp_mac_rlc_pdcp_moni`
)
...
...
@@ -172,13 +174,25 @@ cd flexric
./build/examples/ric/nearRT-RIC
```
*
start the KPM xApp
*
start the KPM
monitor
xApp
```
bash
cd
flexric
./build/examples/xApp/c/monitor/xapp_kpm_moni
```
*
start the (MAC + RLC + PDCP + GTP) xApp
*
start the RC monitor xApp
```
bash
cd
flexric
./build/examples/xApp/c/monitor/xapp_rc_moni
```
*
start the RC control xApp
```
bash
cd
flexric
./build/examples/xApp/c/kpm_rc/xapp_kpm_rc
```
*
start the (MAC + RLC + PDCP + GTP) monitor xApp
```
bash
cd
flexric
./build/examples/xApp/c/monitor/xapp_gtp_mac_rlc_pdcp_moni
...
...
This diff is collapsed.
Click to expand it.
flexric
@
29af8408
Compare
70dd779f
...
29af8408
Subproject commit
70dd779f5339f4dac3ac176a24b49c45046a59fa
Subproject commit
29af8408afad3da36824bd7912562202023ae924
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