Commit 0ea7946d authored by matzakos's avatar matzakos

Remove redundant call to init_pdcp for noS1

parent 31b12e2e
...@@ -739,10 +739,6 @@ if(!IS_SOFTMODEM_NOS1) ...@@ -739,10 +739,6 @@ if(!IS_SOFTMODEM_NOS1)
#endif #endif
LOG_I(HW, "Version: %s\n", PACKAGE_VERSION); LOG_I(HW, "Version: %s\n", PACKAGE_VERSION);
if(IS_SOFTMODEM_NOS1)
init_pdcp();
if (RC.nb_nr_L1_inst > 0) if (RC.nb_nr_L1_inst > 0)
RCconfig_NR_L1(); RCconfig_NR_L1();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment