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
6a3687fe
Commit
6a3687fe
authored
6 years ago
by
Louis Adrien Dufrene
Browse files
Options
Downloads
Patches
Plain Diff
astyle applied
parent
700437f1
No related branches found
No related tags found
3 merge requests
!588
Develop nr merge
,
!462
Develop integration 2018 week 48
,
!448
Resolve "Missing RRC inactivity timer + missing default DRX IE in S1 setup + UE S1 id unknown after Detach for switch off"
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair1/PHY/phy_vars_ue.h
+10
-10
10 additions, 10 deletions
openair1/PHY/phy_vars_ue.h
openair1/SCHED_UE/phy_procedures_lte_ue.c
+2763
-3096
2763 additions, 3096 deletions
openair1/SCHED_UE/phy_procedures_lte_ue.c
with
2773 additions
and
3106 deletions
openair1/PHY/phy_vars_ue.h
+
10
−
10
View file @
6a3687fe
...
...
@@ -28,9 +28,9 @@
#include
"common/ran_context.h"
char
*
namepointer_chMag
;
char
*
namepointer_chMag
;
char
fmageren_name2
[
512
];
char
*
namepointer_log2
;
char
*
namepointer_log2
;
#include
"PHY/LTE_REFSIG/primary_synch.h"
...
...
@@ -45,7 +45,7 @@ int16_t *primary_synch2_time;
PHY_VARS_UE
***
PHY_vars_UE_g
;
LTE_DL_FRAME_PARMS
*
lte_frame_parms_g
;
#else
PHY_VARS_UE
*
PHY_vars_UE_g
[
MAX_UE
][
MAX_NUM_CCs
]
=
{
NULL
};
PHY_VARS_UE
*
PHY_vars_UE_g
[
MAX_UE
][
MAX_NUM_CCs
]
=
{
NULL
};
#endif
...
...
@@ -62,10 +62,10 @@ char mode_string[4][20] = {"NOT SYNCHED","PRACH","RAR","PUSCH"};
#ifndef OPENAIR2
unsigned
char
NB_eNB_INST
=
0
;
unsigned
char
NB_UE_INST
=
0
;
unsigned
char
NB_RN_INST
=
0
;
unsigned
char
NB_INST
=
0
;
unsigned
char
NB_eNB_INST
=
0
;
unsigned
char
NB_UE_INST
=
0
;
unsigned
char
NB_RN_INST
=
0
;
unsigned
char
NB_INST
=
0
;
#endif
unsigned
int
ULSCH_max_consecutive_errors
=
20
;
...
...
@@ -134,9 +134,9 @@ double beta2_dlsch[6][MCS_COUNT] = { {2.52163, 0.83231, 0.77472, 1.36536, 1.1682
#ifdef OCP_FRAMEWORK
#include
<enums.h>
#else
char
eNB_functions
[
6
][
20
]
=
{
"eNodeB_3GPP"
,
"eNodeB_3GPP_BBU"
,
"NGFI_RAU_IF4p5"
,
"NGFI_RRU_IF5"
,
"NGFI_RRU_IF4p5"
,};
char
eNB_timing
[
2
][
20
]
=
{
"synch_to_ext_device"
,
"synch_to_other"
};
char
ru_if_types
[
MAX_RU_IF_TYPES
][
20
]
=
{
"local RF"
,
"IF5 RRU"
,
"IF5 Mobipass"
,
"IF4p5 RRU"
,
"IF1pp RRU"
};
char
eNB_functions
[
6
][
20
]
=
{
"eNodeB_3GPP"
,
"eNodeB_3GPP_BBU"
,
"NGFI_RAU_IF4p5"
,
"NGFI_RRU_IF5"
,
"NGFI_RRU_IF4p5"
,};
char
eNB_timing
[
2
][
20
]
=
{
"synch_to_ext_device"
,
"synch_to_other"
};
char
ru_if_types
[
MAX_RU_IF_TYPES
][
20
]
=
{
"local RF"
,
"IF5 RRU"
,
"IF5 Mobipass"
,
"IF4p5 RRU"
,
"IF1pp RRU"
};
#endif
/// lookup table for unscrambling in RX
...
...
This diff is collapsed.
Click to expand it.
openair1/SCHED_UE/phy_procedures_lte_ue.c
+
2763
−
3096
View file @
6a3687fe
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