Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
3eff0e67
Commit
3eff0e67
authored
May 29, 2018
by
Cedric Roux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fix-unitary-simulations' into develop
parents
cfb90bf1
f146c9ed
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
14 deletions
+25
-14
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+6
-6
openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c
openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c
+0
-8
openair1/PHY/LTE_UE_TRANSPORT/sldch.c
openair1/PHY/LTE_UE_TRANSPORT/sldch.c
+0
-0
openair1/PHY/LTE_UE_TRANSPORT/slsch.c
openair1/PHY/LTE_UE_TRANSPORT/slsch.c
+0
-0
openair1/PHY/LTE_UE_TRANSPORT/slss.c
openair1/PHY/LTE_UE_TRANSPORT/slss.c
+0
-0
openair1/SIMULATION/LTE_PHY/dummy_functions.c
openair1/SIMULATION/LTE_PHY/dummy_functions.c
+8
-0
targets/RT/USER/lte-ue.c
targets/RT/USER/lte-ue.c
+11
-0
No files found.
cmake_targets/CMakeLists.txt
View file @
3eff0e67
...
...
@@ -1082,9 +1082,9 @@ set(PHY_SRC_COMMON
# actual source
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/dci_tools_common.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/lte_mcs.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/slss.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/sldch.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/slsch.c
#
${OPENAIR1_DIR}/PHY/LTE_TRANSPORT/slss.c
#
${OPENAIR1_DIR}/PHY/LTE_TRANSPORT/sldch.c
#
${OPENAIR1_DIR}/PHY/LTE_TRANSPORT/slsch.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/group_hopping.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/phich_common.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/pcfich_common.c
...
...
@@ -1144,9 +1144,6 @@ set(PHY_SRC
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/pcfich.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/pucch.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/pmch.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/slss.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/sldch.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/slsch.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/ulsch_demodulation.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/ulsch_decoding.c
${
OPENAIR1_DIR
}
/PHY/LTE_TRANSPORT/rar_tools.c
...
...
@@ -1187,6 +1184,9 @@ set(PHY_SRC_UE
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/prach_ue.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/pmch_ue.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/pch_ue.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/slss.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/sldch.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/slsch.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/drs_modulation.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c
${
OPENAIR1_DIR
}
/PHY/LTE_UE_TRANSPORT/ulsch_coding.c
...
...
openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c
View file @
3eff0e67
...
...
@@ -5158,11 +5158,3 @@ main()
#endif
/* HACK: this function is needed to compile the UE
* fix it somehow
*/
int8_t
find_dlsch
(
uint16_t
rnti
,
PHY_VARS_eNB
*
eNB
,
find_type_t
type
)
{
printf
(
"you cannot read this
\n
"
);
abort
();
}
openair1/PHY/LTE_TRANSPORT/sldch.c
→
openair1/PHY/LTE_
UE_
TRANSPORT/sldch.c
View file @
3eff0e67
File moved
openair1/PHY/LTE_TRANSPORT/slsch.c
→
openair1/PHY/LTE_
UE_
TRANSPORT/slsch.c
View file @
3eff0e67
File moved
openair1/PHY/LTE_TRANSPORT/slss.c
→
openair1/PHY/LTE_
UE_
TRANSPORT/slss.c
View file @
3eff0e67
File moved
openair1/SIMULATION/LTE_PHY/dummy_functions.c
View file @
3eff0e67
...
...
@@ -38,6 +38,14 @@ void ue_send_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frame,
sub_frame_t
subframe
,
uint8_t
*
sdu
,
uint16_t
sdu_len
,
uint8_t
CH_index
){}
SLSS_t
*
ue_get_slss
(
module_id_t
module_idP
,
int
CC_id
,
frame_t
frameP
,
sub_frame_t
subframe
)
{
return
(
NULL
);}
SLDCH_t
*
ue_get_sldch
(
module_id_t
module_idP
,
int
CC_id
,
frame_t
frameP
,
sub_frame_t
subframe
)
{
return
(
NULL
);}
SLSCH_t
*
ue_get_slsch
(
module_id_t
module_idP
,
int
CC_id
,
frame_t
frameP
,
sub_frame_t
subframe
)
{
return
(
NULL
);}
void
multicast_link_write_sock
(
int
groupP
,
char
*
dataP
,
uint32_t
sizeP
)
{}
uint16_t
ue_process_rar
(
const
module_id_t
module_idP
,
const
int
CC_id
,
...
...
targets/RT/USER/lte-ue.c
View file @
3eff0e67
...
...
@@ -2355,3 +2355,14 @@ int init_timer_thread(void) {
pthread_create
(
&
phy_stub_ticking
->
pthread_timer
,
NULL
,
&
timer_thread
,
NULL
);
return
0
;
}
/* HACK: this function is needed to compile the UE
* fix it somehow
*/
int8_t
find_dlsch
(
uint16_t
rnti
,
PHY_VARS_eNB
*
eNB
,
find_type_t
type
)
{
printf
(
"you cannot read this
\n
"
);
abort
();
}
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