Commit 7e707eff authored by Roberto Louro Magueta's avatar Roberto Louro Magueta

Fix nr_pbchsim build

parent addd5d1e
...@@ -98,6 +98,14 @@ bool nr_ue_dlsch_procedures(PHY_VARS_NR_UE *ue, ...@@ -98,6 +98,14 @@ bool nr_ue_dlsch_procedures(PHY_VARS_NR_UE *ue,
return false; return false;
} }
int pack_nr_srs_beamforming_report(void *pMessageBuf, void *pPackedBuf, uint32_t packedBufLen) {
return 0;
}
int pack_nr_srs_normalized_channel_iq_matrix(void *pMessageBuf, void *pPackedBuf, uint32_t packedBufLen) {
return 0;
}
void nr_phy_config_request_sim_pbchsim(PHY_VARS_gNB *gNB, void nr_phy_config_request_sim_pbchsim(PHY_VARS_gNB *gNB,
int N_RB_DL, int N_RB_DL,
int N_RB_UL, int N_RB_UL,
......
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