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
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-AMF
Commits
f6e42c72
Commit
f6e42c72
authored
Feb 18, 2022
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue for NRF's URI
parent
bc920166
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_n11.cpp
src/amf-app/amf_n11.cpp
+2
-2
No files found.
src/amf-app/amf_n11.cpp
View file @
f6e42c72
...
...
@@ -1603,8 +1603,8 @@ bool amf_n11::get_nrf_uri(
response_data
[
"nsiInformation"
][
"nrfId"
].
get
<
std
::
string
>
();
std
::
vector
<
std
::
string
>
split_result
;
boost
::
split
(
split_result
,
nrf_id
,
boost
::
is_any_of
(
"/"
));
if
(
split_result
.
size
()
>
2
)
{
nrf_uri
=
split_result
[
0
]
+
"/nnrf-disc/"
+
split_result
[
2
]
+
if
(
split_result
.
size
()
>
4
)
{
nrf_uri
=
split_result
[
2
]
+
"/nnrf-disc/"
+
split_result
[
4
]
+
"/nf-instances"
;
}
...
...
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