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
56b0da13
Commit
56b0da13
authored
Apr 26, 2018
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor update SL_DISCOVERY - hardcoded
parent
efa3ead8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/MAC/defs.h
openair2/LAYER2/MAC/defs.h
+1
-1
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+1
-1
No files found.
openair2/LAYER2/MAC/defs.h
View file @
56b0da13
...
@@ -445,7 +445,7 @@ typedef struct {
...
@@ -445,7 +445,7 @@ typedef struct {
/*!\brief LCID of Carrier component activation/deactivation */
/*!\brief LCID of Carrier component activation/deactivation */
#define CC_ACT_DEACT 27
#define CC_ACT_DEACT 27
//TTN (for D2D)
//TTN (for D2D)
#define SL_DISCOVERY
8
//LCID (fake)
#define SL_DISCOVERY
11
//LCID (fake)
#define MAX_NUM_DEST 10
#define MAX_NUM_DEST 10
#endif
#endif
...
...
openair2/LAYER2/MAC/ue_procedures.c
View file @
56b0da13
...
@@ -2905,7 +2905,7 @@ SLSCH_t *ue_get_slsch(module_id_t module_idP,int CC_id,frame_t frameP,sub_frame_
...
@@ -2905,7 +2905,7 @@ SLSCH_t *ue_get_slsch(module_id_t module_idP,int CC_id,frame_t frameP,sub_frame_
//store LCID, destinationL2Id
//store LCID, destinationL2Id
ue
->
slsch_lcid
=
ue
->
sl_info
[
i
].
LCID
;
ue
->
slsch_lcid
=
ue
->
sl_info
[
i
].
LCID
;
ue
->
destinationL2Id
=
ue
->
sl_info
[
i
].
groupL2Id
;
ue
->
destinationL2Id
=
ue
->
sl_info
[
i
].
groupL2Id
;
LOG_I
(
MAC
,
"LCID %d, source L2ID 0x%08x, groupL2Id: 0x%08x
\n
"
,
ue
->
slsch_lcid
,
ue
->
sourceL2Id
,
ue
->
group
L2Id
);
LOG_I
(
MAC
,
"LCID %d, source L2ID 0x%08x, groupL2Id: 0x%08x
\n
"
,
ue
->
slsch_lcid
,
ue
->
sourceL2Id
,
ue
->
destination
L2Id
);
break
;
break
;
}
}
}
}
...
...
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