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
01d1a47a
Commit
01d1a47a
authored
Jun 16, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove commented code that uses getenv(): it might be confusing if reactivated
parent
c44dcefd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
13 deletions
+0
-13
openair1/PHY/CODING/TESTBENCH/polartest.c
openair1/PHY/CODING/TESTBENCH/polartest.c
+0
-2
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+0
-2
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
+0
-2
openair1/SIMULATION/LTE_PHY/dlsim_tm7.c
openair1/SIMULATION/LTE_PHY/dlsim_tm7.c
+0
-2
openair1/SIMULATION/LTE_PHY/mbmssim.c
openair1/SIMULATION/LTE_PHY/mbmssim.c
+0
-2
openair1/SIMULATION/LTE_PHY/ulsim.c
openair1/SIMULATION/LTE_PHY/ulsim.c
+0
-3
No files found.
openair1/PHY/CODING/TESTBENCH/polartest.c
View file @
01d1a47a
...
...
@@ -128,8 +128,6 @@ int main(int argc, char *argv[])
char
fileName
[
512
],
currentTimeInfo
[
25
];
char
folderName
[]
=
"."
;
FILE
*
logFile
=
NULL
;
/*folderName=getenv("HOME");
strcat(folderName,"/Desktop/polartestResults");*/
if
(
logFlag
){
time
(
&
currentTime
);
...
...
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
01d1a47a
...
...
@@ -1019,8 +1019,6 @@ int main(int argc, char **argv) {
hostname
[
1023
]
=
'\0'
;
gethostname
(
hostname
,
1023
);
printf
(
"Hostname: %s
\n
"
,
hostname
);
//char dirname[FILENAME_MAX];
//sprintf(dirname, "%s/SIMU/USER/pre-ci-logs-%s", getenv("OPENAIR_TARGETS"),hostname );
sprintf
(
time_meas_fname
,
"time_meas_prb%d_mcs%d_anttx%d_antrx%d_pdcch%d_channel%s_tx%d.csv"
,
N_RB_DL
,
mcs1
,
n_tx_phy
,
n_rx
,
num_pdcch_symbols
,
channel_model_input
,
transmission_mode
);
//mkdir(dirname,0777);
...
...
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
View file @
01d1a47a
...
...
@@ -887,8 +887,6 @@ int main(int argc, char **argv)
hostname
[
1023
]
=
'\0'
;
gethostname
(
hostname
,
1023
);
printf
(
"Hostname: %s
\n
"
,
hostname
);
//char dirname[FILENAME_MAX];
//sprintf(dirname, "%s/SIMU/USER/pre-ci-logs-%s", getenv("OPENAIR_TARGETS"),hostname );
sprintf
(
time_meas_fname
,
"time_meas_prb%d_mcs%d_anttx%d_antrx%d_pdcch%d_channel%s_tx%d.csv"
,
N_RB_DL
,
mcs1
,
n_tx_phy
,
n_rx
,
num_pdcch_symbols
,
channel_model_input
,
transmission_mode
);
//mkdir(dirname,0777);
...
...
openair1/SIMULATION/LTE_PHY/dlsim_tm7.c
View file @
01d1a47a
...
...
@@ -649,8 +649,6 @@ int main(int argc, char **argv) {
hostname
[
1023
]
=
'\0'
;
gethostname
(
hostname
,
1023
);
printf
(
"Hostname: %s
\n
"
,
hostname
);
//char dirname[FILENAME_MAX];
//sprintf(dirname, "%s/SIMU/USER/pre-ci-logs-%s", getenv("OPENAIR_TARGETS"),hostname );
sprintf
(
time_meas_fname
,
"time_meas_prb%d_mcs%d_anttx%d_antrx%d_pdcch%d_channel%s_tx%d.csv"
,
N_RB_DL
,
mcs1
,
n_tx_phy
,
n_rx
,
num_pdcch_symbols
,
channel_model_input
,
transmission_mode
);
//mkdir(dirname,0777);
...
...
openair1/SIMULATION/LTE_PHY/mbmssim.c
View file @
01d1a47a
...
...
@@ -1147,8 +1147,6 @@ int main(int argc, char **argv) {
hostname
[
1023
]
=
'\0'
;
gethostname
(
hostname
,
1023
);
printf
(
"Hostname: %s
\n
"
,
hostname
);
//char dirname[FILENAME_MAX];
//sprintf(dirname, "%s/SIMU/USER/pre-ci-logs-%s", getenv("OPENAIR_TARGETS"),hostname );
sprintf
(
time_meas_fname
,
"time_meas_prb%d_mcs%d_anttx%d_antrx%d_pdcch%d_channel%s_tx%d.csv"
,
N_RB_DL
,
mcs1
,
n_tx_phy
,
n_rx
,
num_pdcch_symbols
,
channel_model_input
,
transmission_mode
);
//mkdir(dirname,0777);
...
...
openair1/SIMULATION/LTE_PHY/ulsim.c
View file @
01d1a47a
...
...
@@ -653,9 +653,6 @@ int main(int argc, char **argv) {
hostname
[
1023
]
=
'\0'
;
gethostname
(
hostname
,
1023
);
printf
(
"Hostname: %s
\n
"
,
hostname
);
//char dirname[FILENAME_MAX];
//sprintf(dirname, "%s//SIMU/USER/pre-ci-logs-%s", getenv("OPENAIR_TARGETS"),hostname);
//mkdir(dirname, 0777);
sprintf
(
time_meas_fname
,
"time_meas_prb%d_mcs%d_antrx%d_channel%s_tx%d.csv"
,
N_RB_DL
,
mcs
,
n_rx
,
channel_model_input
,
transmission_m
);
time_meas_fd
=
fopen
(
time_meas_fname
,
"w"
);
...
...
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