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
lizhongxiao
OpenXG-RAN
Commits
2b3d3e4b
Commit
2b3d3e4b
authored
Aug 24, 2022
by
Vaibhav Shrivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lttng Revert Changes from eNB & Proxy
parent
9deb0c0a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+3
-0
common/utils/LOG/log.h
common/utils/LOG/log.h
+1
-0
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+1
-1
openair3/SS/ss_eNB_sys_task.c
openair3/SS/ss_eNB_sys_task.c
+1
-0
No files found.
cmake_targets/CMakeLists.txt
View file @
2b3d3e4b
...
...
@@ -1178,6 +1178,7 @@ add_library(UTIL
${
OPENAIR2_DIR
}
/UTIL/LISTS/list.c
${
OPENAIR2_DIR
}
/UTIL/LISTS/list2.c
${
OPENAIR_DIR
}
/common/utils/LOG/log.c
${
OPENAIR_DIR
}
/common/utils/LOG/ss-tp.c
${
OPENAIR_DIR
}
/common/utils/LOG/vcd_signal_dumper.c
${
OPENAIR2_DIR
}
/UTIL/MATH/oml.c
${
OPENAIR2_DIR
}
/UTIL/OPT/probe.c
...
...
@@ -2661,6 +2662,7 @@ target_link_libraries (lte-softmodem ${LIBXML2_LIBRARIES})
target_link_libraries
(
lte-softmodem pthread m CONFIG_LIB rt crypt
${
CRYPTO_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
sctp
${
PROTOBUF_LIB
}
${
CMAKE_DL_LIBS
}
${
LIBYAML_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem
${
LIB_LMS_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem
${
T_LIB
}
)
target_link_libraries
(
lte-softmodem lttng-ust
)
add_executable
(
ocp-enb
${
OPENAIR_DIR
}
/executables/main-ocp.c
...
...
@@ -2757,6 +2759,7 @@ target_link_libraries (lte-uesoftmodem
target_link_libraries
(
lte-uesoftmodem
${
LIBXML2_LIBRARIES
}
)
target_link_libraries
(
lte-uesoftmodem pthread m CONFIG_LIB rt crypt
${
CRYPTO_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
sctp
${
CMAKE_DL_LIBS
}
${
LIBYAML_LIBRARIES
}
${
ATLAS_LIBRARIES
}
)
target_link_libraries
(
lte-uesoftmodem
${
LIB_LMS_LIBRARIES
}
)
target_link_libraries
(
lte-uesoftmodem lttng-ust
)
target_link_libraries
(
lte-uesoftmodem
${
T_LIB
}
)
# nr-softmodem
...
...
common/utils/LOG/log.h
View file @
2b3d3e4b
...
...
@@ -53,6 +53,7 @@
#include <pthread.h>
#include "T.h"
#include <common/utils/utils.h>
#include "ss-log.h"
/*----------------------------------------------------------------------------*/
#include <assert.h>
#ifdef NDEBUG
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
2b3d3e4b
...
...
@@ -10345,7 +10345,7 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
}
LOG_A
(
RRC
,
"
\n
"
);
}
LOG_
A
(
RRC
,
"DL DCCH size: %d
\n
"
,
SS_RRC_PDU_REQ
(
msg_p
).
sdu_size
);
LOG_
P
(
RRC
,
"DL DCCH size: %d
\n
"
,
(
uint8_t
*
)
SS_RRC_PDU_REQ
(
msg_p
).
sdu
,
SS_RRC_PDU_REQ
(
msg_p
).
sdu_size
);
if
(
LOG_DEBUGFLAG
(
DEBUG_ASN1
))
{
...
...
openair3/SS/ss_eNB_sys_task.c
View file @
2b3d3e4b
...
...
@@ -55,6 +55,7 @@
#include "udp_eNB_task.h"
#include "ss_eNB_proxy_iface.h"
#include "common/utils/LOG/ss-log.h"
#include "msc.h"
extern
RAN_CONTEXT_t
RC
;
...
...
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