fix errors in ldpctest and warning in rrc_eNB.c

parent 86f31972
...@@ -28,7 +28,7 @@ PHY_VARS_UE ***PHY_vars_UE_g; ...@@ -28,7 +28,7 @@ PHY_VARS_UE ***PHY_vars_UE_g;
#include "common/ran_context.h" #include "common/ran_context.h"
RAN_CONTEXT_t RC; RAN_CONTEXT_t RC;
void exit_function(const char* file, const char* function, const int line, const char* s, const int assert) void exit_function(const char* file, const char* function, const int line, const char* s, const int assert) {
const char * msg= s==NULL ? "no comment": s; const char * msg= s==NULL ? "no comment": s;
printf("Exiting at: %s:%d %s(), %s\n", file, line, function, msg); printf("Exiting at: %s:%d %s(), %s\n", file, line, function, msg);
exit(-1); exit(-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