Commit 2c403324 authored by David Kim's avatar David Kim

showing dl_tti msg

parent bdf98b03
...@@ -106,7 +106,7 @@ extern "C" { ...@@ -106,7 +106,7 @@ extern "C" {
/* .log_format = 0x13 uncolored standard messages /* .log_format = 0x13 uncolored standard messages
* .log_format = 0x93 colored standard messages */ * .log_format = 0x93 colored standard messages */
/* keep white space in first position; switching it to 0 allows colors to be disabled*/ /* keep white space in first position; switching it to 0 allows colors to be disabled*/
#define LOG_WITH_COLORS 0 #define LOG_WITH_COLORS 1
#if LOG_WITH_COLORS #if LOG_WITH_COLORS
#define LOG_RED "\033[1;31m" /*!< \brief VT100 sequence for bold red foreground */ #define LOG_RED "\033[1;31m" /*!< \brief VT100 sequence for bold red foreground */
#define LOG_GREEN "\033[32m" /*!< \brief VT100 sequence for green foreground */ #define LOG_GREEN "\033[32m" /*!< \brief VT100 sequence for green foreground */
...@@ -416,7 +416,7 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int ...@@ -416,7 +416,7 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int
// debugging macros // debugging macros
#define LOG_F LOG_I /* because LOG_F was originaly to dump a message or buffer but is also used as a regular level...., to dump use LOG_DUMPMSG */ #define LOG_F LOG_I /* because LOG_F was originaly to dump a message or buffer but is also used as a regular level...., to dump use LOG_DUMPMSG */
#define LOG_MINIMAL 1 /* 1 for minimal logging: E, W and A */ #define LOG_MINIMAL 0 /* 1 for minimal logging: E, W and A */
#if LOG_MINIMAL #if LOG_MINIMAL
......
...@@ -264,12 +264,12 @@ MACRLCs = ( ...@@ -264,12 +264,12 @@ MACRLCs = (
{ {
num_cc = 1; num_cc = 1;
local_s_if_name = "lo:"; local_s_if_name = "lo:";
remote_s_address = "127.0.0.2"; // pnf addr [!] remote_s_address = "127.0.0.1"; // pnf addr [!]
local_s_address = "127.0.0.2"; // vnf addr local_s_address = "127.0.0.2"; // vnf addr
local_s_portc = 50001; // vnf p5 port local_s_portc = 50601; // vnf p5 port
remote_s_portc = 50000; // pnf p5 port [!] remote_s_portc = 50600; // pnf p5 port [!]
local_s_portd = 50011; // vnf p7 port [!] local_s_portd = 50611; // vnf p7 port [!]
remote_s_portd = 50010; // pnf p7 port [!] remote_s_portd = 50610; // pnf p7 port [!]
tr_s_preference = "nfapi"; tr_s_preference = "nfapi";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
} }
......
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