Commit 2296a0e5 authored by wangyongshou's avatar wangyongshou

delete useless info

parent 1a890452
...@@ -96,7 +96,7 @@ void upf_create_gtpu_tunnel(const u32 n3_local_ip, const u32 n3_remote_ip, const ...@@ -96,7 +96,7 @@ void upf_create_gtpu_tunnel(const u32 n3_local_ip, const u32 n3_remote_ip, const
vec_resize (buf, strlen(cmd)); vec_resize (buf, strlen(cmd));
strncpy((char *)buf, cmd, strlen(cmd)); strncpy((char *)buf, cmd, strlen(cmd));
clib_upf_debug(um->log_fd,"len:%u, strlen:%u", len, strlen(cmd)); //clib_upf_debug(um->log_fd,"len:%u, strlen:%u", len, strlen(cmd));
clib_upf_debug(um->log_fd, "\n\n***** Startup Config *****\n\n%s\n***** End Startup Config *****\n\n",cmd); clib_upf_debug(um->log_fd, "\n\n***** Startup Config *****\n\n%s\n***** End Startup Config *****\n\n",cmd);
......
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