Commit eff530fc authored by Lionel Gauthier's avatar Lionel Gauthier

EPC logs

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5462 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a6d19104
......@@ -521,6 +521,13 @@ int olg_config(void) {
set_comp_log(RLC, LOG_DEBUG, LOG_MED,1);
set_comp_log(RRC, LOG_DEBUG, LOG_MED,1);
*/
#if defined(ENABLE_USE_MME)
set_comp_log(UDP_, LOG_DEBUG, LOG_MED,1);
set_comp_log(GTPU, LOG_DEBUG, LOG_MED,1);
set_comp_log(SPGW, LOG_DEBUG, LOG_MED,1);
set_comp_log(S1AP, LOG_DEBUG, LOG_MED,1);
set_comp_log(SCTP, LOG_DEBUG, LOG_MED,1);
#endif
#if defined(ENABLE_RAL)
set_comp_log(RAL_ENB, LOG_TRACE, LOG_MED,1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment