Commit 91bfb290 authored by Francesco Mani's avatar Francesco Mani

Merge branch 'NR_CSI_reporting' of...

Merge branch 'NR_CSI_reporting' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_CSI_reporting
parents 9301bca0 0ea9c3f7
...@@ -1299,7 +1299,7 @@ uint32_t dummy_csi_payload = 0; ...@@ -1299,7 +1299,7 @@ uint32_t dummy_csi_payload = 0;
/* FFS TODO_NR code that should be developed */ /* 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 csi_bitlen =0;
uint16_t rsrp_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 ...@@ -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 rsrp_offset = 17;
int csi_status = 0; 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); rsrp_db[0] = get_nr_RSRP(0,0,0);
......
...@@ -338,7 +338,7 @@ int get_csi_nr(NR_UE_MAC_INST_t *mac, PHY_VARS_NR_UE *ue, uint8_t gNB_id, uint32 ...@@ -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 @param csi_payload is updated with CSI
@returns none */ @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); void set_csi_nr(int csi_status, uint32_t csi_payload);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment