Skip to content

Commit

Permalink
chore(mme): remove TRACE_3GPP_SPEC
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
themarwhal committed Mar 10, 2022
1 parent 2b2ddb1 commit d8fb47b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion lte/gateway/c/core/oai/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ set(STATE_PROTO_DIR $ENV{MAGMA_ROOT}/lte/protos/oai)
################################################################
# SCTP LAYER OPTIONS
################################################################
add_boolean_option(TRACE_3GPP_SPEC True "Log hits of 3GPP specifications requirements")
add_boolean_option(LINK_GCOV False "Whether to link gcov")

if (EMBEDDED_SGW)
Expand Down
4 changes: 0 additions & 4 deletions lte/gateway/c/core/oai/lib/3gpp/3gpp_requirements.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@
#ifndef FILE_REQUIREMENTS_SEEN
#define FILE_REQUIREMENTS_SEEN

#if TRACE_3GPP_SPEC
#define REQUIREMENT_3GPP_SPEC(pRoTo, sTr) OAILOG_SPEC(pRoTo, sTr)
#else
#define REQUIREMENT_3GPP_SPEC(...)
#endif
#endif /* FILE_REQUIREMENTS_SEEN */
2 changes: 0 additions & 2 deletions lte/gateway/c/core/oai/oai_mme/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Override options for MME
set(BYTE_ORDER=LITTLE_ENDIAN)
set(TRACE_3GPP_SPEC False)


# Dependencies
pkg_search_module(LIBXML2 libxml-2.0 REQUIRED)
Expand Down
2 changes: 0 additions & 2 deletions lte/gateway/c/core/oai/tasks/mme_app/mme_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,8 +1821,6 @@ void mme_config_display(mme_config_t* config_pP) {
CMAKE_BUILD_TYPE);
OAILOG_DEBUG(LOG_CONFIG, "Built with PACKAGE_NAME ....................: %s\n",
PACKAGE_NAME);
OAILOG_DEBUG(LOG_CONFIG, "Built with TRACE_3GPP_SPEC .................: %d\n",
TRACE_3GPP_SPEC);

OAILOG_INFO(LOG_CONFIG, "Configuration:\n");
OAILOG_INFO(LOG_CONFIG, "- File .................................: %s\n",
Expand Down

0 comments on commit d8fb47b

Please sign in to comment.