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:
Raymond Knopp
2026-02-25 16:35:15 +01:00
committed by Robert Schmidt
parent 28cff29178
commit aaf2e2aed9
5 changed files with 9 additions and 8 deletions

View File

@@ -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