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
0ea9c3f7
Commit
0ea9c3f7
authored
Oct 01, 2020
by
Hongzhi Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ue changing csi length function name
parent
a53f195b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
+2
-2
openair1/SCHED_NR_UE/pucch_uci_ue_nr.h
openair1/SCHED_NR_UE/pucch_uci_ue_nr.h
+1
-1
No files found.
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
View file @
0ea9c3f7
...
...
@@ -1299,7 +1299,7 @@ uint32_t dummy_csi_payload = 0;
/* FFS TODO_NR code that should be developed */
uint16_t
get_csi_bitlen
(
NR_UE_MAC_INST_t
*
mac
)
{
uint16_t
get_
nr_
csi_bitlen
(
NR_UE_MAC_INST_t
*
mac
)
{
uint16_t
csi_bitlen
=
0
;
uint16_t
rsrp_bitlen
=
0
;
...
...
@@ -1349,7 +1349,7 @@ int get_csi_nr(NR_UE_MAC_INST_t *mac, PHY_VARS_NR_UE *ue, uint8_t gNB_id, uint32
int
rsrp_offset
=
17
;
int
csi_status
=
0
;
csi_status
=
get_csi_bitlen
(
mac
);
csi_status
=
get_
nr_
csi_bitlen
(
mac
);
rsrp_db
[
0
]
=
get_nr_RSRP
(
0
,
0
,
0
);
...
...
openair1/SCHED_NR_UE/pucch_uci_ue_nr.h
View file @
0ea9c3f7
...
...
@@ -338,7 +338,7 @@ int get_csi_nr(NR_UE_MAC_INST_t *mac, PHY_VARS_NR_UE *ue, uint8_t gNB_id, uint32
@param csi_payload is updated with CSI
@returns none */
uint16_t
get_csi_bitlen
(
NR_UE_MAC_INST_t
*
mac
);
uint16_t
get_
nr_
csi_bitlen
(
NR_UE_MAC_INST_t
*
mac
);
void
set_csi_nr
(
int
csi_status
,
uint32_t
csi_payload
);
...
...
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