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
fff5497f
Commit
fff5497f
authored
Nov 09, 2023
by
Rúben Soares da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove leftover comment
parent
e6d3a367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
+0
-1
No files found.
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
View file @
fff5497f
...
...
@@ -4765,7 +4765,6 @@ static uint8_t unpack_ul_tti_request_prach_pdu(void *tlv, uint8_t **ppReadPacked
&&
pull8
(
ppReadPackedMsg
,
&
prach_pdu
->
beamforming
.
dig_bf_interface
,
end
)))
{
return
0
;
}
// TODO: ignoring beamforming tlv for now
if
(
prach_pdu
->
beamforming
.
num_prgs
>
0
)
{
prach_pdu
->
beamforming
.
prgs_list
=
calloc
(
prach_pdu
->
beamforming
.
num_prgs
,
sizeof
(
*
prach_pdu
->
beamforming
.
prgs_list
));
if
(
prach_pdu
->
beamforming
.
dig_bf_interface
>
0
)
{
...
...
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