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
52c172d0
Commit
52c172d0
authored
10 years ago
by
Lionel Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
minus typo
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5958
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
840dd7bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
targets/PROJECTS/GENERIC-LTE-EPC/start_enb.bash
+8
-8
8 additions, 8 deletions
targets/PROJECTS/GENERIC-LTE-EPC/start_enb.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
+8
-8
8 additions, 8 deletions
targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
with
16 additions
and
16 deletions
targets/PROJECTS/GENERIC-LTE-EPC/start_enb.bash
+
8
−
8
View file @
52c172d0
...
...
@@ -156,18 +156,18 @@ fi
cd
$THIS_SCRIPT_PATH
ethtool
–
A
$ENB_INTERFACE_NAME_FOR_S1_MME
autoneg off rx off tx off
ethtool
–
G
$ENB_INTERFACE_NAME_FOR_S1_MME
rx 4096 tx 4096
ethtool
–
C
$ENB_INTERFACE_NAME_FOR_S1_MME
rx-usecs 3
ifconfig
$ENB_INTERFACE_NAME_FOR_S1_MME
txqueuelen 1000
bash_exec
"
ethtool
-
A
$ENB_INTERFACE_NAME_FOR_S1_MME
autoneg off rx off tx off
"
bash_exec
"
ethtool
-
G
$ENB_INTERFACE_NAME_FOR_S1_MME
rx 4096 tx 4096
"
bash_exec
"
ethtool
-
C
$ENB_INTERFACE_NAME_FOR_S1_MME
rx-usecs 3
"
bash_exec
"
ifconfig
$ENB_INTERFACE_NAME_FOR_S1_MME
txqueuelen 1000
"
if
[
x
$ENB_INTERFACE_NAME_FOR_S1_MME
!=
x
$ENB_INTERFACE_NAME_FOR_S1U
]
;
then
nohup
tshark
-i
$ENB_INTERFACE_NAME_FOR_S1_MME
-w
$PCAP_LOG_FILE
&
else
ethtool
–
A
$ENB_INTERFACE_NAME_FOR_S1U
autoneg off rx off tx off
ethtool
–
G
$ENB_INTERFACE_NAME_FOR_S1U
rx 4096 tx 4096
ethtool
–
C
$ENB_INTERFACE_NAME_FOR_S1U
rx-usecs 3
ifconfig
$ENB_INTERFACE_NAME_FOR_S1U
txqueuelen 1000
bash_exec
"
ethtool
-
A
$ENB_INTERFACE_NAME_FOR_S1U
autoneg off rx off tx off
"
bash_exec
"
ethtool
-
G
$ENB_INTERFACE_NAME_FOR_S1U
rx 4096 tx 4096
"
bash_exec
"
ethtool
-
C
$ENB_INTERFACE_NAME_FOR_S1U
rx-usecs 3
"
bash_exec
"
ifconfig
$ENB_INTERFACE_NAME_FOR_S1U
txqueuelen 1000
"
nohup
tshark
-i
$ENB_INTERFACE_NAME_FOR_S1_MME
-i
$ENB_INTERFACE_NAME_FOR_S1U
-w
$PCAP_LOG_FILE
&
fi
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
+
8
−
8
View file @
52c172d0
...
...
@@ -337,16 +337,16 @@ echo_success "MME_INTERFACE_NAME_FOR_S1_MME : $MME_INTERFACE_NAME_FOR_S1_MME"
echo_success
"MME_INTERFACE_NAME_FOR_S6A :
$MME_INTERFACE_NAME_FOR_S6A
"
# see http://www.coverfire.com/articles/queueing-in-the-linux-network-stack/
ethtool
–
A
$MME_INTERFACE_NAME_FOR_S1_MME
autoneg off rx off tx off
ethtool
–
G
$MME_INTERFACE_NAME_FOR_S1_MME
rx 4096 tx 4096
ethtool
–
C
$MME_INTERFACE_NAME_FOR_S1_MME
rx-usecs 3
ifconfig
$MME_INTERFACE_NAME_FOR_S1_MME
txqueuelen 1000
bash_exec
"
ethtool
-
A
$MME_INTERFACE_NAME_FOR_S1_MME
autoneg off rx off tx off
"
bash_exec
"
ethtool
-
G
$MME_INTERFACE_NAME_FOR_S1_MME
rx 4096 tx 4096
"
bash_exec
"
ethtool
-
C
$MME_INTERFACE_NAME_FOR_S1_MME
rx-usecs 3
"
bash_exec
"
ifconfig
$MME_INTERFACE_NAME_FOR_S1_MME
txqueuelen 1000
"
if
[
x
$MME_INTERFACE_NAME_FOR_S1_MME
!=
x
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
]
;
then
ethtool
–
A
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
autoneg off rx off tx off
ethtool
–
G
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
rx 4096 tx 4096
ethtool
–
C
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
rx-usecs 3
ifconfig
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
txqueuelen 1000
bash_exec
"
ethtool
-
A
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
autoneg off rx off tx off
"
bash_exec
"
ethtool
-
G
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
rx 4096 tx 4096
"
bash_exec
"
ethtool
-
C
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
rx-usecs 3
"
bash_exec
"
ifconfig
$SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
txqueuelen 1000
"
fi
if
[
x
$MME_INTERFACE_NAME_FOR_S1_MME
==
x
$MME_INTERFACE_NAME_FOR_S6A
]
;
then
...
...
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