Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
47ed9f11
Commit
47ed9f11
authored
Oct 07, 2020
by
r.karey
Committed by
guhan
Feb 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSI-RS reporting bitlength calculation for type1 single panel two CSI-RS ports
parent
6d71540f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
285 additions
and
121 deletions
+285
-121
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/config.c
+240
-32
openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
+13
-2
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
+32
-87
No files found.
openair2/LAYER2/NR_MAC_gNB/config.c
View file @
47ed9f11
This diff is collapsed.
Click to expand it.
openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
View file @
47ed9f11
...
...
@@ -393,7 +393,16 @@ typedef struct {
uint8_t
cri_ssbri_bitlen
;
uint8_t
rsrp_bitlen
;
uint8_t
diff_rsrp_bitlen
;
}
CRI_SSBRI_RSRP_bitlen_t
;
}
L1_RSRP_bitlen_t
;
typedef
struct
{
uint8_t
cri_bitlen
;
uint8_t
ri_bitlen
;
uint8_t
li_bitlen
;
uint8_t
pmi_x1_bitlen
;
uint8_t
pmi_x2_bitlen
;
uint8_t
cqi_bitlen
;
}
CSI_Meas_bitlen_t
;
#define MAX_CSI_RESOURCE_SET_IN_CSI_RESOURCE_CONFIG 16
...
...
@@ -402,11 +411,13 @@ typedef struct nr_csi_report {
NR_CSI_ResourceConfig__csi_RS_ResourceSetList_PR
CSI_Resource_type
;
uint8_t
nb_of_nzp_csi_report
;
uint8_t
nb_of_csi_ssb_report
;
CRI_SSBRI_RSRP_bitlen_t
CSI_report_bitlen
[
MAX_CSI_RESOURCE_SET_IN_CSI_RESOURCE_CONFIG
];
L1_RSRP_bitlen_t
CSI_report_bitlen
;
CSI_Meas_bitlen_t
csi_meas_bitlen
;
}
nr_csi_report_t
;
/*! \brief scheduling control information set through an API */
#define MAX_CSI_REPORTS 48
typedef
struct
{
/// total amount of data awaiting for this UE
uint32_t
num_total_bytes
;
...
...
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
View file @
47ed9f11
This diff is collapsed.
Click to expand it.
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