remove unnecessary pdcp_run hack in nr-softmodem

Signed-off-by: francescomani <email@francescomani.it>
This commit is contained in:
francescomani
2026-05-01 13:54:33 +02:00
parent 7e9d3cc328
commit 6c39ea2b0b

View File

@@ -100,13 +100,6 @@ int chain_offset = 0;
int numerology = 0;
double cpuf;
/* hack: pdcp_run() is required by 4G scheduler which is compiled into
* nr-softmodem because of linker issues */
void pdcp_run(const protocol_ctxt_t *const ctxt_pP)
{
abort();
}
/*------------------------------------------------------------------------*/
unsigned int build_rflocal(int txi, int txq, int rxi, int rxq) {