Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openinterfaces5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kumar, Sunil Dr (Comp Sci & Elec Eng)
openinterfaces5G
Commits
e1365cfd
Commit
e1365cfd
authored
2 years ago
by
Arash
Browse files
Options
Downloads
Patches
Plain Diff
Improve help of the nr_ulsim
parent
8fbc15ba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/SIMULATION/NR_PHY/ulsim.c
+2
-1
2 additions, 1 deletion
openair1/SIMULATION/NR_PHY/ulsim.c
with
2 additions
and
1 deletion
openair1/SIMULATION/NR_PHY/ulsim.c
+
2
−
1
View file @
e1365cfd
...
@@ -636,6 +636,7 @@ int main(int argc, char **argv)
...
@@ -636,6 +636,7 @@ int main(int argc, char **argv)
printf
(
"-o ldpc offload flag
\n
"
);
printf
(
"-o ldpc offload flag
\n
"
);
printf
(
"-p Use extended prefix mode
\n
"
);
printf
(
"-p Use extended prefix mode
\n
"
);
printf
(
"-q MCS table
\n
"
);
printf
(
"-q MCS table
\n
"
);
printf
(
"-r Number of allocated resource blocks for PUSCH
\n
"
);
printf
(
"-u Set the numerology
\n
"
);
printf
(
"-u Set the numerology
\n
"
);
printf
(
"-w Start PRB for PUSCH
\n
"
);
printf
(
"-w Start PRB for PUSCH
\n
"
);
//printf("-x Transmission mode (1,2,6 for the moment)\n");
//printf("-x Transmission mode (1,2,6 for the moment)\n");
...
@@ -651,7 +652,7 @@ int main(int argc, char **argv)
...
@@ -651,7 +652,7 @@ int main(int argc, char **argv)
printf
(
"-M Use limited buffer rate-matching
\n
"
);
printf
(
"-M Use limited buffer rate-matching
\n
"
);
printf
(
"-N Nid_cell
\n
"
);
printf
(
"-N Nid_cell
\n
"
);
printf
(
"-O oversampling factor (1,2,4,8,16)
\n
"
);
printf
(
"-O oversampling factor (1,2,4,8,16)
\n
"
);
printf
(
"-R N_RB_DL
\n
"
);
printf
(
"-R
Maximum number of available resorce blocks (
N_RB_DL
)
\n
"
);
printf
(
"-t Acceptable effective throughput (in percentage)
\n
"
);
printf
(
"-t Acceptable effective throughput (in percentage)
\n
"
);
printf
(
"-S Ending SNR, runs from SNR0 to SNR1
\n
"
);
printf
(
"-S Ending SNR, runs from SNR0 to SNR1
\n
"
);
printf
(
"-P Print ULSCH performances
\n
"
);
printf
(
"-P Print ULSCH performances
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment