Commit 352b96ae authored by Robert Schmidt's avatar Robert Schmidt

correct patch

parent 207c59b2
...@@ -337,7 +337,7 @@ index 89dcc1f..227cdfc 100644 ...@@ -337,7 +337,7 @@ index 89dcc1f..227cdfc 100644
struct xran_section_gen_info sect_geninfo[8]; struct xran_section_gen_info sect_geninfo[8];
struct rte_mbuf *mbuf = xran_ethdi_mbuf_alloc(); struct rte_mbuf *mbuf = xran_ethdi_mbuf_alloc();
- prach_port_id = ant_id + num_eAxc; - prach_port_id = ant_id + num_eAxc;
+ prach_port_id = ant_id + pPrachCPConfig; + prach_port_id = ant_id + pPrachCPConfig->eAxC_offset;
/* start new section information list */ /* start new section information list */
xran_cp_reset_section_info(pHandle, XRAN_DIR_UL, cc_id, prach_port_id, ctx_id); xran_cp_reset_section_info(pHandle, XRAN_DIR_UL, cc_id, prach_port_id, ctx_id);
......
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