Commit 49976946 authored by nymphe's avatar nymphe

agent

parent 80596b28
......@@ -435,7 +435,8 @@ int flexran_agent_control_delegation(mid_t mod_id, const void *params, Protocol_
f = fopen(target, "wb");
if (f) {
fwrite(control_delegation_msg->payload.data, control_delegation_msg->payload.len, 1, f);
LOG_W(FLEXRAN_AGENT, "exist\n");
fwrite(control_delegation_msg->payload.data, control_delegation_msg->payload.len, 1, f);
fclose(f);
} else {
LOG_W(FLEXRAN_AGENT, "[%d] can not write control delegation data to %s\n",
......
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