Commit 035b6eb9 authored by Robert Schmidt's avatar Robert Schmidt

Print prach_eaxc_coffset

parent ab2dd20b
......@@ -312,6 +312,7 @@ void print_fh_config(const struct xran_fh_config *fh_config)
nCC %d\n\
neAxc %d\n\
neAxcUl %d\n\
prach_eAxc_offset = %d\n\
nAntElmTRx %d\n\
nDLFftSize %d\n\
nULFftSize %d\n\
......@@ -328,6 +329,7 @@ void print_fh_config(const struct xran_fh_config *fh_config)
fh_config->nCC,
fh_config->neAxc,
fh_config->neAxcUl,
fh_config->prach_eAxc_offset,
fh_config->nAntElmTRx,
fh_config->nDLFftSize,
fh_config->nULFftSize,
......@@ -587,6 +589,7 @@ bool set_fh_config(struct xran_fh_config *fh_config)
fh_config->nCC = 1;
fh_config->neAxc = 4;
fh_config->neAxcUl = 4;
fh_config->prach_eAxc_offset = 4; // SPECIAL SPECIAL added by Raymond
fh_config->nAntElmTRx = 4;
fh_config->nDLFftSize = 0;
fh_config->nULFftSize = 0;
......
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