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
wangjie
OpenXG-RAN
Commits
c3627daa
Commit
c3627daa
authored
Jun 03, 2021
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update in CSI meas computation, including PMI for 2 port
parent
2959b347
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
91 deletions
+103
-91
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c
+99
-87
openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
+4
-4
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c
View file @
c3627daa
This diff is collapsed.
Click to expand it.
openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
View file @
c3627daa
...
@@ -469,10 +469,10 @@ typedef struct {
...
@@ -469,10 +469,10 @@ typedef struct {
typedef
struct
{
typedef
struct
{
uint8_t
cri_bitlen
;
uint8_t
cri_bitlen
;
uint8_t
ri_bitlen
;
uint8_t
ri_bitlen
;
uint8_t
li_bitlen
;
uint8_t
li_bitlen
[
8
]
;
uint8_t
pmi_x1_bitlen
;
uint8_t
pmi_x1_bitlen
[
8
]
;
uint8_t
pmi_x2_bitlen
;
uint8_t
pmi_x2_bitlen
[
8
]
;
uint8_t
cqi_bitlen
;
uint8_t
cqi_bitlen
[
8
]
;
}
CSI_Meas_bitlen_t
;
}
CSI_Meas_bitlen_t
;
typedef
struct
nr_csi_report
{
typedef
struct
nr_csi_report
{
...
...
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