Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
d398c2ce
Commit
d398c2ce
authored
11 years ago
by
Lionel Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Licence
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5160
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
76046a03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/PROJECTS/GENERIC-LTE-EPC/start_enb.bash
+41
-4
41 additions, 4 deletions
targets/PROJECTS/GENERIC-LTE-EPC/start_enb.bash
with
41 additions
and
4 deletions
targets/PROJECTS/GENERIC-LTE-EPC/start_enb.bash
+
41
−
4
View file @
d398c2ce
#!/bin/bash
# Author Lionel GAUTHIER 01/20/2014
##########################################
################################################################################
# Eurecom OpenAirInterface core network
# Copyright(c) 1999 - 2014 Eurecom
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
# version 2, as published by the Free Software Foundation.
#
# This program is distributed in the hope it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
#
# The full GNU General Public License is included in this distribution in
# the file called "COPYING".
#
# Contact Information
# Openair Admin: openair_admin@eurecom.fr
# Openair Tech : openair_tech@eurecom.fr
# Forums : http://forums.eurecom.fsr/openairinterface
# Address : EURECOM,
# Campus SophiaTech,
# 450 Route des Chappes,
# CS 50193
# 06904 Biot Sophia Antipolis cedex,
# FRANCE
################################################################################
# file start_enb.bash
# brief
# author Lionel Gauthier
# company Eurecom
# email: lionel.gauthier@eurecom.fr
###########################################
# INPUT OF THIS SCRIPT:
# THE DIRECTORY WHERE ARE LOCATED THE CONFIGURATION FILES
#########################################
...
...
@@ -58,7 +93,7 @@
###########################################################
# Parameters
###########################################################
declare
MAKE_LTE_ACCESS_STRATUM_TARGET
=
"oaisim ENABLE_ITTI=1 USE_MME=R10 NAS=1 Rel10=1"
declare
MAKE_LTE_ACCESS_STRATUM_TARGET
=
"oaisim ENABLE_ITTI=1 USE_MME=R10
LINK_PDCP_TO_GTPV1U=1
NAS=1 Rel10=1"
declare
MAKE_IP_DRIVER_TARGET
=
"ue_ip.ko"
declare
IP_DRIVER_NAME
=
"ue_ip"
declare
LTEIF
=
"oip1"
...
...
@@ -235,9 +270,11 @@ ip route add default dev $LTEIF table lte
ITTI_LOG_FILE
=
./itti_enb.
$HOSTNAME
.log
rotate_log_file
$ITTI_LOG_FILE
STDOUT_LOG_FILE
=
./stdout_enb_ue.log
rotate_log_file
$STDOUT_LOG_FILE
nohup
xterm
-e
$OPENAIRCN_DIR
/NAS/EURECOM-NAS/bin/UserProcess &
gdb
--args
$OPENAIR_TARGETS
/SIMU/USER/oaisim
-a
-u1
-l7
-K
$ITTI_LOG_FILE
--enb-conf
$CONFIG_FILE_ENB
$OPENAIR_TARGETS
/SIMU/USER/oaisim
-a
-u1
-l7
-K
$ITTI_LOG_FILE
--enb-conf
$CONFIG_FILE_ENB
2>&1 |
tee
$STDOUT_LOG_FILE
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment