Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
d579ce22
Commit
d579ce22
authored
Jan 16, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make benetel work no 2
parent
530792f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
radio/fhi_72/oaioran.c
radio/fhi_72/oaioran.c
+6
-2
No files found.
radio/fhi_72/oaioran.c
View file @
d579ce22
...
@@ -308,8 +308,12 @@ int xran_fh_rx_read_slot(ru_info_t *ru, int *frame, int *slot){
...
@@ -308,8 +308,12 @@ int xran_fh_rx_read_slot(ru_info_t *ru, int *frame, int *slot){
struct
xran_prb_map
*
pPrbMap
=
(
struct
xran_prb_map
*
)
pPrbMapData
;
struct
xran_prb_map
*
pPrbMap
=
(
struct
xran_prb_map
*
)
pPrbMapData
;
struct
xran_prb_elm
*
pRbElm
=
&
pPrbMap
->
prbMap
[
0
];
struct
xran_prb_elm
*
pRbElm
=
&
pPrbMap
->
prbMap
[
0
];
pData
=
xran_ctx
->
sFrontHaulRxBbuIoBufCtrl
[
tti
%
XRAN_N_FE_BUF_LEN
][
cc_id
][
ant_id
%
nb_rx_per_ru
].
sBufferList
.
pBuffers
[
sym_idx
%
XRAN_NUM_OF_SYMBOL_PER_SLOT
].
pData
;
struct
xran_section_desc
*
p_sec_desc
=
pRbElm
->
p_sec_desc
[
sym_idx
][
0
];
//}
uint32_t
one_rb_size
=
(((
pRbElm
->
iqWidth
==
0
)
||
(
pRbElm
->
iqWidth
==
16
))
?
(
N_SC_PER_PRB
*
2
*
2
)
:
(
3
*
pRbElm
->
iqWidth
+
1
));
if
(
fh_init
->
mtu
<
pRbElm
->
nRBSize
*
one_rb_size
)
pData
=
xran_ctx
->
sFrontHaulRxBbuIoBufCtrl
[
tti
%
XRAN_N_FE_BUF_LEN
][
cc_id
][
ant_id
%
nb_rx_per_ru
].
sBufferList
.
pBuffers
[
sym_idx
%
XRAN_NUM_OF_SYMBOL_PER_SLOT
].
pData
;
else
pData
=
p_sec_desc
->
pData
;
ptr
=
pData
;
ptr
=
pData
;
pos
=
(
int32_t
*
)(
start_ptr
+
(
4
*
sym_idx
*
4096
));
pos
=
(
int32_t
*
)(
start_ptr
+
(
4
*
sym_idx
*
4096
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment