Commit a97018d6 authored by Rohan's avatar Rohan

snssai fix

parent 82dd0458
......@@ -112,12 +112,6 @@ ip link set n6 up
ip route add $NETWORK_UE_IP via $SGI_IPV4 dev n6
# If standard SST is provided then ignore SD values
if [[ "$SST" -lt 128 ]]; then
sed '/sd/d' ${CONFIG_DIR}/upf_profile.json > ${CONFIG_DIR}/tmp_profile.json
mv ${CONFIG_DIR}/tmp_profile.json ${CONFIG_DIR}/upf_profile.json
fi
echo "Done setting the configuration"
......
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