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
06e66330
Commit
06e66330
authored
Feb 13, 2025
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary extern bandtable declaration
parent
c898a9f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
common/utils/nr/nr_common.h
common/utils/nr/nr_common.h
+1
-2
No files found.
common/utils/nr/nr_common.h
View file @
06e66330
...
...
@@ -204,11 +204,10 @@ bool nr_timer_is_active(const NR_timer_t *timer);
uint32_t
nr_timer_elapsed_time
(
const
NR_timer_t
*
timer
);
int
set_default_nta_offset
(
frequency_range_t
freq_range
,
uint32_t
samples_per_subframe
);
extern
const
nr_bandentry_t
nr_bandtable
[];
extern
simde__m128i
byte2bit16_lut
[
256
];
void
init_byte2bit16
(
void
);
void
init_byte2m128i
(
void
);
void
init_byte2m128i
(
void
);
static
inline
simde__m128i
byte2bit16
(
uint8_t
b
)
{
...
...
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