Commit e0a1dd86 authored by Haruki NAOI's avatar Haruki NAOI

fix abort.

parent 7208d07e
......@@ -814,7 +814,7 @@ int rrc_mac_config_req_eNB(module_id_t Mod_idP,
#endif
)) == -1) {
LOG_E(MAC, "%s:%d: fatal\n", __FILE__, __LINE__);
abort();
return(-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