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
fea4bc7a
Commit
fea4bc7a
authored
10 years ago
by
Lionel Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6379
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
56e5e0f1
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/CONF/epc.pft.memphis.conf
+0
-131
0 additions, 131 deletions
targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.pft.memphis.conf
with
0 additions
and
131 deletions
targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.pft.memphis.conf
deleted
100755 → 0
+
0
−
131
View file @
56e5e0f1
MME
:
{
REALM
=
"eur"
;
# Define the limits of the system in terms of served eNB and served UE.
# When the limits will be reached, overload procedure will take place.
MAXENB
=
10
;
MAXUE
=
100
;
RELATIVE_CAPACITY
=
10
;
# Display statistics about whole system (expressed in seconds)
MME_STATISTIC_TIMER
=
10
;
EMERGENCY_ATTACH_SUPPORTED
=
"no"
;
UNAUTHENTICATED_IMSI_SUPPORTED
=
"no"
;
DEFAULT_APN
=
"www.eurecom.fr"
;
EMERGENCY_APN
=
"www.eurecom_sos.fr"
;
KASME
=
"CAFECAFECAFECAFECAFECAFECAFECAFE"
;
AUTH_RAND
= (
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x01
,
0
x02
,
0
x03
,
0
x04
);
AUTH_AUTN
= (
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x80
,
0
x05
,
0
x04
,
0
x03
,
0
x02
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
);
AUTH_XRES
= (
0
x67
,
0
x70
,
0
x3a
,
0
x31
,
0
xf2
,
0
x2a
,
0
x2d
,
0
x51
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
);
IP_CAPABILITY
=
"IPV4V6"
;
INTERTASK_INTERFACE
:
{
# max queue size per task
ITTI_QUEUE_SIZE
=
2000000
;
};
S6A
:
{
S6A_CONF
=
"../epc_nas/UTILS/CONF/s6a.conf"
;
};
# ------- SCTP definitions
SCTP
:
{
# Number of streams to use in input/output
SCTP_INSTREAMS
=
32
;
SCTP_OUTSTREAMS
=
32
;
};
# ------- S1AP definitions
S1AP
:
{
# outcome drop timer value (seconds)
S1AP_OUTCOME_TIMER
=
10
;
};
# ------- MME served GUMMEI
GUMMEI
:
{
# MME code DEFAULT = 0
# size = 8 bits
# maximum of 256 values, comma separated
MME_CODE
= [
30
,
56
,
1
,
8
];
# MME GROUP ID DEFAULT = 0
# size = 16 bits
# maximum of 65535 values, comma separated
MME_GID
= [
3
,
4
,
5
,
30
,
8
,
9
,
50021
];
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
# max values = 999.999:65535
# maximum of 32 values, comma separated
PLMN
= (
{
MCC
=
"208"
;
MNC
=
"10"
;
TAC
=
"1"
; },
{
MCC
=
"209"
;
MNC
=
"130"
;
TAC
=
"4"
; },
{
MCC
=
"208"
;
MNC
=
"92"
;
TAC
=
"1"
; }
);
};
NAS
:
{
# 3GPP TS 33.401 section 7.2.4.3 Procedures for NAS algorithm selection
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST
= [
"EIA1"
,
"EIA2"
,
"EIA0"
];
ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST
= [
"EEA0"
,
"EEA1"
,
"EEA2"
];
};
NETWORK_INTERFACES
:
{
MME_INTERFACE_NAME_FOR_S1_MME
=
"eth0"
;
MME_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.12.170/24"
;
MME_INTERFACE_NAME_FOR_S11_MME
=
"none"
;
MME_IPV4_ADDRESS_FOR_S11_MME
=
"192.168.33.170/24"
;
};
};
S
-
GW
:
{
NETWORK_INTERFACES
:
{
SGW_INTERFACE_NAME_FOR_S11
=
"none"
;
SGW_IPV4_ADDRESS_FOR_S11
=
"192.168.33.170/24"
;
SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
=
"eth0"
;
SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP
=
"192.168.12.170/24"
;
SGW_INTERFACE_NAME_FOR_S5_S8_UP
=
"none"
;
SGW_IPV4_ADDRESS_FOR_S5_S8_UP
=
"192.168.12.170/24"
;
};
};
P
-
GW
=
{
NETWORK_INTERFACES
:
{
PGW_INTERFACE_NAME_FOR_S5_S8
=
"none"
;
PGW_IPV4_ADDRESS_FOR_S5_S8
=
"192.168.12.170/24"
;
PGW_INTERFACE_NAME_FOR_SGI
=
"none"
;
PGW_IPV4_ADDR_FOR_SGI
=
"192.168.12.170/24"
;
};
IP_ADDRESS_POOL
:
{
IPV4_LIST
= (
"192.168.87.32"
,
"192.168.88.0<--->192.168.88.255"
,
"192.168.90.0<--->192.168.90.255"
);
IPV6_LIST
= (
"2014:01:26::32"
,
"2014:02:26::0/120"
);
};
};
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