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
alex037yang
OpenXG-RAN
Commits
e5ea8a5a
Commit
e5ea8a5a
authored
Apr 29, 2020
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rlc v2: fix cmake file
parent
591b45d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+2
-4
No files found.
cmake_targets/CMakeLists.txt
View file @
e5ea8a5a
...
@@ -1701,7 +1701,6 @@ set(L2_SRC
...
@@ -1701,7 +1701,6 @@ set(L2_SRC
${
PDCP_DIR
}
/pdcp_util.c
${
PDCP_DIR
}
/pdcp_util.c
${
PDCP_DIR
}
/pdcp_security.c
${
PDCP_DIR
}
/pdcp_security.c
${
PDCP_DIR
}
/pdcp_netlink.c
${
PDCP_DIR
}
/pdcp_netlink.c
${
RLC_V2
}
# ${RRC_DIR}/rrc_UE.c
# ${RRC_DIR}/rrc_UE.c
${
RRC_DIR
}
/rrc_eNB.c
${
RRC_DIR
}
/rrc_eNB.c
${
RRC_DIR
}
/rrc_eNB_endc.c
${
RRC_DIR
}
/rrc_eNB_endc.c
...
@@ -1715,7 +1714,7 @@ set(L2_SRC
...
@@ -1715,7 +1714,7 @@ set(L2_SRC
)
)
set
(
L2_LTE_SRC
set
(
L2_LTE_SRC
${
RLC_V
1
}
${
RLC_V
2
}
)
)
set
(
L2_NR_SRC
set
(
L2_NR_SRC
...
@@ -1738,7 +1737,6 @@ set(L2_SRC_UE
...
@@ -1738,7 +1737,6 @@ set(L2_SRC_UE
${
PDCP_DIR
}
/pdcp_util.c
${
PDCP_DIR
}
/pdcp_util.c
${
PDCP_DIR
}
/pdcp_security.c
${
PDCP_DIR
}
/pdcp_security.c
${
PDCP_DIR
}
/pdcp_netlink.c
${
PDCP_DIR
}
/pdcp_netlink.c
${
RLC_V2
}
${
RRC_DIR
}
/rrc_UE.c
${
RRC_DIR
}
/rrc_UE.c
${
RRC_DIR
}
/rrc_common.c
${
RRC_DIR
}
/rrc_common.c
${
RRC_DIR
}
/L2_interface_common.c
${
RRC_DIR
}
/L2_interface_common.c
...
@@ -1753,7 +1751,7 @@ set(LTE_NR_L2_SRC_UE
...
@@ -1753,7 +1751,7 @@ set(LTE_NR_L2_SRC_UE
${
PDCP_DIR
}
/pdcp_util.c
${
PDCP_DIR
}
/pdcp_util.c
${
PDCP_DIR
}
/pdcp_security.c
${
PDCP_DIR
}
/pdcp_security.c
${
PDCP_DIR
}
/pdcp_netlink.c
${
PDCP_DIR
}
/pdcp_netlink.c
${
RLC_V
1
}
${
RLC_V
2
}
)
)
set
(
NR_L2_SRC_UE
set
(
NR_L2_SRC_UE
...
...
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