Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
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
promise
OpenXG-RAN
Commits
8cb530d2
Commit
8cb530d2
authored
Oct 09, 2020
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address review in !913: rename functions
parent
f146b640
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/ENB_APP/flexran_apps/imsi.c
openair2/ENB_APP/flexran_apps/imsi.c
+4
-4
No files found.
openair2/ENB_APP/flexran_apps/imsi.c
View file @
8cb530d2
...
@@ -68,7 +68,7 @@ int dump_list(void) {
...
@@ -68,7 +68,7 @@ int dump_list(void) {
return
len
;
return
len
;
}
}
void
a
jout
(
char
*
regex
,
int
dl
,
int
ul
)
{
void
a
dd
(
char
*
regex
,
int
dl
,
int
ul
)
{
slist_data_t
*
datap
=
malloc
(
sizeof
(
slist_data_t
));
slist_data_t
*
datap
=
malloc
(
sizeof
(
slist_data_t
));
if
(
!
datap
)
{
if
(
!
datap
)
{
LOG_E
(
FLEXRAN_AGENT
,
"cannot allocate memory for slist_data_t
\n
"
);
LOG_E
(
FLEXRAN_AGENT
,
"cannot allocate memory for slist_data_t
\n
"
);
...
@@ -155,7 +155,7 @@ Protocol__FlexranMessage *matching_tick(
...
@@ -155,7 +155,7 @@ Protocol__FlexranMessage *matching_tick(
reconfig
=
false
;
reconfig
=
false
;
return
NULL
;
return
NULL
;
}
}
void
a
jout
_param
(
Protocol__FlexAgentReconfigurationSubsystem__ParamsEntry
**
p
,
int
n_p
)
{
void
a
dd
_param
(
Protocol__FlexAgentReconfigurationSubsystem__ParamsEntry
**
p
,
int
n_p
)
{
char
s
[
30
];
char
s
[
30
];
reconfig
=
true
;
reconfig
=
true
;
bool
supp
=
false
;
bool
supp
=
false
;
...
@@ -196,7 +196,7 @@ void ajout_param(Protocol__FlexAgentReconfigurationSubsystem__ParamsEntry **p, i
...
@@ -196,7 +196,7 @@ void ajout_param(Protocol__FlexAgentReconfigurationSubsystem__ParamsEntry **p, i
else
{
else
{
if
(
supp
==
true
)
if
(
supp
==
true
)
remove_
(
s
);
remove_
(
s
);
a
jout
(
s
,
dl
,
ul
);
a
dd
(
s
,
dl
,
ul
);
}
}
/* re-verify all UEs again */
/* re-verify all UEs again */
for
(
int
i
=
0
;
i
<
MAX_MOBILES_PER_ENB
;
++
i
)
for
(
int
i
=
0
;
i
<
MAX_MOBILES_PER_ENB
;
++
i
)
...
@@ -224,7 +224,7 @@ int imsi_reconfig(mid_t mod_id,
...
@@ -224,7 +224,7 @@ int imsi_reconfig(mid_t mod_id,
Protocol__FlexAgentReconfigurationSubsystem__ParamsEntry
**
p
,
Protocol__FlexAgentReconfigurationSubsystem__ParamsEntry
**
p
,
int
n_p
)
int
n_p
)
{
{
a
jout
_param
(
p
,
n_p
);
a
dd
_param
(
p
,
n_p
);
return
0
;
return
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