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
canghaiwuhen
OpenXG-RAN
Commits
f4ce8656
Commit
f4ce8656
authored
Nov 20, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6054
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
80bf3470
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
openair-cn/OAI_EPC/oai_epc.c
openair-cn/OAI_EPC/oai_epc.c
+1
-5
No files found.
openair-cn/OAI_EPC/oai_epc.c
View file @
f4ce8656
...
...
@@ -80,16 +80,12 @@ int main(int argc, char *argv[])
CHECK_INIT_RETURN
(
nas_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
sctp_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
udp_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
s1ap_mme_init
(
&
mme_config
));
// moved CHECK_INIT_RETURN(sgi_init(&spgw_config.pgw_config));
CHECK_INIT_RETURN
(
gtpv1u_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
s1ap_mme_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
mme_app_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
s6a_init
(
&
mme_config
));
CHECK_INIT_RETURN
(
sgw_lite_init
(
mme_config
.
config_file
));
CHECK_INIT_RETURN
(
sgi_init
(
&
spgw_config
.
pgw_config
));
/* Handle signals here */
itti_wait_tasks_end
();
...
...
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