Added SSB scaling configuration option

This commit is contained in:
Andre Puschmann 2021-10-04 10:31:55 +02:00
parent 952b958aff
commit 91e17337db
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ typedef struct SRSRAN_API {
float beta_sss; ///< SSS power allocation
float beta_pbch; ///< PBCH power allocation
float beta_pbch_dmrs; ///< PBCH DMRS power allocation
float scaling; ///< IFFT scaling (used for modulation), set to 0 for default
} srsran_ssb_cfg_t;
/**