Removed TRP-scheme byte from UL BF PDU to Interop with Aerial 25-1 (FAPI 10.02)

This commit is contained in:
Gabriele Gemmi
2025-08-01 07:42:04 +00:00
committed by francescomani
parent 9e34a8ebed
commit 8beb382277
5 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
static void fill_ul_tti_request_beamforming(nfapi_nr_ul_beamforming_t *beamforming_pdu)
{
beamforming_pdu->trp_scheme = rand8();
// beamforming_pdu->trp_scheme = rand8(); // not part of 10.02
beamforming_pdu->num_prgs = rand16_range(1, NFAPI_MAX_NUM_PRGS);
beamforming_pdu->prg_size = rand16_range(1, 275);
beamforming_pdu->dig_bf_interface = rand8_range(1,NFAPI_MAX_NUM_BG_IF);