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
91ec80e3
Commit
91ec80e3
authored
Dec 20, 2021
by
rmagueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix after merge
parent
06ec8b59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
+2
-0
No files found.
openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
View file @
91ec80e3
...
...
@@ -253,6 +253,8 @@ int8_t nr_ue_scheduled_response(nr_scheduled_response_t *scheduled_response){
srs_config_pdu
=
&
ul_config
->
ul_config_list
[
i
].
srs_config_pdu
;
memcpy
((
void
*
)
&
(
PHY_vars_UE_g
[
module_id
][
cc_id
]
->
srs_vars
[
gNB_id
]
->
srs_config_pdu
),
(
void
*
)
srs_config_pdu
,
sizeof
(
fapi_nr_ul_config_srs_pdu
));
PHY_vars_UE_g
[
module_id
][
cc_id
]
->
srs_vars
[
gNB_id
]
->
active
=
true
;
ul_config
->
ul_config_list
[
i
].
pdu_type
=
FAPI_NR_UL_CONFIG_TYPE_DONE
;
// not handle it any more
pdu_done
++
;
break
;
default:
...
...
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