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
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Bin He
openairinterface5G
Commits
f3f3dff1
Commit
f3f3dff1
authored
5 years ago
by
Sakthivel Velumani
Browse files
Options
Downloads
Patches
Plain Diff
fixed physim compile errors
parent
47d4d0b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair1/SIMULATION/NR_PHY/dlsim.c
+1
-0
1 addition, 0 deletions
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+1
-0
1 addition, 0 deletions
openair1/SIMULATION/NR_PHY/ulsim.c
with
2 additions
and
0 deletions
openair1/SIMULATION/NR_PHY/dlsim.c
+
1
−
0
View file @
f3f3dff1
...
@@ -77,6 +77,7 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
...
@@ -77,6 +77,7 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
double
cpuf
;
double
cpuf
;
int
sf_ahead
=
4
;
int
sf_ahead
=
4
;
int
sl_ahead
=
0
;
uint8_t
nfapi_mode
=
0
;
uint8_t
nfapi_mode
=
0
;
uint16_t
NB_UE_INST
=
1
;
uint16_t
NB_UE_INST
=
1
;
...
...
This diff is collapsed.
Click to expand it.
openair1/SIMULATION/NR_PHY/ulsim.c
+
1
−
0
View file @
f3f3dff1
...
@@ -63,6 +63,7 @@ RAN_CONTEXT_t RC;
...
@@ -63,6 +63,7 @@ RAN_CONTEXT_t RC;
int32_t
uplink_frequency_offset
[
MAX_NUM_CCs
][
4
];
int32_t
uplink_frequency_offset
[
MAX_NUM_CCs
][
4
];
int
sf_ahead
=
4
;
int
sf_ahead
=
4
;
int
sl_ahead
=
0
;
double
cpuf
;
double
cpuf
;
uint8_t
nfapi_mode
=
0
;
uint8_t
nfapi_mode
=
0
;
uint16_t
NB_UE_INST
=
1
;
uint16_t
NB_UE_INST
=
1
;
...
...
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