Commit 58b390c7 authored by yaojie's avatar yaojie

fix error: Initialize NGAP_CONF_MODE for ittiSIM

parent 90a10cd0
......@@ -524,6 +524,7 @@ int main( int argc, char **argv )
// AMF_MODE_ENABLED = !IS_SOFTMODEM_NOS1;
AMF_MODE_ENABLED = 0;
NGAP_CONF_MODE = !IS_SOFTMODEM_NOS1; //!get_softmodem_params()->phy_test;
#if T_TRACER
T_Config_Init();
......
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