Commit e6cc6535 authored by wangyongshou's avatar wangyongshou

resolve compile error

parent 2296a0e5
...@@ -88,7 +88,7 @@ void upf_create_gtpu_tunnel(const u32 n3_local_ip, const u32 n3_remote_ip, const ...@@ -88,7 +88,7 @@ void upf_create_gtpu_tunnel(const u32 n3_local_ip, const u32 n3_remote_ip, const
upf_ip4_to_str(n3_local_ip, n3_local, UPF_BUF); upf_ip4_to_str(n3_local_ip, n3_local, UPF_BUF);
upf_ip4_to_str(n3_remote_ip, n3_remote, UPF_BUF); upf_ip4_to_str(n3_remote_ip, n3_remote, UPF_BUF);
int len = snprintf(cmd, UPF_BUF, GTPU_TUNNEL, n3_local, n3_remote, teid); snprintf(cmd, UPF_BUF, GTPU_TUNNEL, n3_local, n3_remote, teid);
unformat_input_t sub_input; unformat_input_t sub_input;
......
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