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
58e97340
Commit
58e97340
authored
Apr 14, 2020
by
laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small compilation details
parent
861caa73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
+2
-2
openair1/SIMULATION/LTE_PHY/ulsim.c
openair1/SIMULATION/LTE_PHY/ulsim.c
+1
-1
openair2/RRC/NR/nr_rrc_extern.h
openair2/RRC/NR/nr_rrc_extern.h
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
View file @
58e97340
...
...
@@ -314,7 +314,7 @@ int ulsch_decoding_data(PHY_VARS_eNB *eNB, L1_rxtx_proc_t *proc,
unsigned
int
Kr_bytes
=
Kr
>>
3
;
#ifdef DEBUG_ULSCH_DECODING
printf
(
"Rate Matching Segment %
u (coded bits (G) %d,unpunctured/repeated bits %u, Q_m %d, Nl %d, r_offset %d
)...
\n
"
,
printf
(
"Rate Matching Segment %
d (coded bits (G) %d,unpunctured/repeated bits %u, Q_m %d, Nl %d, r_offset %u
)...
\n
"
,
r
,
G
,
Kr
*
3
,
ulsch_harq
->
Qm
,
...
...
@@ -572,7 +572,7 @@ unsigned int ulsch_decoding(PHY_VARS_eNB *eNB,
G
=
G
-
Q_RI
-
Q_CQI
;
ulsch_harq
->
G
=
G
;
AssertFatal
((
int
)
G
>
0
,
"FATAL: ulsch_decoding.c G < 0 (%
d) : Q_RI %d, Q_CQI %d
\n
"
,
G
,
Q_RI
,
Q_CQI
);
"FATAL: ulsch_decoding.c G < 0 (%
u) : Q_RI %u, Q_CQI %u
\n
"
,
G
,
Q_RI
,
Q_CQI
);
H
=
G
+
Q_CQI
;
Hprime
=
H
/
Q_m
;
// Demultiplexing/Deinterleaving of PUSCH/ACK/RI/CQI
...
...
openair1/SIMULATION/LTE_PHY/ulsim.c
View file @
58e97340
...
...
@@ -1286,7 +1286,7 @@ int main(int argc, char **argv) {
LOG_UDUMPMSG
(
SIM
,
dataArray
(
table_rx
),
table_rx
->
size
,
LOG_DUMP_DOUBLE
,
"The receiver raw data:
\n
"
);
}
printf
(
"
\n
**********rb: %d ***mcs : %d *********SNR = %f dB (%f): TX %u dB (gain %f dB), N0W %f dB, I0 %
d dB, delta_IF %d [ (%d,%d) dB / (%d,%d
) dB ]**************************
\n
"
,
printf
(
"
\n
**********rb: %d ***mcs : %d *********SNR = %f dB (%f): TX %u dB (gain %f dB), N0W %f dB, I0 %
u dB, delta_IF %d [ (%d,%d) dB / (%u,%u
) dB ]**************************
\n
"
,
nb_rb
,
mcs
,
SNR
,
SNR2
,
tx_lev_dB
,
20
*
log10
(
tx_gain
),
...
...
openair2/RRC/NR/nr_rrc_extern.h
View file @
58e97340
...
...
@@ -73,7 +73,7 @@ extern UE_PF_PO_t UE_PF_PO[NFAPI_CC_MAX][MAX_MOBILES_PER_ENB];
extern
pthread_mutex_t
ue_pf_po_mutex
;
extern
uint16_t
reestablish_rnti_map
[
NUMBER_OF_UE_MAX
][
2
];
extern
uint16_t
reestablish_rnti_map
[
MAX_MOBILES_PER_ENB
][
2
];
char
openair_rrc_gNB_configuration
(
const
module_id_t
gnb_mod_idP
,
gNB_RrcConfigurationReq
*
configuration
);
#endif
...
...
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