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
spbro
OpenXG-RAN
Commits
e01dd43b
Commit
e01dd43b
authored
5 years ago
by
cig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup comments, removed UE files from gNB MAC library
parent
08323413
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+0
-2
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
+3
-4
No files found.
cmake_targets/CMakeLists.txt
View file @
e01dd43b
...
...
@@ -1766,8 +1766,6 @@ set (MAC_NR_SRC
${
NR_GNB_MAC_DIR
}
/gNB_scheduler_primitives.c
${
NR_GNB_MAC_DIR
}
/gNB_scheduler_phytest.c
${
NR_GNB_MAC_DIR
}
/gNB_scheduler_RA.c
${
NR_UE_MAC_DIR
}
/nr_l1_helpers.c
${
NR_UE_MAC_DIR
}
/nr_ra_procedures.c
)
...
...
This diff is collapsed.
Click to expand it.
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
View file @
e01dd43b
...
...
@@ -2289,8 +2289,8 @@ void phy_procedures_nrUE_TX(PHY_VARS_NR_UE *ue,
//int32_t ulsch_start=0;
int
slot_tx
=
proc
->
nr_tti_tx
;
int
frame_tx
=
proc
->
frame_tx
;
uint8_t
harq_pid
=
0
;
// TBR
runmode_t
mode
=
normal_txrx
;
// TBR set proper mode
uint8_t
harq_pid
=
0
;
runmode_t
mode
=
normal_txrx
;
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_UE_TX
,
VCD_FUNCTION_IN
);
...
...
@@ -2328,14 +2328,13 @@ void phy_procedures_nrUE_TX(PHY_VARS_NR_UE *ue,
// check if we have PRACH opportunity
if
(
is_nr_prach_subframe
(
&
ue
->
frame_parms
,
frame_tx
,
slot_tx
))
{
// TBR TODO FIX this works only for TDD but it enters phy_procedures_nrUE_TX only when mode is FDD
printf
(
"
the value of is_nr_prach
subframe is %d
\n
"
,
is_nr_prach_subframe
(
&
ue
->
frame_parms
,
frame_tx
,
slot_tx
));
// TBR debug
printf
(
"
is_nr_prach_
subframe is %d
\n
"
,
is_nr_prach_subframe
(
&
ue
->
frame_parms
,
frame_tx
,
slot_tx
));
// TBR debug
nr_ue_prach_procedures
(
ue
,
proc
,
gNB_id
,
mode
);
}
}
else
{
ue
->
generate_nr_prach
=
0
;
}
/* RACH */
LOG_I
(
PHY
,
"****** end TX-Chain for AbsSubframe %d.%d ******
\n
"
,
frame_tx
,
slot_tx
);
...
...
This diff is collapsed.
Click to expand it.
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