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
9208bb2c
Commit
9208bb2c
authored
Nov 16, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue for OC
parent
65cc98c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/common/3gpp_29.244.h
src/common/3gpp_29.244.h
+2
-1
src/smf_app/smf_config.cpp
src/smf_app/smf_config.cpp
+1
-0
No files found.
src/common/3gpp_29.244.h
View file @
9208bb2c
...
...
@@ -1011,10 +1011,10 @@ typedef struct fseid_s {
// 8.2.38 Node ID
enum
node_id_type_value_e
{
/* Request / Initial message */
NODE_ID_TYPE_UNKNOWN
=
-
1
,
NODE_ID_TYPE_IPV4_ADDRESS
=
0
,
NODE_ID_TYPE_IPV6_ADDRESS
=
1
,
NODE_ID_TYPE_FQDN
=
2
,
NODE_ID_TYPE_UNKNOWN
=
3
};
struct
node_id_s
{
...
...
@@ -1050,6 +1050,7 @@ struct node_id_s {
return
false
;
}
}
return
false
;
/*
if ((i.node_id_type == this->node_id_type) &&
...
...
src/smf_app/smf_config.cpp
View file @
9208bb2c
...
...
@@ -830,6 +830,7 @@ int smf_config::load(const string& config_file) {
Logger
::
smf_app
().
error
(
"%s : %s"
,
nfex
.
what
(),
nfex
.
getPath
());
return
RETURNerror
;
}
return
RETURNok
;
}
//------------------------------------------------------------------------------
...
...
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