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
lizhongxiao
OpenXG-RAN
Commits
6af6a0c3
Commit
6af6a0c3
authored
May 27, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'l1-sidelink' of
https://gitlab.eurecom.fr/matzakos/LTE-D2D
into l1-sidelink
parents
c8251361
db2e100b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
openair1/PHY/LTE_TRANSPORT/sldch.c
openair1/PHY/LTE_TRANSPORT/sldch.c
+9
-0
openair2/RRC/LITE/L2_interface_ue.c
openair2/RRC/LITE/L2_interface_ue.c
+2
-2
No files found.
openair1/PHY/LTE_TRANSPORT/sldch.c
View file @
6af6a0c3
...
...
@@ -289,6 +289,15 @@ void sldch_decoding(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,int frame_rx,int subfra
rvidx
,
ret
);
ue
->
sldch_received
[
npsdch
]
=
1
;
ue
->
sldch_rxcnt
[
npsdch
]
++
;
ue_send_sl_sdu
(
0
,
0
,
frame_rx
,
subframe_rx
,
ue
->
dlsch_rx_sldch
[
npsdch
]
->
harq_processes
[
0
]
->
b
,
ue
->
dlsch_rx_sldch
[
npsdch
]
->
harq_processes
[
0
]
->
TBS
>>
3
,
0
,
SL_DISCOVERY_FLAG_YES
);
}
//exit(-1);
...
...
openair2/RRC/LITE/L2_interface_ue.c
View file @
6af6a0c3
...
...
@@ -135,13 +135,13 @@ mac_rrc_data_req_ue(
UE_rrc_inst
[
Mod_idP
].
SL_Discovery
[
eNB_indexP
].
Tx_buffer
.
payload_size
=
0
;
return
(
Ret_size
);
}
else
if
(
Srb_idP
==
SL_DISCOVERY
)
{
/*
else if (Srb_idP == SL_DISCOVERY) {
LOG_D(RRC,"[UE %d] Frame %d Filling DUMMY SL DISCOVERY SRB_ID %d\n",Mod_idP,frameP,Srb_idP);
for (int i=0;i<29;i++) buffer_pP[i] = i;
LOG_D(RRC,"[UE %d] Sending SL_Discovery, size %d bytes\n",Mod_idP,29);
return(29);
}
}
*/
#endif
return
(
0
);
...
...
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