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
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
OpenXG
OpenXG-SMF
Commits
0de64c70
Commit
0de64c70
authored
Dec 05, 2023
by
liuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
json
parent
8e27bcc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/udp/cooudp.cpp
src/udp/cooudp.cpp
+3
-1
No files found.
src/udp/cooudp.cpp
View file @
0de64c70
...
@@ -190,7 +190,7 @@ int udp_server_coop::udp_read_from_peer_smf() {
...
@@ -190,7 +190,7 @@ int udp_server_coop::udp_read_from_peer_smf() {
if
(
sdPos
!=
std
::
string
::
npos
)
{
if
(
sdPos
!=
std
::
string
::
npos
)
{
snssai
.
sd
=
std
::
stoi
(
sstsd
.
substr
(
sdPos
+
3
));
snssai
.
sd
=
std
::
stoi
(
sstsd
.
substr
(
sdPos
+
3
));
}
}
std
::
shared_ptr
<
upf_graph
>
graph
=
{};
if
(
!
sc
.
get
()
->
find_pdu_session
(
scf
.
get
()
->
pdu_session_id
,
sp
))
{
if
(
!
sc
.
get
()
->
find_pdu_session
(
scf
.
get
()
->
pdu_session_id
,
sp
))
{
Logger
::
smf_app
().
debug
(
"Create a new PDU session"
);
Logger
::
smf_app
().
debug
(
"Create a new PDU session"
);
...
@@ -198,7 +198,9 @@ int udp_server_coop::udp_read_from_peer_smf() {
...
@@ -198,7 +198,9 @@ int udp_server_coop::udp_read_from_peer_smf() {
// sp.get()->pdu_session_type.pdu_session_type = smreq->req.get_pdu_session_type();
// sp.get()->pdu_session_type.pdu_session_type = smreq->req.get_pdu_session_type();
sp
.
get
()
->
set_dnn
(
dnn
);
sp
.
get
()
->
set_dnn
(
dnn
);
sp
.
get
()
->
set_snssai
(
snssai
);
sp
.
get
()
->
set_snssai
(
snssai
);
sp
.
get
()
->
set_sessions_graph
(
graph
);
sc
.
get
()
->
add_pdu_session
(
scf
.
get
()
->
pdu_session_id
,
sp
);
sc
.
get
()
->
add_pdu_session
(
scf
.
get
()
->
pdu_session_id
,
sp
);
}
}
...
...
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