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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
2b007b5d
Commit
2b007b5d
authored
Dec 04, 2024
by
Teodora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add warning that E release support will be removed
parent
825543f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
radio/fhi_72/oran-init.c
radio/fhi_72/oran-init.c
+2
-0
No files found.
radio/fhi_72/oran-init.c
View file @
2b007b5d
...
...
@@ -29,6 +29,7 @@
#include "oaioran.h"
#include "common/utils/assertions.h"
#include "common/utils/LOG/log.h"
#include "common_lib.h"
/* PRACH data samples are 32 bits wide (16bits for I/Q). Each packet contains
...
...
@@ -459,6 +460,7 @@ int *oai_oran_initialize(struct xran_fh_init *xran_fh_init, struct xran_fh_confi
pi
->
prach_tag
=
tag
;
pi
->
pusch_tag
=
tag
;
#ifdef E_RELEASE
LOG_W
(
PHY
,
"Please be aware that E release support will be removed by the end of January 2025. Instead, F release will be mandatory.
\n
"
);
oran_allocate_buffers
(
gxran_handle
,
o_xu_id
,
1
,
pi
,
&
xran_fh_config
[
o_xu_id
]);
#elif defined F_RELEASE
oran_allocate_buffers
(
gxran_handle
,
o_xu_id
,
1
,
pi
,
xran_fh_init
->
mtu
,
&
xran_fh_config
[
o_xu_id
]);
...
...
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