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
promise
OpenXG-RAN
Commits
077905a6
Commit
077905a6
authored
6 years ago
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
undoing previous changes that should not have been committed
parent
3bae35c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
29 deletions
+29
-29
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+29
-29
No files found.
cmake_targets/CMakeLists.txt
View file @
077905a6
...
@@ -323,14 +323,14 @@ endif (${RRC_ASN1_VERSION} STREQUAL "Rel8")
...
@@ -323,14 +323,14 @@ endif (${RRC_ASN1_VERSION} STREQUAL "Rel8")
add_definitions
(
-DRRC_VERSION=
${
RRC_VERSION
}
)
add_definitions
(
-DRRC_VERSION=
${
RRC_VERSION
}
)
set
(
RRC_FULL_DIR
${
asn1_generated_dir
}
/RRC_
${
RRC_ASN1_VERSION
}
)
set
(
RRC_FULL_DIR
${
asn1_generated_dir
}
/RRC_
${
RRC_ASN1_VERSION
}
)
message
(
"calling asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D
${
RRC_FULL_DIR
}
${
RRC_GRAMMAR
}
"
)
message
(
"calling asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D
${
RRC_FULL_DIR
}
${
RRC_GRAMMAR
}
"
)
#
execute_process(COMMAND mkdir -p ${RRC_FULL_DIR}
execute_process
(
COMMAND mkdir -p
${
RRC_FULL_DIR
}
#
COMMAND env asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D ${RRC_FULL_DIR} ${RRC_GRAMMAR}
COMMAND env asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D
${
RRC_FULL_DIR
}
${
RRC_GRAMMAR
}
#
RESULT_VARIABLE ret
RESULT_VARIABLE ret
#
OUTPUT_QUIET
OUTPUT_QUIET
#
ERROR_QUIET)
ERROR_QUIET
)
#
if (NOT ${ret} STREQUAL 0)
if
(
NOT
${
ret
}
STREQUAL 0
)
#
message(FATAL_ERROR "${ret}: error")
message
(
FATAL_ERROR
"
${
ret
}
: error"
)
#
endif (NOT ${ret} STREQUAL 0)
endif
(
NOT
${
ret
}
STREQUAL 0
)
file
(
GLOB rrc_source
${
RRC_FULL_DIR
}
/*.c
)
file
(
GLOB rrc_source
${
RRC_FULL_DIR
}
/*.c
)
file
(
GLOB rrc_h
${
RRC_FULL_DIR
}
/*.h
)
file
(
GLOB rrc_h
${
RRC_FULL_DIR
}
/*.h
)
...
@@ -364,11 +364,11 @@ add_definitions(-DNR_RRC_VERSION=${NR_RRC_VERSION})
...
@@ -364,11 +364,11 @@ add_definitions(-DNR_RRC_VERSION=${NR_RRC_VERSION})
set
(
NR_RRC_FULL_DIR
${
asn1_generated_dir
}
/
${
NR_RRC_ASN1_VERSION
}
)
set
(
NR_RRC_FULL_DIR
${
asn1_generated_dir
}
/
${
NR_RRC_ASN1_VERSION
}
)
message
(
"calling ASN1C_PREFIX=NR_ asn1c -pdu=all -fcompound-names -findirect-choice -gen-PER -no-gen-OER -no-gen-example -D
${
NR_RRC_FULL_DIR
}
${
NR_RRC_GRAMMAR
}
"
)
message
(
"calling ASN1C_PREFIX=NR_ asn1c -pdu=all -fcompound-names -findirect-choice -gen-PER -no-gen-OER -no-gen-example -D
${
NR_RRC_FULL_DIR
}
${
NR_RRC_GRAMMAR
}
"
)
#
execute_process(COMMAND mkdir -p ${NR_RRC_FULL_DIR}
execute_process
(
COMMAND mkdir -p
${
NR_RRC_FULL_DIR
}
#
COMMAND env "ASN1C_PREFIX=NR_" asn1c -fcompound-names -findirect-choice -gen-PER -no-gen-OER -no-gen-example -D ${NR_RRC_FULL_DIR} ${NR_RRC_GRAMMAR}
COMMAND env
"ASN1C_PREFIX=NR_"
asn1c -fcompound-names -findirect-choice -gen-PER -no-gen-OER -no-gen-example -D
${
NR_RRC_FULL_DIR
}
${
NR_RRC_GRAMMAR
}
#
RESULT_VARIABLE ret
RESULT_VARIABLE ret
#
OUTPUT_QUIET
OUTPUT_QUIET
#
ERROR_QUIET)
ERROR_QUIET
)
#if (NOT ${ret} STREQUAL 0)
#if (NOT ${ret} STREQUAL 0)
# message(FATAL_ERROR "${ret}: error")
# message(FATAL_ERROR "${ret}: error")
...
@@ -428,14 +428,14 @@ add_definitions(-DS1AP_VERSION=${S1AP_VERSION})
...
@@ -428,14 +428,14 @@ add_definitions(-DS1AP_VERSION=${S1AP_VERSION})
set
(
S1AP_ASN_DIR
${
S1AP_DIR
}
/MESSAGES/ASN1/
${
S1AP_RELEASE
}
)
set
(
S1AP_ASN_DIR
${
S1AP_DIR
}
/MESSAGES/ASN1/
${
S1AP_RELEASE
}
)
set
(
S1AP_C_DIR
${
asn1_generated_dir
}
/S1AP_
${
S1AP_RELEASE
}
)
set
(
S1AP_C_DIR
${
asn1_generated_dir
}
/S1AP_
${
S1AP_RELEASE
}
)
message
(
"calling ASN1C_PREFIX=S1AP_ asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D
${
S1AP_C_DIR
}
${
S1AP_ASN_DIR
}
/
${
S1AP_ASN_FILES
}
"
)
message
(
"calling ASN1C_PREFIX=S1AP_ asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D
${
S1AP_C_DIR
}
${
S1AP_ASN_DIR
}
/
${
S1AP_ASN_FILES
}
"
)
#
execute_process(COMMAND mkdir -p ${S1AP_C_DIR}
execute_process
(
COMMAND mkdir -p
${
S1AP_C_DIR
}
#
COMMAND env "ASN1C_PREFIX=S1AP_" asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ${S1AP_C_DIR} ${S1AP_ASN_DIR}/${S1AP_ASN_FILES}
COMMAND env
"ASN1C_PREFIX=S1AP_"
asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D
${
S1AP_C_DIR
}
${
S1AP_ASN_DIR
}
/
${
S1AP_ASN_FILES
}
#
RESULT_VARIABLE ret
RESULT_VARIABLE ret
#
OUTPUT_QUIET
OUTPUT_QUIET
#
ERROR_QUIET)
ERROR_QUIET
)
#
if (NOT ${ret} STREQUAL 0)
if
(
NOT
${
ret
}
STREQUAL 0
)
#
message(FATAL_ERROR "${ret}: error")
message
(
FATAL_ERROR
"
${
ret
}
: error"
)
#
endif (NOT ${ret} STREQUAL 0)
endif
(
NOT
${
ret
}
STREQUAL 0
)
file
(
GLOB S1AP_source
${
S1AP_C_DIR
}
/*.c
)
file
(
GLOB S1AP_source
${
S1AP_C_DIR
}
/*.c
)
file
(
GLOB s1ap_h
${
S1AP_C_DIR
}
/*.h
)
file
(
GLOB s1ap_h
${
S1AP_C_DIR
}
/*.h
)
...
@@ -497,14 +497,14 @@ add_definitions(-DX2AP_VERSION=${X2AP_VERSION})
...
@@ -497,14 +497,14 @@ add_definitions(-DX2AP_VERSION=${X2AP_VERSION})
set
(
X2AP_ASN_DIR
${
X2AP_DIR
}
/MESSAGES/ASN1/
${
X2AP_RELEASE
}
)
set
(
X2AP_ASN_DIR
${
X2AP_DIR
}
/MESSAGES/ASN1/
${
X2AP_RELEASE
}
)
set
(
X2AP_C_DIR
${
asn1_generated_dir
}
/X2AP_
${
X2AP_RELEASE
}
)
set
(
X2AP_C_DIR
${
asn1_generated_dir
}
/X2AP_
${
X2AP_RELEASE
}
)
message
(
"calling ASN1C_PREFIX=X2AP_ asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D
${
X2AP_C_DIR
}
${
X2AP_ASN_DIR
}
/
${
X2AP_ASN_FILES
}
"
)
message
(
"calling ASN1C_PREFIX=X2AP_ asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D
${
X2AP_C_DIR
}
${
X2AP_ASN_DIR
}
/
${
X2AP_ASN_FILES
}
"
)
#
execute_process(COMMAND mkdir -p ${X2AP_C_DIR}
execute_process
(
COMMAND mkdir -p
${
X2AP_C_DIR
}
#
COMMAND env "ASN1C_PREFIX=X2AP_" asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ${X2AP_C_DIR} ${X2AP_ASN_DIR}/${X2AP_ASN_FILES}
COMMAND env
"ASN1C_PREFIX=X2AP_"
asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D
${
X2AP_C_DIR
}
${
X2AP_ASN_DIR
}
/
${
X2AP_ASN_FILES
}
#
RESULT_VARIABLE ret
RESULT_VARIABLE ret
#
OUTPUT_QUIET
OUTPUT_QUIET
#
ERROR_QUIET)
ERROR_QUIET
)
#
if (NOT ${ret} STREQUAL 0)
if
(
NOT
${
ret
}
STREQUAL 0
)
#
message(FATAL_ERROR "${ret}: error")
message
(
FATAL_ERROR
"
${
ret
}
: error"
)
#
endif (NOT ${ret} STREQUAL 0)
endif
(
NOT
${
ret
}
STREQUAL 0
)
file
(
GLOB X2AP_source
${
X2AP_C_DIR
}
/*.c
)
file
(
GLOB X2AP_source
${
X2AP_C_DIR
}
/*.c
)
file
(
GLOB x2ap_h
${
X2AP_C_DIR
}
/*.h
)
file
(
GLOB x2ap_h
${
X2AP_C_DIR
}
/*.h
)
...
...
This diff is collapsed.
Click to expand it.
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