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
9136d2c9
Commit
9136d2c9
authored
Jun 02, 2022
by
KARIM
Browse files
Options
Browse Files
Download
Plain Diff
fix conflicts
parents
bd4794bd
2265f0ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
src/smf_app/smf_config.cpp
src/smf_app/smf_config.cpp
+1
-4
src/smf_app/smf_config.hpp
src/smf_app/smf_config.hpp
+0
-4
No files found.
src/smf_app/smf_config.cpp
View file @
9136d2c9
...
@@ -901,9 +901,7 @@ void smf_config::display() {
...
@@ -901,9 +901,7 @@ void smf_config::display() {
n4.thread_rd_sched_params.sched_policy); Logger::smf_app().info( "
n4.thread_rd_sched_params.sched_policy); Logger::smf_app().info( "
Scheduling prio .....: %d", n4.thread_rd_sched_params.sched_priority);
Scheduling prio .....: %d", n4.thread_rd_sched_params.sched_priority);
<<<<<<< HEAD
Logger::smf_app().info("- ITTI Timer Task Threading:");
=======
Logger::smf_app().info(
Logger::smf_app().info(
" CSCF .........: %s",
" CSCF .........: %s",
inet_ntoa(*((struct in_addr*) &default_cscfv4)));
inet_ntoa(*((struct in_addr*) &default_cscfv4)));
...
@@ -914,7 +912,6 @@ void smf_config::display() {
...
@@ -914,7 +912,6 @@ void smf_config::display() {
Logger::smf_app().info("- " SMF_CONFIG_STRING_DNN_LIST ":");
Logger::smf_app().info("- " SMF_CONFIG_STRING_DNN_LIST ":");
for (int i = 0; i < num_dnn; i++) {
for (int i = 0; i < num_dnn; i++) {
Logger::smf_app().info(" DNN %d:", i);
Logger::smf_app().info(" DNN %d:", i);
>>>>>>> 89b5f827... backup before adding qos rule update
Logger::smf_app().info(
Logger::smf_app().info(
" CPU id ..............: %d", itti.itti_timer_sched_params.cpu_id);
" CPU id ..............: %d", itti.itti_timer_sched_params.cpu_id);
Logger::smf_app().info(
Logger::smf_app().info(
...
...
src/smf_app/smf_config.hpp
View file @
9136d2c9
...
@@ -225,10 +225,7 @@ class smf_config {
...
@@ -225,10 +225,7 @@ class smf_config {
struct
in_addr
default_cscfv4
;
struct
in_addr
default_cscfv4
;
struct
in6_addr
default_dnsv6
;
struct
in6_addr
default_dnsv6
;
struct
in6_addr
default_dns_secv6
;
struct
in6_addr
default_dns_secv6
;
<<<<<<<
HEAD
std
::
map
<
std
::
string
,
dnn_t
>
dnns
;
std
::
map
<
std
::
string
,
dnn_t
>
dnns
;
=======
struct
in6_addr
default_cscfv6
;
struct
in6_addr
default_cscfv6
;
#define SMF_NUM_DNN_MAX 5
#define SMF_NUM_DNN_MAX 5
int
num_dnn
;
int
num_dnn
;
...
@@ -256,7 +253,6 @@ class smf_config {
...
@@ -256,7 +253,6 @@ class smf_config {
int
num_paa6_pool
;
int
num_paa6_pool
;
struct
in6_addr
paa_pool6_prefix
[
SMF_NUM_UE_POOL_MAX
];
struct
in6_addr
paa_pool6_prefix
[
SMF_NUM_UE_POOL_MAX
];
uint8_t
paa_pool6_prefix_len
[
SMF_NUM_UE_POOL_MAX
];
uint8_t
paa_pool6_prefix_len
[
SMF_NUM_UE_POOL_MAX
];
>>>>>>>
89
b5f827
...
backup
before
adding
qos
rule
update
bool
force_push_pco
;
bool
force_push_pco
;
uint
ue_mtu
;
uint
ue_mtu
;
...
...
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