Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
241c70b6
Unverified
Commit
241c70b6
authored
Jun 01, 2022
by
kharade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore SD value for standard SST
parent
7456794f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
scripts/entrypoint.sh
scripts/entrypoint.sh
+7
-0
No files found.
scripts/entrypoint.sh
View file @
241c70b6
...
...
@@ -100,6 +100,13 @@ 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"
exec
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment