Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance operation of our GitLab server is scheduled for Wednesday, April 16, 2025, at 2PM.
Show more breadcrumbs
Sudhakar B
openairinterface5G
Commits
e666cf5e
Commit
e666cf5e
authored
3 years ago
by
Robert Schmidt
Committed by
Sakthivel Velumani
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Create CMake E1AP_RELEASE variable from E1AP_VERSION
parent
1f841336
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/E1AP/MESSAGES/CMakeLists.txt
+1
-8
1 addition, 8 deletions
openair2/E1AP/MESSAGES/CMakeLists.txt
with
1 addition
and
8 deletions
openair2/E1AP/MESSAGES/CMakeLists.txt
+
1
−
8
View file @
e666cf5e
set
(
E1AP_VERSION 16 78 0
)
make_version
(
E1AP_cc
${
E1AP_VERSION
}
)
#add_definitions(-DE1AP_VERSION=${E1AP_cc})
# TODO from E1AP_VERSION
set
(
E1AP_RELEASE
"16.78.0"
)
string
(
REPLACE
";"
"."
E1AP_RELEASE
"
${
E1AP_VERSION
}
"
)
if
(
E1AP_RELEASE VERSION_EQUAL
"16.78.0"
)
include
(
ASN.1/38463-g80.R16.78.0.cmake
)
...
...
@@ -11,11 +9,6 @@ else()
message
(
FATAL_ERROR
"unknown E1AP_RELEASE
${
E1AP_RELEASE
}
"
)
endif
()
message
(
STATUS
"E1AP_VERSION
${
E1AP_VERSION
}
"
)
message
(
STATUS
"E1AP_cc
${
E1AP_cc
}
"
)
message
(
STATUS
"E1AP_RELEASE
${
E1AP_RELEASE
}
"
)
message
(
STATUS
"E1AP_GRAMMAR
${
E1AP_GRAMMAR
}
"
)
add_custom_command
(
OUTPUT
${
e1ap_source
}
${
e1ap_headers
}
COMMAND ASN1C_PREFIX=E1AP_ asn1c -gen-PER -no-gen-OER -fcompound-names -no-gen-example -findirect-choice -fno-include-deps -D
${
CMAKE_CURRENT_BINARY_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
E1AP_GRAMMAR
}
DEPENDS
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
E1AP_GRAMMAR
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment