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
1791bd5c
Commit
1791bd5c
authored
Feb 19, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call indication regularly
parent
f14c1f7c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
nfapi/oai_integration/nfapi_vnf.c
nfapi/oai_integration/nfapi_vnf.c
+3
-0
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
+2
-1
No files found.
nfapi/oai_integration/nfapi_vnf.c
View file @
1791bd5c
...
...
@@ -1246,6 +1246,9 @@ int trigger_scheduler(nfapi_nr_slot_indication_scf_t *slot_ind)
if
(
g_sched_resp
.
UL_dci_req
.
numPdus
>
0
)
oai_nfapi_ul_dci_req
(
&
g_sched_resp
.
UL_dci_req
);
NR_UL_IND_t
ind
=
{.
frame
=
slot_ind
->
sfn
,
.
slot
=
slot_ind
->
slot
,
};
NR_UL_indication
(
&
ind
);
return
1
;
}
...
...
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
View file @
1791bd5c
...
...
@@ -487,6 +487,7 @@ void NR_UL_indication(NR_UL_IND_t *UL_info) {
}
}
if
(
UL_info
->
rach_ind
.
number_of_pdus
>
0
)
handle_nr_rach
(
UL_info
);
handle_nr_uci
(
UL_info
);
handle_nr_ulsch
(
UL_info
);
...
...
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