Commit 7bfc55fe authored by wangyongshou's avatar wangyongshou

modify n3_gw config

parent 185c2d20
......@@ -50,7 +50,7 @@ function init_configure(){
DPDK_ENTRY=$($current/yq r $yaml vpp.ip_link.gtpu_entry)
CPUNUMBER=$($current/yq r $yaml vpp.ip_link.cpu)
sed 's/@N3_GW@/${N3_GW_IP}/' /opt/5gc/startup_debug.conf >/dev/null 2>&1 &
sed -i s/@N3_GW@/${N3_GW_IP}/ /opt/5gc/startup_debug.conf > /dev/null 2>&1;
rm -rf $current/yq
}
......
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