Commit b1a28571 authored by Rúben Soares Silva's avatar Rúben Soares Silva Committed by Robert Schmidt

Add missing parameters to DL_TTI.request PDUs

parent 05899232
......@@ -897,6 +897,19 @@ typedef struct {
uint8_t nEpreRatioOfPDSCHToPTRS;
// Beamforming
nfapi_nr_tx_precoding_and_beamforming_t precodingAndBeamforming;
// TX Power info
/// Ratio of PDSCH EPRE to NZP CSI-RSEPRE [TS38.214,sec 5.2.2.3.1]
uint8_t powerControlOffset;
/// Ratio of SSB/PBCH block EPRE to NZP CSI-RS EPRES [TS38.214, sec 5.2.2.3.1]
uint8_t powerControlOffsetSS;
// CBG fields
/// Indicates whether last CB is present in the CBG retransmission ( 0 -> not included; 1 -> included )
uint8_t isLastCbPresent;
/// Indicates whether TB CRC is part of data payload or control message ( 0 -> payload; 1 -> control message )
uint8_t isInlineTbCrc;
/// TB CRC: to be used in the last CB, applicable only if last CB is present
uint32_t dlTbCrc;
nfapi_v3_pdsch_maintenance_parameters_t maintenance_parms_v3;
}nfapi_nr_dl_tti_pdsch_pdu_rel15_t;
......
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