Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
20
Merge Requests
20
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
41809d5d
Commit
41809d5d
authored
Sep 27, 2018
by
hongzhi wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NR PDCCH validation: modifications for pdcch validation
parent
cf99ea19
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
93 additions
and
204 deletions
+93
-204
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
+1
-1
openair1/PHY/NR_UE_TRANSPORT/dci_tools_nr.c
openair1/PHY/NR_UE_TRANSPORT/dci_tools_nr.c
+86
-203
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+1
-0
targets/RT/USER/nr-ue.c
targets/RT/USER/nr-ue.c
+5
-0
No files found.
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
View file @
41809d5d
...
...
@@ -4294,7 +4294,7 @@ uint16_t rnti=3;
*
format_found
=
_format_2_3_found
;
}
#ifdef NR_PDCCH_DCI_DEBUG
printf
(
"
\t\t
<-NR_PDCCH_DCI_DEBUG (nr_dci_decoding_procedure0)-> format_found=%d
%d %d
\n
"
,
*
format_found
,
format_found
,
&
format_found
);
printf
(
"
\t\t
<-NR_PDCCH_DCI_DEBUG (nr_dci_decoding_procedure0)-> format_found=%d
\n
"
,
*
format_found
);
printf
(
"
\t\t
<-NR_PDCCH_DCI_DEBUG (nr_dci_decoding_procedure0)-> crc_scrambled=%d
\n
"
,
*
crc_scrambled
);
#endif
if
(
*
format_found
!=
255
)
{
...
...
openair1/PHY/NR_UE_TRANSPORT/dci_tools_nr.c
View file @
41809d5d
This diff is collapsed.
Click to expand it.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
41809d5d
...
...
@@ -1135,6 +1135,7 @@ int8_t nr_ue_process_dci(module_id_t module_id, int cc_id, uint8_t gNB_index, fa
const
uint16_t
n_RB_ULBWP
=
106
;
const
uint16_t
n_RB_DLBWP
=
106
;
printf
(
">>> nr_ue_process_dci at MAC layer"
);
switch
(
dci_format
){
case
format0_0
:
...
...
targets/RT/USER/nr-ue.c
View file @
41809d5d
...
...
@@ -684,12 +684,16 @@ static void *UE_thread_rxn_txnp4(void *arg) {
phy_procedures_slot_parallelization_UE_RX
(
UE
,
proc
,
0
,
0
,
1
,
UE
->
mode
,
no_relay
,
NULL
);
#else
phy_procedures_nrUE_RX
(
UE
,
proc
,
0
,
0
,
1
,
UE
->
mode
,
no_relay
,
NULL
);
printf
(
">>> nr_ue_pdcch_procedures ended
\n
"
);
#endif
}
#if UE_TIMING_TRACE
start_meas
(
&
UE
->
generic_stat
);
#endif
printf
(
">>> mac init
\n
"
);
if
(
UE
->
mac_enabled
==
1
)
{
// trigger L2 to run ue_scheduler thru IF module
...
...
@@ -759,6 +763,7 @@ static void *UE_thread_rxn_txnp4(void *arg) {
#if UE_TIMING_TRACE
stop_meas
(
&
UE
->
generic_stat
);
#endif
printf
(
">>> mac ended
\n
"
);
// Prepare the future Tx data
#if 0
...
...
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