Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF-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-AMF-Simple
Commits
938612d6
Commit
938612d6
authored
Feb 08, 2021
by
luhan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix nssai bugs in amf_n4.cpp
parent
15ea3471
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/amf-app/amf_n2.cpp
src/amf-app/amf_n2.cpp
+2
-2
No files found.
src/amf-app/amf_n2.cpp
View file @
938612d6
...
...
@@ -615,7 +615,7 @@ void amf_n2::handle_itti_message(itti_initial_context_setup_request& itti_msg) {
PDUSessionResourceSetupRequestItem_t
item
;
item
.
pduSessionId
=
itti_msg
.
pdu_session_id
;
item
.
s_nssai
.
sst
=
"01"
;
item
.
s_nssai
.
sd
=
""
;
item
.
s_nssai
.
sd
=
"
None
"
;
item
.
pduSessionNAS_PDU
=
NULL
;
if
(
itti_msg
.
isn2sm_avaliable
)
{
bstring
n2sm
=
itti_msg
.
n2sm
;
...
...
@@ -674,7 +674,7 @@ void amf_n2::handle_itti_message(
item
.
pduSessionNAS_PDU
=
nas_pdu
;
item
.
sizeofpduSessionNAS_PDU
=
blength
(
itti_msg
.
nas
);
item
.
s_nssai
.
sst
=
"01"
;
// TODO: get from N1N2msgTranferMsg
item
.
s_nssai
.
sd
=
""
;
// TODO: get from N1N2msgTranferMsg
item
.
s_nssai
.
sd
=
"
None
"
;
// TODO: get from N1N2msgTranferMsg
// Get NSSAI from PDU Session Context
std
::
shared_ptr
<
nas_context
>
nc
;
...
...
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