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
zzha zzha
OpenXG-RAN
Commits
c1e8acb2
Commit
c1e8acb2
authored
Jan 18, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repair build when T tracer build disabled
parent
2ae19083
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
25 additions
and
25 deletions
+25
-25
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
+2
-5
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+4
-0
openair1/SCHED_NR/phy_procedures_nr_gNB.c
openair1/SCHED_NR/phy_procedures_nr_gNB.c
+5
-3
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
+12
-9
openair1/SCHED_UE/phy_procedures_lte_ue.c
openair1/SCHED_UE/phy_procedures_lte_ue.c
+2
-0
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+0
-1
openair1/SIMULATION/LTE_PHY/ulsim.c
openair1/SIMULATION/LTE_PHY/ulsim.c
+0
-1
openair1/SIMULATION/NR_PHY/dlschsim.c
openair1/SIMULATION/NR_PHY/dlschsim.c
+0
-1
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+0
-1
openair1/SIMULATION/NR_PHY/pbchsim.c
openair1/SIMULATION/NR_PHY/pbchsim.c
+0
-1
openair1/SIMULATION/NR_PHY/prachsim.c
openair1/SIMULATION/NR_PHY/prachsim.c
+0
-1
openair1/SIMULATION/NR_PHY/ulschsim.c
openair1/SIMULATION/NR_PHY/ulschsim.c
+0
-1
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+0
-1
No files found.
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
View file @
c1e8acb2
...
@@ -671,8 +671,6 @@ int32_t nr_rx_pdcch(PHY_VARS_NR_UE *ue,
...
@@ -671,8 +671,6 @@ int32_t nr_rx_pdcch(PHY_VARS_NR_UE *ue,
fapi_nr_dl_config_dci_dl_pdu_rel15_t
*
rel15
,
fapi_nr_dl_config_dci_dl_pdu_rel15_t
*
rel15
,
c16_t
rxdataF
[][
ue
->
frame_parms
.
samples_per_slot_wCP
])
{
c16_t
rxdataF
[][
ue
->
frame_parms
.
samples_per_slot_wCP
])
{
uint32_t
frame
=
proc
->
frame_rx
;
uint32_t
slot
=
proc
->
nr_slot_rx
;
NR_DL_FRAME_PARMS
*
frame_parms
=
&
ue
->
frame_parms
;
NR_DL_FRAME_PARMS
*
frame_parms
=
&
ue
->
frame_parms
;
uint8_t
log2_maxh
,
aarx
;
uint8_t
log2_maxh
,
aarx
;
...
@@ -730,11 +728,10 @@ int32_t nr_rx_pdcch(PHY_VARS_NR_UE *ue,
...
@@ -730,11 +728,10 @@ int32_t nr_rx_pdcch(PHY_VARS_NR_UE *ue,
log2_maxh
=
(
log2_approx
(
avgs
)
/
2
)
+
5
;
//+frame_parms->nb_antennas_rx;
log2_maxh
=
(
log2_approx
(
avgs
)
/
2
)
+
5
;
//+frame_parms->nb_antennas_rx;
#ifdef UE_DEBUG_TRACE
#ifdef UE_DEBUG_TRACE
LOG_D
(
PHY
,
"slot %d: pdcch log2_maxh = %d (%d,%d)
\n
"
,
slot
,
log2_maxh
,
avgP
[
0
],
avgs
);
LOG_D
(
PHY
,
"slot %d: pdcch log2_maxh = %d (%d,%d)
\n
"
,
proc
->
nr_slot_rx
,
log2_maxh
,
avgP
[
0
],
avgs
);
#endif
#endif
#if T_TRACER
#if T_TRACER
T
(
T_UE_PHY_PDCCH_ENERGY
,
T_INT
(
0
),
T_INT
(
0
),
T_INT
(
frame
%
1024
),
T_INT
(
slot
),
T
(
T_UE_PHY_PDCCH_ENERGY
,
T_INT
(
0
),
T_INT
(
0
),
T_INT
(
proc
->
frame_rx
%
1024
),
T_INT
(
proc
->
nr_slot_rx
),
T_INT
(
avgP
[
0
]),
T_INT
(
avgP
[
1
]),
T_INT
(
avgP
[
2
]),
T_INT
(
avgP
[
3
]));
T_INT
(
avgP
[
0
]),
T_INT
(
avgP
[
1
]),
T_INT
(
avgP
[
2
]),
T_INT
(
avgP
[
3
]));
#endif
#endif
LOG_D
(
PHY
,
"we enter nr_pdcch_channel_compensation(log2_maxh=%d)
\n
"
,
log2_maxh
);
LOG_D
(
PHY
,
"we enter nr_pdcch_channel_compensation(log2_maxh=%d)
\n
"
,
log2_maxh
);
LOG_D
(
PHY
,
"in nr_pdcch_channel_compensation(rxdataF_ext x dl_ch_estimates_ext -> rxdataF_comp)
\n
"
);
LOG_D
(
PHY
,
"in nr_pdcch_channel_compensation(rxdataF_ext x dl_ch_estimates_ext -> rxdataF_comp)
\n
"
);
...
...
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
c1e8acb2
...
@@ -200,6 +200,7 @@ void common_signal_procedures_fembms (PHY_VARS_eNB *eNB,int frame, int subframe)
...
@@ -200,6 +200,7 @@ void common_signal_procedures_fembms (PHY_VARS_eNB *eNB,int frame, int subframe)
eNB
->
pbch_configured
=
0
;
eNB
->
pbch_configured
=
0
;
}
}
#if T_TRACER
if
(
T_ACTIVE
(
T_ENB_PHY_MIB
))
{
if
(
T_ACTIVE
(
T_ENB_PHY_MIB
))
{
/* MIB is stored in reverse in pbch_pdu, reverse it for properly logging */
/* MIB is stored in reverse in pbch_pdu, reverse it for properly logging */
uint8_t
mib
[
3
];
uint8_t
mib
[
3
];
...
@@ -209,6 +210,7 @@ void common_signal_procedures_fembms (PHY_VARS_eNB *eNB,int frame, int subframe)
...
@@ -209,6 +210,7 @@ void common_signal_procedures_fembms (PHY_VARS_eNB *eNB,int frame, int subframe)
T
(
T_ENB_PHY_MIB
,
T_INT
(
eNB
->
Mod_id
),
T_INT
(
frame
),
T_INT
(
subframe
),
T
(
T_ENB_PHY_MIB
,
T_INT
(
eNB
->
Mod_id
),
T_INT
(
frame
),
T_INT
(
subframe
),
T_BUFFER
(
mib
,
3
));
T_BUFFER
(
mib
,
3
));
}
}
#endif
generate_pbch_fembms
(
&
eNB
->
pbch
,
txdataF
,
AMP
,
fp
,
pbch_pdu
,
(
frame
&
15
)
/
4
);
generate_pbch_fembms
(
&
eNB
->
pbch
,
txdataF
,
AMP
,
fp
,
pbch_pdu
,
(
frame
&
15
)
/
4
);
}
//else if ((subframe == 1) && (fp->frame_type == TDD)) {
}
//else if ((subframe == 1) && (fp->frame_type == TDD)) {
//generate_pss (txdataF, AMP, fp, 2, 2);
//generate_pss (txdataF, AMP, fp, 2, 2);
...
@@ -276,6 +278,7 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,int frame, int subframe) {
...
@@ -276,6 +278,7 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,int frame, int subframe) {
eNB
->
pbch_configured
=
0
;
eNB
->
pbch_configured
=
0
;
}
}
#if T_TRACER
if
(
T_ACTIVE
(
T_ENB_PHY_MIB
))
{
if
(
T_ACTIVE
(
T_ENB_PHY_MIB
))
{
/* MIB is stored in reverse in pbch_pdu, reverse it for properly logging */
/* MIB is stored in reverse in pbch_pdu, reverse it for properly logging */
uint8_t
mib
[
3
];
uint8_t
mib
[
3
];
...
@@ -285,6 +288,7 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,int frame, int subframe) {
...
@@ -285,6 +288,7 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,int frame, int subframe) {
T
(
T_ENB_PHY_MIB
,
T_INT
(
eNB
->
Mod_id
),
T_INT
(
frame
),
T_INT
(
subframe
),
T
(
T_ENB_PHY_MIB
,
T_INT
(
eNB
->
Mod_id
),
T_INT
(
frame
),
T_INT
(
subframe
),
T_BUFFER
(
mib
,
3
));
T_BUFFER
(
mib
,
3
));
}
}
#endif
generate_pbch
(
&
eNB
->
pbch
,
txdataF
,
AMP
,
fp
,
pbch_pdu
,
frame
&
3
);
generate_pbch
(
&
eNB
->
pbch
,
txdataF
,
AMP
,
fp
,
pbch_pdu
,
frame
&
3
);
}
else
if
((
subframe
==
1
)
&&
(
fp
->
frame_type
==
TDD
))
{
}
else
if
((
subframe
==
1
)
&&
(
fp
->
frame_type
==
TDD
))
{
generate_pss
(
txdataF
,
AMP
,
fp
,
2
,
2
);
generate_pss
(
txdataF
,
AMP
,
fp
,
2
,
2
);
...
...
openair1/SCHED_NR/phy_procedures_nr_gNB.c
View file @
c1e8acb2
...
@@ -99,6 +99,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame,int slot,nfapi_nr_
...
@@ -99,6 +99,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame,int slot,nfapi_nr_
cfg
,
cfg
,
fp
);
fp
);
#if T_TRACER
if
(
T_ACTIVE
(
T_GNB_PHY_MIB
))
{
if
(
T_ACTIVE
(
T_GNB_PHY_MIB
))
{
unsigned
char
bch
[
3
];
unsigned
char
bch
[
3
];
bch
[
0
]
=
ssb_pdu
.
ssb_pdu_rel15
.
bchPayload
&
0xff
;
bch
[
0
]
=
ssb_pdu
.
ssb_pdu_rel15
.
bchPayload
&
0xff
;
...
@@ -106,6 +107,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame,int slot,nfapi_nr_
...
@@ -106,6 +107,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame,int slot,nfapi_nr_
bch
[
2
]
=
(
ssb_pdu
.
ssb_pdu_rel15
.
bchPayload
>>
16
)
&
0xff
;
bch
[
2
]
=
(
ssb_pdu
.
ssb_pdu_rel15
.
bchPayload
>>
16
)
&
0xff
;
T
(
T_GNB_PHY_MIB
,
T_INT
(
0
)
/* module ID */
,
T_INT
(
frame
),
T_INT
(
slot
),
T_BUFFER
(
bch
,
3
));
T
(
T_GNB_PHY_MIB
,
T_INT
(
0
)
/* module ID */
,
T_INT
(
frame
),
T_INT
(
slot
),
T_BUFFER
(
bch
,
3
));
}
}
#endif
// Beam_id is currently used only for FR2
// Beam_id is currently used only for FR2
if
(
fp
->
freq_range
==
nr_FR2
){
if
(
fp
->
freq_range
==
nr_FR2
){
...
@@ -135,14 +137,14 @@ void phy_procedures_gNB_TX(processingData_L1tx_t *msgTx,
...
@@ -135,14 +137,14 @@ void phy_procedures_gNB_TX(processingData_L1tx_t *msgTx,
PHY_VARS_gNB
*
gNB
=
msgTx
->
gNB
;
PHY_VARS_gNB
*
gNB
=
msgTx
->
gNB
;
NR_DL_FRAME_PARMS
*
fp
=&
gNB
->
frame_parms
;
NR_DL_FRAME_PARMS
*
fp
=&
gNB
->
frame_parms
;
nfapi_nr_config_request_scf_t
*
cfg
=
&
gNB
->
gNB_config
;
nfapi_nr_config_request_scf_t
*
cfg
=
&
gNB
->
gNB_config
;
int
offset
=
gNB
->
CC_id
,
slot_prs
;
int
slot_prs
=
0
;
int
txdataF_offset
=
slot
*
fp
->
samples_per_slot_wCP
;
int
txdataF_offset
=
slot
*
fp
->
samples_per_slot_wCP
;
prs_config_t
*
prs_config
=
NULL
;
prs_config_t
*
prs_config
=
NULL
;
if
((
cfg
->
cell_config
.
frame_duplex_type
.
value
==
TDD
)
&&
if
((
cfg
->
cell_config
.
frame_duplex_type
.
value
==
TDD
)
&&
(
nr_slot_select
(
cfg
,
frame
,
slot
)
==
NR_UPLINK_SLOT
))
return
;
(
nr_slot_select
(
cfg
,
frame
,
slot
)
==
NR_UPLINK_SLOT
))
return
;
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_gNB_TX
+
offset
,
1
);
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_gNB_TX
+
gNB
->
CC_id
,
1
);
// clear the transmit data array and beam index for the current slot
// clear the transmit data array and beam index for the current slot
for
(
aa
=
0
;
aa
<
cfg
->
carrier_config
.
num_tx_ant
.
value
;
aa
++
)
{
for
(
aa
=
0
;
aa
<
cfg
->
carrier_config
.
num_tx_ant
.
value
;
aa
++
)
{
...
@@ -235,7 +237,7 @@ void phy_procedures_gNB_TX(processingData_L1tx_t *msgTx,
...
@@ -235,7 +237,7 @@ void phy_procedures_gNB_TX(processingData_L1tx_t *msgTx,
T_INT
(
aa
),
T_BUFFER
(
&
gNB
->
common_vars
.
txdataF
[
aa
][
txdataF_offset
],
fp
->
samples_per_slot_wCP
*
sizeof
(
int32_t
)));
T_INT
(
aa
),
T_BUFFER
(
&
gNB
->
common_vars
.
txdataF
[
aa
][
txdataF_offset
],
fp
->
samples_per_slot_wCP
*
sizeof
(
int32_t
)));
}
}
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_gNB_TX
+
offset
,
0
);
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_PROCEDURES_gNB_TX
+
gNB
->
CC_id
,
0
);
}
}
static
void
nr_postDecode
(
PHY_VARS_gNB
*
gNB
,
notifiedFIFO_elt_t
*
req
)
static
void
nr_postDecode
(
PHY_VARS_gNB
*
gNB
,
notifiedFIFO_elt_t
*
req
)
...
...
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
View file @
c1e8acb2
...
@@ -314,7 +314,6 @@ void nr_ue_measurement_procedures(uint16_t l,
...
@@ -314,7 +314,6 @@ void nr_ue_measurement_procedures(uint16_t l,
int32_t
dl_ch_estimates
[][
pdsch_est_size
])
{
int32_t
dl_ch_estimates
[][
pdsch_est_size
])
{
NR_DL_FRAME_PARMS
*
frame_parms
=&
ue
->
frame_parms
;
NR_DL_FRAME_PARMS
*
frame_parms
=&
ue
->
frame_parms
;
int
frame_rx
=
proc
->
frame_rx
;
int
nr_slot_rx
=
proc
->
nr_slot_rx
;
int
nr_slot_rx
=
proc
->
nr_slot_rx
;
int
gNB_id
=
proc
->
gNB_id
;
int
gNB_id
=
proc
->
gNB_id
;
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_UE_MEASUREMENT_PROCEDURES
,
VCD_FUNCTION_IN
);
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_UE_MEASUREMENT_PROCEDURES
,
VCD_FUNCTION_IN
);
...
@@ -331,14 +330,18 @@ void nr_ue_measurement_procedures(uint16_t l,
...
@@ -331,14 +330,18 @@ void nr_ue_measurement_procedures(uint16_t l,
#if T_TRACER
#if T_TRACER
if
(
nr_slot_rx
==
0
)
if
(
nr_slot_rx
==
0
)
T
(
T_UE_PHY_MEAS
,
T_INT
(
gNB_id
),
T_INT
(
ue
->
Mod_id
),
T_INT
(
frame_rx
%
1024
),
T_INT
(
nr_slot_rx
),
T
(
T_UE_PHY_MEAS
,
T_INT
((
int
)(
10
*
log10
(
ue
->
measurements
.
rsrp
[
0
])
-
ue
->
rx_total_gain_dB
)),
T_INT
(
gNB_id
),
T_INT
((
int
)
ue
->
measurements
.
rx_rssi_dBm
[
0
]),
T_INT
(
ue
->
Mod_id
),
T_INT
((
int
)(
ue
->
measurements
.
rx_power_avg_dB
[
0
]
-
ue
->
measurements
.
n0_power_avg_dB
)),
T_INT
(
proc
->
frame_rx
%
1024
),
T_INT
((
int
)
ue
->
measurements
.
rx_power_avg_dB
[
0
]),
T_INT
(
nr_slot_rx
),
T_INT
((
int
)
ue
->
measurements
.
n0_power_avg_dB
),
T_INT
((
int
)(
10
*
log10
(
ue
->
measurements
.
rsrp
[
0
])
-
ue
->
rx_total_gain_dB
)),
T_INT
((
int
)
ue
->
measurements
.
wideband_cqi_avg
[
0
]),
T_INT
((
int
)
ue
->
measurements
.
rx_rssi_dBm
[
0
]),
T_INT
((
int
)
ue
->
common_vars
.
freq_offset
));
T_INT
((
int
)(
ue
->
measurements
.
rx_power_avg_dB
[
0
]
-
ue
->
measurements
.
n0_power_avg_dB
)),
T_INT
((
int
)
ue
->
measurements
.
rx_power_avg_dB
[
0
]),
T_INT
((
int
)
ue
->
measurements
.
n0_power_avg_dB
),
T_INT
((
int
)
ue
->
measurements
.
wideband_cqi_avg
[
0
]),
T_INT
((
int
)
ue
->
common_vars
.
freq_offset
));
#endif
#endif
}
}
...
...
openair1/SCHED_UE/phy_procedures_lte_ue.c
View file @
c1e8acb2
...
@@ -2731,6 +2731,7 @@ int ue_pdcch_procedures(uint8_t eNB_id,
...
@@ -2731,6 +2731,7 @@ int ue_pdcch_procedures(uint8_t eNB_id,
CBA_RNTI
,
CBA_RNTI
,
eNB_id
,
eNB_id
,
0
)
==
0
))
{
0
)
==
0
))
{
#if T_TRACER
int
harq_pid
=
subframe2harq_pid
(
&
ue
->
frame_parms
,
int
harq_pid
=
subframe2harq_pid
(
&
ue
->
frame_parms
,
pdcch_alloc2ul_frame
(
&
ue
->
frame_parms
,
proc
->
frame_rx
,
proc
->
subframe_rx
),
pdcch_alloc2ul_frame
(
&
ue
->
frame_parms
,
proc
->
frame_rx
,
proc
->
subframe_rx
),
pdcch_alloc2ul_subframe
(
&
ue
->
frame_parms
,
proc
->
subframe_rx
));
pdcch_alloc2ul_subframe
(
&
ue
->
frame_parms
,
proc
->
subframe_rx
));
...
@@ -2749,6 +2750,7 @@ int ue_pdcch_procedures(uint8_t eNB_id,
...
@@ -2749,6 +2750,7 @@ int ue_pdcch_procedures(uint8_t eNB_id,
pdcch_alloc2ul_subframe
(
&
ue
->
frame_parms
,
proc
->
subframe_rx
));
pdcch_alloc2ul_subframe
(
&
ue
->
frame_parms
,
proc
->
subframe_rx
));
LOG_D
(
PHY
,
"[UE %d] Generate UE ULSCH C_RNTI format 0 (subframe %d)
\n
"
,
ue
->
Mod_id
,
subframe_rx
);
LOG_D
(
PHY
,
"[UE %d] Generate UE ULSCH C_RNTI format 0 (subframe %d)
\n
"
,
ue
->
Mod_id
,
subframe_rx
);
}
}
#endif
}
}
}
else
if
(
(
dci_alloc_rx
[
i
].
rnti
==
ue
->
ulsch
[
eNB_id
]
->
cba_rnti
[
0
])
&&
}
else
if
(
(
dci_alloc_rx
[
i
].
rnti
==
ue
->
ulsch
[
eNB_id
]
->
cba_rnti
[
0
])
&&
(
dci_alloc_rx
[
i
].
format
==
format0
))
{
(
dci_alloc_rx
[
i
].
format
==
format0
))
{
...
...
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
c1e8acb2
...
@@ -902,7 +902,6 @@ int main(int argc, char **argv) {
...
@@ -902,7 +902,6 @@ int main(int argc, char **argv) {
// moreover you need to init itti with the following line
// moreover you need to init itti with the following line
// however itti will catch all signals, so ctrl-c won't work anymore
// however itti will catch all signals, so ctrl-c won't work anymore
// alternatively you can disable ITTI completely in CMakeLists.txt
// alternatively you can disable ITTI completely in CMakeLists.txt
T_stdout
=
1
;
if
(
common_flag
==
0
)
{
if
(
common_flag
==
0
)
{
switch
(
N_RB_DL
)
{
switch
(
N_RB_DL
)
{
...
...
openair1/SIMULATION/LTE_PHY/ulsim.c
View file @
c1e8acb2
...
@@ -398,7 +398,6 @@ int main(int argc, char **argv) {
...
@@ -398,7 +398,6 @@ int main(int argc, char **argv) {
AssertFatal
(
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
!=
NULL
,
"Cannot load configuration module, exiting
\n
"
);
AssertFatal
(
load_configmodule
(
argc
,
argv
,
CONFIG_ENABLECMDLINEONLY
)
!=
NULL
,
"Cannot load configuration module, exiting
\n
"
);
logInit
();
logInit
();
set_glog
(
OAILOG_INFO
);
set_glog
(
OAILOG_INFO
);
T_stdout
=
1
;
// enable these lines if you need debug info
// enable these lines if you need debug info
// however itti will catch all signals, so ctrl-c won't work anymore
// however itti will catch all signals, so ctrl-c won't work anymore
// alternatively you can disable ITTI completely in CMakeLists.txt
// alternatively you can disable ITTI completely in CMakeLists.txt
...
...
openair1/SIMULATION/NR_PHY/dlschsim.c
View file @
c1e8acb2
...
@@ -342,7 +342,6 @@ int main(int argc, char **argv)
...
@@ -342,7 +342,6 @@ int main(int argc, char **argv)
logInit
();
logInit
();
set_glog
(
loglvl
);
set_glog
(
loglvl
);
T_stdout
=
1
;
if
(
snr1set
==
0
)
if
(
snr1set
==
0
)
snr1
=
snr0
+
10
;
snr1
=
snr0
+
10
;
...
...
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
c1e8acb2
...
@@ -610,7 +610,6 @@ int main(int argc, char **argv)
...
@@ -610,7 +610,6 @@ int main(int argc, char **argv)
logInit
();
logInit
();
set_glog
(
loglvl
);
set_glog
(
loglvl
);
T_stdout
=
1
;
/* initialize the sin table */
/* initialize the sin table */
InitSinLUT
();
InitSinLUT
();
...
...
openair1/SIMULATION/NR_PHY/pbchsim.c
View file @
c1e8acb2
...
@@ -478,7 +478,6 @@ int main(int argc, char **argv)
...
@@ -478,7 +478,6 @@ int main(int argc, char **argv)
logInit
();
logInit
();
set_glog
(
loglvl
);
set_glog
(
loglvl
);
T_stdout
=
1
;
if
(
snr1set
==
0
)
if
(
snr1set
==
0
)
snr1
=
snr0
+
10
;
snr1
=
snr0
+
10
;
...
...
openair1/SIMULATION/NR_PHY/prachsim.c
View file @
c1e8acb2
...
@@ -411,7 +411,6 @@ int main(int argc, char **argv){
...
@@ -411,7 +411,6 @@ int main(int argc, char **argv){
// Configure log
// Configure log
logInit
();
logInit
();
set_glog
(
loglvl
);
set_glog
(
loglvl
);
T_stdout
=
1
;
SET_LOG_DEBUG
(
PRACH
);
SET_LOG_DEBUG
(
PRACH
);
// Configure gNB and RU
// Configure gNB and RU
...
...
openair1/SIMULATION/NR_PHY/ulschsim.c
View file @
c1e8acb2
...
@@ -377,7 +377,6 @@ int main(int argc, char **argv)
...
@@ -377,7 +377,6 @@ int main(int argc, char **argv)
logInit
();
logInit
();
set_glog
(
loglvl
);
set_glog
(
loglvl
);
T_stdout
=
1
;
if
(
snr1set
==
0
)
if
(
snr1set
==
0
)
snr1
=
snr0
+
10
;
snr1
=
snr0
+
10
;
...
...
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
c1e8acb2
...
@@ -561,7 +561,6 @@ int main(int argc, char **argv)
...
@@ -561,7 +561,6 @@ int main(int argc, char **argv)
logInit
();
logInit
();
set_glog
(
loglvl
);
set_glog
(
loglvl
);
T_stdout
=
1
;
get_softmodem_params
()
->
phy_test
=
1
;
get_softmodem_params
()
->
phy_test
=
1
;
get_softmodem_params
()
->
do_ra
=
0
;
get_softmodem_params
()
->
do_ra
=
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