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
zzha zzha
OpenXG-RAN
Commits
5ead5cf2
Commit
5ead5cf2
authored
Jul 24, 2020
by
Andrew Burger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed memory error
parent
5db290dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/PHY_INTERFACE/IF_Module.c
openair2/PHY_INTERFACE/IF_Module.c
+1
-1
openair2/PHY_INTERFACE/IF_Module.h
openair2/PHY_INTERFACE/IF_Module.h
+1
-1
No files found.
openair2/PHY_INTERFACE/IF_Module.c
View file @
5ead5cf2
...
...
@@ -23,7 +23,7 @@ uint16_t frame_cnt=0;
void
handle_rach
(
UL_IND_t
*
UL_info
)
{
int
i
;
int
j
=
UL_info
->
subframe
;
AssertFatal
(
j
<
sizeof
(
UL_RCC_INFO
.
rach_ind
)
/
sizeof
(
UL_RCC_INFO
.
rach_ind
[
0
]),
"j index out of range of index of rach_ind
\n
"
);
if
(
NFAPI_MODE
==
NFAPI_MODE_VNF
)
{
if
(
UL_RCC_INFO
.
rach_ind
[
j
].
rach_indication_body
.
number_of_preambles
>
0
)
...
...
openair2/PHY_INTERFACE/IF_Module.h
View file @
5ead5cf2
...
...
@@ -88,7 +88,7 @@ typedef struct {
}
UL_IND_t
;
// Downlink subframe P7
#define NUM_NFPAI_SUBFRAME
5
#define NUM_NFPAI_SUBFRAME
10
typedef
struct
{
/// harq indication list
nfapi_harq_indication_t
harq_ind
[
NUM_NFPAI_SUBFRAME
];
...
...
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