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
canghaiwuhen
OpenXG-RAN
Commits
d1356278
Commit
d1356278
authored
Nov 05, 2017
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integration of mpdcch format 2,3,5, wired for format 5 only. integration of mpdcch dmrs signals.
parent
e4f82c5e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
213 additions
and
38 deletions
+213
-38
openair1/PHY/INIT/lte_init.c
openair1/PHY/INIT/lte_init.c
+1
-1
openair1/PHY/LTE_TRANSPORT/dci.c
openair1/PHY/LTE_TRANSPORT/dci.c
+1
-1
openair1/PHY/LTE_TRANSPORT/edci.c
openair1/PHY/LTE_TRANSPORT/edci.c
+210
-35
openair1/PHY/LTE_TRANSPORT/proto.h
openair1/PHY/LTE_TRANSPORT/proto.h
+1
-1
No files found.
openair1/PHY/INIT/lte_init.c
View file @
d1356278
...
...
@@ -229,7 +229,7 @@ phy_config_request (PHY_Config_t * phy_config)
fp
->
prach_emtc_config_common
.
prach_ConfigInfo
.
prach_ConfigIndex
[
3
],
fp
->
prach_emtc_config_common
.
prach_ConfigInfo
.
zeroCorrelationZoneConfig
,
fp
->
prach_emtc_config_common
.
prach_ConfigInfo
.
highSpeedFlag
,
fp
->
frame_type
,
RC
.
eNB
[
Mod_id
][
CC_id
]
->
X_u_br
[
0
]);
init_mpdcch
5tab_normal_regular_subframe_evenNRBDL
(
RC
.
eNB
[
Mod_id
][
CC_id
],
3
);
init_mpdcch
(
RC
.
eNB
[
Mod_id
][
CC_id
]
);
}
}
#endif
...
...
openair1/PHY/LTE_TRANSPORT/dci.c
View file @
d1356278
...
...
@@ -210,7 +210,7 @@ uint8_t *generate_dci0(uint8_t *dci,
uint8_t
*
e
,
uint8_t
DCI_LENGTH
,
uint8_t
aggregation_level
,
uint8_
r
bitsperCCE
,
uint8_
t
bitsperCCE
,
uint16_t
rnti
)
{
...
...
openair1/PHY/LTE_TRANSPORT/edci.c
View file @
d1356278
This diff is collapsed.
Click to expand it.
openair1/PHY/LTE_TRANSPORT/proto.h
View file @
d1356278
...
...
@@ -1678,7 +1678,7 @@ void init_ul_hopping(LTE_DL_FRAME_PARMS *frame_parms);
int
init_ue_paging_info
(
PHY_VARS_UE
*
ue
,
long
defaultPagingCycle
,
long
nB
);
#ifdef Rel14
void
init_mpdcch
5tab_normal_regular_subframe_evenNRBDL
(
PHY_VARS_eNB
*
eNB
,
int
l_MPDCCH_start
);
void
init_mpdcch
(
PHY_VARS_eNB
*
eNB
);
#endif
int32_t
compareints
(
const
void
*
a
,
const
void
*
b
);
...
...
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