Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF-Simple
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
CommunityXG
OpenXG-SMF-Simple
Commits
9ce307a1
Commit
9ce307a1
authored
Jan 05, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update priority_level
parent
bbdee091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/smf_app/smf_app.cpp
src/smf_app/smf_app.cpp
+4
-2
No files found.
src/smf_app/smf_app.cpp
View file @
9ce307a1
...
...
@@ -1424,14 +1424,16 @@ bool smf_app::get_session_management_subscription_data(
dnn_configuration
->
_5g_qos_profile
.
_5qi
=
smf_cfg
.
session_management_subscription
[
i
].
default_qos
.
_5qi
;
dnn_configuration
->
_5g_qos_profile
.
arp
.
priority_level
=
smf_cfg
.
session_management_subscription
[
i
].
default_qos
.
priority_level
;
smf_cfg
.
session_management_subscription
[
i
].
default_qos
.
arp
.
priority_level
;
dnn_configuration
->
_5g_qos_profile
.
arp
.
preempt_cap
=
smf_cfg
.
session_management_subscription
[
i
]
.
default_qos
.
arp
.
preempt_cap
;
dnn_configuration
->
_5g_qos_profile
.
arp
.
preempt_vuln
=
smf_cfg
.
session_management_subscription
[
i
]
.
default_qos
.
arp
.
preempt_vuln
;
dnn_configuration
->
_5g_qos_profile
.
priority_level
=
1
;
// TODO: hardcoded
dnn_configuration
->
_5g_qos_profile
.
priority_level
=
smf_cfg
.
session_management_subscription
[
i
]
.
default_qos
.
priority_level
;
// session_ambr
dnn_configuration
->
session_ambr
.
uplink
=
...
...
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