mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
LDPC interface: init: provide number of PxSCH
Provide the memory buffer size for storing LLRs across HARQ rounds. then we don't need to check for this in the API users. Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
This commit is contained in:
committed by
Robert Schmidt
parent
28cff29178
commit
aaf2e2aed9
@@ -256,7 +256,7 @@ int main(int argc, char **argv)
|
||||
|
||||
init_opt();
|
||||
|
||||
int ret_loader = load_nrLDPC_coding_interface(NULL, &nrLDPC_coding_interface);
|
||||
int ret_loader = load_nrLDPC_coding_interface(NULL, &nrLDPC_coding_interface, 32);
|
||||
AssertFatal(ret_loader == 0, "error loading LDPC library\n");
|
||||
|
||||
// strdup to put the sring in the core file for post mortem identification
|
||||
|
||||
Reference in New Issue
Block a user