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
wangwenhui
OpenXG-RAN
Commits
f4158dd9
Commit
f4158dd9
authored
Jul 26, 2019
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing a typo
parent
6b4419ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+4
-4
No files found.
cmake_targets/CMakeLists.txt
View file @
f4158dd9
...
...
@@ -464,11 +464,11 @@ elseif (${X2AP_RELEASE} STREQUAL "R12")
make_version
(
X2AP_VERSION 12 9 0
)
set
(
X2AP_ASN_FILES x2ap-12.9.0.asn1
)
elseif
(
${
X2AP_RELEASE
}
STREQUAL
"R14"
)
make_version
(
X2AP_VERSION 14
6
0
)
set
(
X2AP_ASN_FILES x2ap-14.
6
.0.asn1
)
make_version
(
X2AP_VERSION 14
7
0
)
set
(
X2AP_ASN_FILES x2ap-14.
7
.0.asn1
)
elseif
(
${
X2AP_RELEASE
}
STREQUAL
"R15"
)
make_version
(
X2AP_VERSION 15
7
0
)
set
(
X2AP_ASN_FILES x2ap-15.
7
.0.asn1
)
make_version
(
X2AP_VERSION 15
6
0
)
set
(
X2AP_ASN_FILES x2ap-15.
6
.0.asn1
)
endif
(
${
X2AP_RELEASE
}
STREQUAL
"R8"
)
add_definitions
(
-DX2AP_VERSION=
${
X2AP_VERSION
}
)
set
(
X2AP_ASN_DIR
${
X2AP_DIR
}
/MESSAGES/ASN1/
${
X2AP_RELEASE
}
)
...
...
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