Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
6f8b13c2
Commit
6f8b13c2
authored
2 years ago
by
Thomas Schlichter
Browse files
Options
Downloads
Patches
Plain Diff
fix nr_ulsim option "-i" has no further parameters
parent
c97d5d04
No related branches found
No related tags found
3 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1591
integration_2022_wk24
,
!1521
5G NR performance improvements for low SNR conditions
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/SIMULATION/NR_PHY/ulsim.c
+2
-2
2 additions, 2 deletions
openair1/SIMULATION/NR_PHY/ulsim.c
with
2 additions
and
2 deletions
openair1/SIMULATION/NR_PHY/ulsim.c
+
2
−
2
View file @
6f8b13c2
...
@@ -350,7 +350,7 @@ int main(int argc, char **argv)
...
@@ -350,7 +350,7 @@ int main(int argc, char **argv)
/* initialize the sin-cos table */
/* initialize the sin-cos table */
InitSinLUT
();
InitSinLUT
();
while
((
c
=
getopt
(
argc
,
argv
,
"a:b:c:d:ef:g:h:i
:
kl:m:n:p:r:s:u:w:y:z:F:G:H:M:N:PR:S:T:U:L:Z:W:"
))
!=
-
1
)
{
while
((
c
=
getopt
(
argc
,
argv
,
"a:b:c:d:ef:g:h:ikl:m:n:p:r:s:u:w:y:z:F:G:H:M:N:PR:S:T:U:L:Z:W:"
))
!=
-
1
)
{
printf
(
"handling optarg %c
\n
"
,
c
);
printf
(
"handling optarg %c
\n
"
,
c
);
switch
(
c
)
{
switch
(
c
)
{
...
@@ -594,7 +594,7 @@ int main(int argc, char **argv)
...
@@ -594,7 +594,7 @@ int main(int argc, char **argv)
default:
default:
case
'h'
:
case
'h'
:
printf
(
"%s -h(elp) -p(extended_prefix) -N cell_id -f output_filename -F input_filename -g channel_model -n n_frames -t Delayspread -s snr0 -S snr1 -x transmission_mode -y TXant -z RXant
-i Intefrence0 -j Interference1
-A interpolation_file -C(alibration offset dB) -N CellId -Z Enable SC-FDMA in Uplink
\n
"
,
argv
[
0
]);
printf
(
"%s -h(elp) -p(extended_prefix) -N cell_id -f output_filename -F input_filename -g channel_model -n n_frames -t Delayspread -s snr0 -S snr1 -x transmission_mode -y TXant -z RXant -A interpolation_file -C(alibration offset dB) -N CellId -Z Enable SC-FDMA in Uplink
\n
"
,
argv
[
0
]);
//printf("-d Use TDD\n");
//printf("-d Use TDD\n");
printf
(
"-d Introduce delay in terms of number of samples
\n
"
);
printf
(
"-d Introduce delay in terms of number of samples
\n
"
);
printf
(
"-f Number of frames to simulate
\n
"
);
printf
(
"-f Number of frames to simulate
\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