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
b9b0af0e
Commit
b9b0af0e
authored
Sep 24, 2020
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix for location header (HTTP2)
parent
e43b4429
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/api-server/smf-http2-server.cpp
src/api-server/smf-http2-server.cpp
+2
-2
No files found.
src/api-server/smf-http2-server.cpp
View file @
b9b0af0e
...
@@ -294,8 +294,8 @@ void smf_http2_server::create_sm_contexts_handler(
...
@@ -294,8 +294,8 @@ void smf_http2_server::create_sm_contexts_handler(
sm_context_req_msg
.
set_n1_sm_message
(
n1_sm_msg
);
sm_context_req_msg
.
set_n1_sm_message
(
n1_sm_msg
);
//set api root to be used as location header in HTTP response
//set api root to be used as location header in HTTP response
sm_context_req_msg
.
set_api_root
(
sm_context_req_msg
.
set_api_root
(
m_address
+
":"
+
std
::
to_string
(
m_port
)
// m_address + ":" + std::to_string(m_port) +
+
"/nsmf-pdusession/"
+
smf_cfg
.
sbi_api_version
+
"/sm-context
"
);
"/nsmf-pdusession/"
+
smf_cfg
.
sbi_api_version
+
"/sm-contexts
"
);
//supi
//supi
supi_t
supi
=
{
.
length
=
0
};
supi_t
supi
=
{
.
length
=
0
};
...
...
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