Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-AMF
Commits
1ba52359
Commit
1ba52359
authored
Feb 16, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue for Release mode in RHEL 8.2
parent
160dc286
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
src/amf-app/amf_config.cpp
src/amf-app/amf_config.cpp
+1
-0
src/amf-app/amf_module_from_config.cpp
src/amf-app/amf_module_from_config.cpp
+1
-0
src/oai-amf/CMakeLists.txt
src/oai-amf/CMakeLists.txt
+3
-0
No files found.
src/amf-app/amf_config.cpp
View file @
1ba52359
...
...
@@ -377,6 +377,7 @@ int amf_config::load(const std::string& config_file) {
"%s : %s, using defaults"
,
nfex
.
what
(),
nfex
.
getPath
());
return
-
1
;
}
return
1
;
}
//------------------------------------------------------------------------------
...
...
src/amf-app/amf_module_from_config.cpp
View file @
1ba52359
...
...
@@ -86,6 +86,7 @@ int amf_modules::load(const std::string& config_file) {
Logger
::
config
().
error
(
"wrong NGAP message configuration"
);
}
}
return
1
;
}
//------------------------------------------------------------------------------
...
...
src/oai-amf/CMakeLists.txt
View file @
1ba52359
...
...
@@ -121,6 +121,9 @@ if (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
add_boolean_option
(
LOG_OAI_MINIMAL True
"Thread safe logging API, log only levels above NOTICE"
)
SET
(
ASAN asan
)
endif
()
if
(
CMAKE_BUILD_TYPE STREQUAL
"Release"
)
SET
(
ASAN asan
)
endif
()
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
add_boolean_option
(
LOG_OAI True
"Thread safe logging API"
)
SET
(
ASAN asan
)
...
...
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