Commit 52b76d12 authored by Robert Schmidt's avatar Robert Schmidt

Make passed secondaryCellGroup pointer const in prepare_dci()

parent 6d0e206e
...@@ -867,7 +867,7 @@ void nr_configure_pucch(nfapi_nr_pucch_pdu_t* pucch_pdu, ...@@ -867,7 +867,7 @@ void nr_configure_pucch(nfapi_nr_pucch_pdu_t* pucch_pdu,
} }
void prepare_dci(NR_CellGroupConfig_t *secondaryCellGroup, void prepare_dci(const NR_CellGroupConfig_t *secondaryCellGroup,
dci_pdu_rel15_t *dci_pdu_rel15, dci_pdu_rel15_t *dci_pdu_rel15,
nr_dci_format_t format, nr_dci_format_t format,
int bwp_id) { int bwp_id) {
......
...@@ -251,7 +251,7 @@ void fill_dci_pdu_rel15(NR_ServingCellConfigCommon_t *scc, ...@@ -251,7 +251,7 @@ void fill_dci_pdu_rel15(NR_ServingCellConfigCommon_t *scc,
int N_RB, int N_RB,
int bwp_id); int bwp_id);
void prepare_dci(NR_CellGroupConfig_t *secondaryCellGroup, void prepare_dci(const NR_CellGroupConfig_t *secondaryCellGroup,
dci_pdu_rel15_t *dci_pdu_rel15, dci_pdu_rel15_t *dci_pdu_rel15,
nr_dci_format_t format, nr_dci_format_t format,
int bwp_id); int bwp_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