Commit 15a8c554 authored by gauthier's avatar gauthier

Polish

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7670 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e18fc7c3
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -103,6 +101,35 @@ eNBs = ...@@ -103,6 +101,35 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
...@@ -124,20 +151,20 @@ eNBs = ...@@ -124,20 +151,20 @@ eNBs =
log_config : log_config :
{ {
global_log_level ="info"; global_log_level ="info";
global_log_verbosity ="high"; global_log_verbosity ="high";
hw_log_level ="info"; hw_log_level ="info";
hw_log_verbosity ="high"; hw_log_verbosity ="high";
phy_log_level ="info"; phy_log_level ="info";
phy_log_verbosity ="high"; phy_log_verbosity ="high";
mac_log_level ="info"; mac_log_level ="info";
mac_log_verbosity ="high"; mac_log_verbosity ="high";
rlc_log_level ="info"; rlc_log_level ="info";
rlc_log_verbosity ="high"; rlc_log_verbosity ="high";
pdcp_log_level ="info"; pdcp_log_level ="info";
pdcp_log_verbosity ="high"; pdcp_log_verbosity ="high";
rrc_log_level ="info"; rrc_log_level ="info";
rrc_log_verbosity ="high"; rrc_log_verbosity ="high";
}; };
} }
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -102,6 +100,36 @@ eNBs = ...@@ -102,6 +100,36 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -103,6 +101,7 @@ eNBs = ...@@ -103,6 +101,7 @@ eNBs =
} }
); );
srb1_parameters : srb1_parameters :
{ {
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500] # timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
...@@ -123,6 +122,14 @@ eNBs = ...@@ -123,6 +122,14 @@ eNBs =
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32] # max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4; max_retx_threshold = 4;
} }
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -104,6 +102,36 @@ eNBs = ...@@ -104,6 +102,36 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
ipv6 = "192:168:30::17"; ipv6 = "192:168:30::17";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -102,7 +100,38 @@ eNBs = ...@@ -102,7 +100,38 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
ipv6 = "192:168:30::17"; ipv6 = "192:168:30::17";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -102,6 +100,36 @@ eNBs = ...@@ -102,6 +100,36 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.188.2.2"; mme_ip_address = ( { ipv4 = "192.188.2.2";
ipv6 = "192:168:30::17"; ipv6 = "192:168:30::17";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -103,6 +101,7 @@ eNBs = ...@@ -103,6 +101,7 @@ eNBs =
} }
); );
srb1_parameters : srb1_parameters :
{ {
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500] # timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
...@@ -124,6 +123,14 @@ eNBs = ...@@ -124,6 +123,14 @@ eNBs =
max_retx_threshold = 4; max_retx_threshold = 4;
} }
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
ipv6 = "192:168:30::17"; ipv6 = "192:168:30::17";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -102,6 +100,36 @@ eNBs = ...@@ -102,6 +100,36 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.13.11"; mme_ip_address = ( { ipv4 = "192.168.13.11";
......
...@@ -5,8 +5,6 @@ Asn1_verbosity = "none"; ...@@ -5,8 +5,6 @@ Asn1_verbosity = "none";
eNBs = eNBs =
( (
{ {
# real_time choice in {hard, rt-preempt, no}
real_time = "no";
////////// Identification parameters: ////////// Identification parameters:
eNB_ID = 0xe00; eNB_ID = 0xe00;
...@@ -104,6 +102,36 @@ eNBs = ...@@ -104,6 +102,36 @@ eNBs =
} }
); );
srb1_parameters :
{
# timer_poll_retransmit = (ms) [5, 10, 15, 20,... 250, 300, 350, ... 500]
timer_poll_retransmit = 80;
# timer_reordering = (ms) [0,5, ... 100, 110, 120, ... ,200]
timer_reordering = 35;
# timer_reordering = (ms) [0,5, ... 250, 300, 350, ... ,500]
timer_status_prohibit = 0;
# poll_pdu = [4, 8, 16, 32 , 64, 128, 256, infinity(>10000)]
poll_pdu = 4;
# poll_byte = (kB) [25,50,75,100,125,250,375,500,750,1000,1250,1500,2000,3000,infinity(>10000)]
poll_byte = 99999;
# max_retx_threshold = [1, 2, 3, 4 , 6, 8, 16, 32]
max_retx_threshold = 4;
}
# ------- SCTP definitions
SCTP :
{
# Number of streams to use in input/output
SCTP_INSTREAMS = 2;
SCTP_OUTSTREAMS = 2;
};
mme_ip_address = ( { ipv4 = "192.188.2.2"; mme_ip_address = ( { ipv4 = "192.188.2.2";
ipv6 = "2192:168:30::17"; ipv6 = "2192:168:30::17";
active = "yes"; active = "yes";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment