Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
b13d31c1
Commit
b13d31c1
authored
May 23, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5333
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
7a5f56e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/CONF/enb.centos.nord.conf
...ECTS/CENTOS-LTE-EPC-INTEGRATION/CONF/enb.centos.nord.conf
+1
-1
targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash
targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash
+6
-6
No files found.
targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/CONF/enb.centos.nord.conf
View file @
b13d31c1
...
...
@@ -13,7 +13,7 @@ eNBs =
eNB_name
=
"eNB_Eurecom_LTEBox"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
"1"
;
tracking_area_code
=
"1
5
"
;
mobile_country_code
=
"208"
;
...
...
targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash
View file @
b13d31c1
...
...
@@ -45,7 +45,7 @@
###########################################################
# Parameters
###########################################################
declare
MAKE_LTE_ACCESS_STRATUM_TARGET_RT
=
"lte-softmodem
DEBUG=1
HARD_RT=1 ENABLE_ITTI=1 USE_MME=R10 LINK_PDCP_TO_GTPV1U=1 DISABLE_XER_PRINT=1 SECU=1 RRC_MSG_PRINT=1 "
declare
MAKE_LTE_ACCESS_STRATUM_TARGET_RT
=
"lte-softmodem HARD_RT=1 ENABLE_ITTI=1 USE_MME=R10 LINK_PDCP_TO_GTPV1U=1 DISABLE_XER_PRINT=1 SECU=1 RRC_MSG_PRINT=1 "
###########################################################
THIS_SCRIPT_PATH
=
$(
dirname
$(
readlink
-f
$0
))
...
...
@@ -211,13 +211,13 @@ cd $OPENAIR_TARGETS/RTAI/USER
bash ./init_exmimo2.sh
echo_warning
"STARTING SOFTMODEM..."
#cat /dev/rtf62 > $STDOUT_LOG_FILE &
gdb
--args
./lte-softmodem
-K
$ITTI_LOG_FILE
-O
$CONFIG_FILE_ENB
--ulsch-max-errors
=
20 2>&1
./lte-softmodem
-K
$ITTI_LOG_FILE
-O
$CONFIG_FILE_ENB
--ulsch-max-errors
=
20 2>&1
cd
$THIS_SCRIPT_PATH
sync
pkill tshark
pkill
cat
sync
cat
$STDOUT_LOG_FILE
|
grep
-v
'[PHY]'
|
grep
-v
'[MAC]'
|
grep
-v
'[EMU]'
|
\
grep
-v
'[OCM]'
|
grep
-v
'[OMG]'
|
\
grep
-v
'RLC not configured'
|
grep
-v
'check if serving becomes'
|
\
grep
-v
'mac_rrc_data_req'
|
grep
-v
'BCCH request =>'
>
$STDOUT_LOG_FILE
.filtered
#
cat $STDOUT_LOG_FILE | grep -v '[PHY]' | grep -v '[MAC]' | grep -v '[EMU]' | \
#
grep -v '[OCM]' | grep -v '[OMG]' | \
#
grep -v 'RLC not configured' | grep -v 'check if serving becomes' | \
#
grep -v 'mac_rrc_data_req' | grep -v 'BCCH request =>' > $STDOUT_LOG_FILE.filtered
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