Skip to content

Commit 56363fa

Browse files
committed
fapi: adds function to return the precoding builder from the PRS builder
1 parent e8ce4f8 commit 56363fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/srsran/fapi/message_builders.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,14 @@ class dl_prs_pdu_builder
854854

855855
return *this;
856856
}
857+
858+
/// Returns a transmission precoding and beamforming PDU builder of this PRS PDU.
859+
tx_precoding_and_beamforming_pdu_builder get_tx_precoding_and_beamforming_pdu_builder()
860+
{
861+
tx_precoding_and_beamforming_pdu_builder builder(pdu.precoding_and_beamforming);
862+
863+
return builder;
864+
}
857865
};
858866

859867
/// DL_TTI.request message builder that helps to fill in the parameters specified in SCF-222 v4.0 section 3.4.2.

0 commit comments

Comments
 (0)