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
5e7de1cd
Commit
5e7de1cd
authored
Feb 14, 2022
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing typo and adding .h files for linking
parent
af18fc7e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
openair2/LAYER2/NR_MAC_COMMON/nr_mac.h
openair2/LAYER2/NR_MAC_COMMON/nr_mac.h
+1
-0
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+1
-1
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
+0
-1
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h
+2
-0
No files found.
openair2/LAYER2/NR_MAC_COMMON/nr_mac.h
View file @
5e7de1cd
...
...
@@ -39,6 +39,7 @@
#include <stdbool.h>
#include "NR_SubcarrierSpacing.h"
#include "openair1/SCHED_NR_UE/harq_nr.h"
#define NR_SHORT_BSR_TABLE_SIZE 32
#define NR_LONG_BSR_TABLE_SIZE 256
...
...
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
5e7de1cd
...
...
@@ -1334,7 +1334,7 @@ void set_harq_status(NR_UE_MAC_INST_t *mac,
// FIXME k0 != 0 currently not taken into consideration
current_harq
->
dl_frame
=
frame
;
current_harq
->
dl_slot
=
slot
;
if
(
get_softmodem_params
()
->
em
aul
te_l1
)
{
if
(
get_softmodem_params
()
->
em
ula
te_l1
)
{
if
(
data_toul_fb
+
slot
>
19
)
{
if
(
frame
+
1
<
1024
)
frame
++
;
...
...
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
View file @
5e7de1cd
...
...
@@ -649,7 +649,6 @@ static bool send_crc_ind_and_rx_ind(int sfn_slot)
static
void
copy_ul_tti_data_req_to_dl_info
(
nr_downlink_indication_t
*
dl_info
,
nfapi_nr_ul_tti_request_t
*
ul_tti_req
)
{
NR_UE_MAC_INST_t
*
mac
=
get_mac_inst
(
dl_info
->
module_id
);
int
num_pdus
=
ul_tti_req
->
n_pdus
;
int
sfn_slot
=
NFAPI_SFNSLOT2HEX
(
ul_tti_req
->
SFN
,
ul_tti_req
->
Slot
);
AssertFatal
(
num_pdus
>=
0
,
"Invalid ul_tti_request number of PDUS
\n
"
);
...
...
openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h
View file @
5e7de1cd
...
...
@@ -268,6 +268,8 @@ void check_and_process_dci(nfapi_nr_dl_tti_request_t *dl_tti_request,
bool
sfn_slot_matcher
(
void
*
wanted
,
void
*
candidate
);
void
free_uci_inds
(
nfapi_nr_uci_indication_t
*
uci_ind
);
/**\brief done free of memory allocation by module_id and release to pointer pool.
\param module_id module id*/
int
nr_ue_if_module_kill
(
uint32_t
module_id
);
...
...
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