-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from openaicellular/e2like
Incorporate E2-like xApps and srsRAN
- Loading branch information
Showing
6 changed files
with
60 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ric-app-ic-e2like
added at
135976
Submodule ric-app-ml-e2like
added at
08bd96
Submodule srsRAN-e2
updated
12 files
+10 −0 | CMakeLists.txt | |
+7 −0 | srsenb/hdr/phy/txrx.h | |
+4 −0 | srsenb/hdr/ric/agent.h | |
+0 −14 | srsenb/hdr/stack/mac/mac.h | |
+2 −9 | srsenb/hdr/stack/mac/sched_ue.h | |
+12 −4 | srsenb/hdr/stack/mac/sched_ue_ctrl/sched_ue_cell.h | |
+13 −0 | srsenb/src/metrics_csv.cc | |
+66 −0 | srsenb/src/phy/txrx.cc | |
+37 −0 | srsenb/src/ric/CMakeLists.txt | |
+76 −3 | srsenb/src/ric/agent.cc | |
+4 −1 | srsenb/src/stack/mac/sched_ue.cc | |
+44 −3 | srsenb/src/stack/mac/sched_ue_ctrl/sched_ue_cell.cc |