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
alex037yang
OpenXG-RAN
Commits
f6a502ad
Commit
f6a502ad
authored
Jan 25, 2021
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
some more fixes that are missed out in previous commits
parent
3a1de4c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
+1
-0
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
+1
-1
openair2/LAYER2/NR_MAC_UE/config_ue.c
openair2/LAYER2/NR_MAC_UE/config_ue.c
+1
-0
No files found.
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
View file @
f6a502ad
...
...
@@ -1019,6 +1019,7 @@ typedef struct
typedef
struct
{
uint8_t
tdd_period
;
//DL UL Transmission Periodicity. Value:0: ms0p5 1: ms0p625 2: ms1 3: ms1p25 4: ms2 5: ms2p5 6: ms5 7: ms10 8: ms3 9: ms4
uint8_t
tdd_period_in_slots
;
fapi_nr_max_tdd_periodicity_t
*
max_tdd_periodicity_list
;
}
fapi_nr_tdd_table_t
;
...
...
openair1/SCHED_NR_UE/pucch_uci_ue_nr.c
View file @
f6a502ad
...
...
@@ -805,7 +805,7 @@ uint8_t get_downlink_ack(PHY_VARS_NR_UE *ue, uint8_t gNB_id, UE_nr_rxtx_proc_t
number_harq_feedback
++
;
ack_data
[
code_word
][
dai_current
-
1
]
=
harq_status
->
ack
;
dai
[
code_word
][
dai_current
-
1
]
=
dai_current
;
harq_status
->
send_harq_status
=
=
0
;
harq_status
->
send_harq_status
=
0
;
}
if
(
do_reset
==
TRUE
)
{
init_downlink_harq_status
(
ue
->
dlsch
[
thread_idx
][
gNB_id
][
code_word
]
->
harq_processes
[
dl_harq_pid
]);
...
...
openair2/LAYER2/NR_MAC_UE/config_ue.c
View file @
f6a502ad
...
...
@@ -82,6 +82,7 @@ int set_tdd_config_nr_ue(fapi_nr_config_request_t *cfg,
}
int
nb_slots_per_period
=
((
1
<<
mu
)
*
NR_NUMBER_OF_SUBFRAMES_PER_FRAME
)
/
nb_periods_per_frame
;
cfg
->
tdd_table
.
tdd_period_in_slots
=
nb_slots_per_period
;
if
(
(
nrofDownlinkSymbols
+
nrofUplinkSymbols
)
==
0
)
AssertFatal
(
nb_slots_per_period
==
(
nrofDownlinkSlots
+
nrofUplinkSlots
),
...
...
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