Commit 49976946 authored by nymphe's avatar nymphe

agent

parent 80596b28
...@@ -435,6 +435,7 @@ int flexran_agent_control_delegation(mid_t mod_id, const void *params, Protocol_ ...@@ -435,6 +435,7 @@ int flexran_agent_control_delegation(mid_t mod_id, const void *params, Protocol_
f = fopen(target, "wb"); f = fopen(target, "wb");
if (f) { if (f) {
LOG_W(FLEXRAN_AGENT, "exist\n");
fwrite(control_delegation_msg->payload.data, control_delegation_msg->payload.len, 1, f); fwrite(control_delegation_msg->payload.data, control_delegation_msg->payload.len, 1, f);
fclose(f); fclose(f);
} else { } else {
......
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