Commit 915c106e authored by Robert Schmidt's avatar Robert Schmidt

Remove IPv6/active/preference fields from eNBs.[0].mme_ip_address array

In a previous commit, the functionality of handling IPv6 (and DNS names)
as part of the IPv4 was introduced (in IPv4 field for backwards
compatibility). This commit now removes superfluous configuration
fields:
- IPv6:  handled by IPv4 field
- active: users can just remove an entry
- preference: not needed
parent 2241ed17
...@@ -137,13 +137,7 @@ eNBs = ...@@ -137,13 +137,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -174,13 +174,7 @@ eNBs = ...@@ -174,13 +174,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.195"; mme_ip_address = ({ ipv4 = "192.168.61.195"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.195"; mme_ip_address = ({ ipv4 = "192.168.61.195"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -172,13 +172,7 @@ eNBs = ...@@ -172,13 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.18.48"; mme_ip_address = ({ ipv4 = "172.21.18.48"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -179,13 +179,7 @@ eNBs = ...@@ -179,13 +179,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "yes"; enable_measurement_reports = "yes";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "172.21.16.137"; mme_ip_address = ({ ipv4 = "172.21.16.137"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -150,12 +150,7 @@ gNBs = ...@@ -150,12 +150,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -162,13 +162,7 @@ gNBs = ...@@ -162,13 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -162,13 +162,7 @@ gNBs = ...@@ -162,13 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -162,13 +162,7 @@ gNBs = ...@@ -162,13 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : { NETWORK_INTERFACES : {
GNB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.111/24"; GNB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.111/24";
......
...@@ -164,13 +164,7 @@ gNBs = ...@@ -164,13 +164,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : { NETWORK_INTERFACES : {
GNB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.111/24"; GNB_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.111/24";
......
...@@ -158,13 +158,7 @@ gNBs = ...@@ -158,13 +158,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
# mme_ip_address = ( { ipv4 = "192.168.68.130"; # mme_ip_address = ({ ipv4 = "192.168.68.130"; port = 36412; });
# ipv6 = "192:168:30::17";
# port = 36412 ;
# active = "yes";
# preference = "ipv4";
# }
# );
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -176,12 +176,7 @@ eNBs = ...@@ -176,12 +176,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "yes"; enable_measurement_reports = "yes";
......
...@@ -166,12 +166,7 @@ gNBs = ...@@ -166,12 +166,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 "CI_MME_IP_ADDR"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -173,13 +173,7 @@ eNBs = ...@@ -173,13 +173,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -354,13 +354,7 @@ eNBs = ...@@ -354,13 +354,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -175,13 +175,7 @@ eNBs = ...@@ -175,13 +175,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -176,13 +176,7 @@ eNBs = ...@@ -176,13 +176,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412 ; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -171,13 +171,7 @@ eNBs = ...@@ -171,13 +171,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -174,13 +174,7 @@ eNBs = ...@@ -174,13 +174,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "no"; enable_measurement_reports = "no";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -177,13 +177,7 @@ eNBs = ...@@ -177,13 +177,7 @@ eNBs =
enable_measurement_reports = "yes"; enable_measurement_reports = "yes";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -174,13 +174,7 @@ eNBs = ...@@ -174,13 +174,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -173,13 +173,8 @@ eNBs = ...@@ -173,13 +173,8 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
t_reloc_prep = 1000; /* unit: millisecond */ t_reloc_prep = 1000; /* unit: millisecond */
......
...@@ -172,13 +172,7 @@ eNBs = ...@@ -172,13 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.195"; mme_ip_address = ({ ipv4 = "192.168.61.195"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "yes"; enable_measurement_reports = "yes";
......
...@@ -162,12 +162,8 @@ gNBs = ...@@ -162,12 +162,8 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.195"; mme_ip_address = ({ ipv4 = "192.168.61.195"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
t_reloc_prep = 1000; /* unit: millisecond */ t_reloc_prep = 1000; /* unit: millisecond */
......
...@@ -172,13 +172,7 @@ eNBs = ...@@ -172,13 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -185,12 +185,8 @@ gNBs = ...@@ -185,12 +185,8 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.61.3"; mme_ip_address = ({ ipv4 = "192.168.61.3"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
t_reloc_prep = 1000; /* unit: millisecond */ t_reloc_prep = 1000; /* unit: millisecond */
......
...@@ -157,13 +157,7 @@ gNBs = ...@@ -157,13 +157,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
# mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; # mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
# ipv6 = "192:168:30::17";
# port = 36412 ;
# active = "yes";
# preference = "ipv4";
# }
# );
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -162,13 +162,7 @@ gNBs = ...@@ -162,13 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -134,13 +134,7 @@ eNBs = ...@@ -134,13 +134,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -139,13 +139,7 @@ eNBs = ...@@ -139,13 +139,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -142,13 +142,7 @@ eNBs = ...@@ -142,13 +142,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.15.130"; mme_ip_address = ({ ipv4 = "192.168.15.130"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -142,13 +142,7 @@ eNBs = ...@@ -142,13 +142,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "127.0.0.3"; mme_ip_address = ({ ipv4 = "127.0.0.3"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,13 +172,7 @@ eNBs = ...@@ -172,13 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; port = 36412; });
ipv6 = "192:168:30::17";
port = 36412 ;
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -165,12 +165,7 @@ Last, the S1 interface shall be properly set. ...@@ -165,12 +165,7 @@ Last, the S1 interface shall be properly set.
``` ```
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; // replace with 192.168.122.195 mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; }); // replace with 192.168.122.195
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -170,12 +170,7 @@ Last, the S1 interface shall be properly set. ...@@ -170,12 +170,7 @@ Last, the S1 interface shall be properly set.
``` ```
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "CI_MME_IP_ADDR"; // replace with 192.168.122.195 mme_ip_address = ({ ipv4 = "CI_MME_IP_ADDR"; }); // replace with 192.168.122.195
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -107,12 +107,7 @@ whether the clock is internal or external is defined in the configuration files ...@@ -107,12 +107,7 @@ whether the clock is internal or external is defined in the configuration files
- look for MME IP address, and update the **ipv4 field** with the IP address of the **EPC** server - look for MME IP address, and update the **ipv4 field** with the IP address of the **EPC** server
``` ```
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "**YOUR_EPC_IP_ADDR**"; mme_ip_address = ({ ipv4 = "**YOUR_EPC_IP_ADDR**"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
``` ```
...@@ -133,12 +128,7 @@ whether the clock is internal or external is defined in the configuration files ...@@ -133,12 +128,7 @@ whether the clock is internal or external is defined in the configuration files
- look for MME IP address, and update the **ipv4 field** with the IP address of the **EPC** server - look for MME IP address, and update the **ipv4 field** with the IP address of the **EPC** server
``` ```
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "**YOUR_EPC_IP_ADDR**"; mme_ip_address = ({ ipv4 = "**YOUR_EPC_IP_ADDR**"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
``` ```
- look for X2 IP address, and update the **4 fields** with the IP address of the **eNB** server / **gNB** server as below (notice : even if -in principle- S1 MME is not required for gNB setting) - look for X2 IP address, and update the **4 fields** with the IP address of the **eNB** server / **gNB** server as below (notice : even if -in principle- S1 MME is not required for gNB setting)
``` ```
......
...@@ -176,12 +176,7 @@ eNBs = ...@@ -176,12 +176,7 @@ eNBs =
enable_measurement_reports = "yes"; enable_measurement_reports = "yes";
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.18.99"; mme_ip_address = ({ ipv4 = "192.168.18.99"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.18.99"; mme_ip_address = ({ ipv4 = "192.168.18.99"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -2342,18 +2342,8 @@ int RCconfig_S1( ...@@ -2342,18 +2342,8 @@ int RCconfig_S1(
for (int l = 0; l < S1ParamList.numelt; l++) { for (int l = 0; l < S1ParamList.numelt; l++) {
S1AP_REGISTER_ENB_REQ (msg_p).nb_mme += 1; S1AP_REGISTER_ENB_REQ (msg_p).nb_mme += 1;
strcpy(S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv4_address,*(S1ParamList.paramarray[l][ENB_MME_IPV4_ADDRESS_IDX].strptr)); strcpy(S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv4_address,*(S1ParamList.paramarray[l][ENB_MME_IPV4_ADDRESS_IDX].strptr));
strcpy(S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv6_address,*(S1ParamList.paramarray[l][ENB_MME_IPV6_ADDRESS_IDX].strptr)); S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv4 = 1;
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv6 = 0;
if (strcmp(*(S1ParamList.paramarray[l][ENB_MME_IP_ADDRESS_PREFERENCE_IDX].strptr), "ipv4") == 0) {
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv4 = 1;
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv6 = 0;
} else if (strcmp(*(S1ParamList.paramarray[l][ENB_MME_IP_ADDRESS_PREFERENCE_IDX].strptr), "ipv6") == 0) {
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv4 = 0;
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv6 = 1;
} else if (strcmp(*(S1ParamList.paramarray[l][ENB_MME_IP_ADDRESS_PREFERENCE_IDX].strptr), "no") == 0) {
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv4 = 1;
S1AP_REGISTER_ENB_REQ (msg_p).mme_ip_address[l].ipv6 = 1;
}
if (S1ParamList.paramarray[l][ENB_MME_BROADCAST_PLMN_INDEX].iptr) { if (S1ParamList.paramarray[l][ENB_MME_BROADCAST_PLMN_INDEX].iptr) {
S1AP_REGISTER_ENB_REQ(msg_p).broadcast_plmn_num[l] = S1ParamList.paramarray[l][ENB_MME_BROADCAST_PLMN_INDEX].numelt; S1AP_REGISTER_ENB_REQ(msg_p).broadcast_plmn_num[l] = S1ParamList.paramarray[l][ENB_MME_BROADCAST_PLMN_INDEX].numelt;
......
...@@ -996,10 +996,7 @@ typedef struct srb1_params_s { ...@@ -996,10 +996,7 @@ typedef struct srb1_params_s {
#define ENB_CONFIG_STRING_MME_IPV4_ADDRESS "ipv4" #define ENB_CONFIG_STRING_MME_IPV4_ADDRESS "ipv4"
#define ENB_CONFIG_STRING_MME_IPV6_ADDRESS "ipv6"
#define ENB_CONFIG_STRING_MME_PORT "port" #define ENB_CONFIG_STRING_MME_PORT "port"
#define ENB_CONFIG_STRING_MME_IP_ADDRESS_ACTIVE "active"
#define ENB_CONFIG_STRING_MME_IP_ADDRESS_PREFERENCE "preference"
#define ENB_CONFIG_STRING_MME_BROADCAST_PLMN_INDEX "broadcast_plmn_index" #define ENB_CONFIG_STRING_MME_BROADCAST_PLMN_INDEX "broadcast_plmn_index"
...@@ -1010,9 +1007,6 @@ typedef struct srb1_params_s { ...@@ -1010,9 +1007,6 @@ typedef struct srb1_params_s {
// clang-format off // clang-format off
#define S1PARAMS_DESC { \ #define S1PARAMS_DESC { \
{ENB_CONFIG_STRING_MME_IPV4_ADDRESS, NULL, 0, .uptr=NULL, .defstrval=NULL, TYPE_STRING, 0}, \ {ENB_CONFIG_STRING_MME_IPV4_ADDRESS, NULL, 0, .uptr=NULL, .defstrval=NULL, TYPE_STRING, 0}, \
{ENB_CONFIG_STRING_MME_IPV6_ADDRESS, NULL, 0, .uptr=NULL, .defstrval=NULL, TYPE_STRING, 0}, \
{ENB_CONFIG_STRING_MME_IP_ADDRESS_ACTIVE, NULL, 0, .uptr=NULL, .defstrval=NULL, TYPE_STRING, 0}, \
{ENB_CONFIG_STRING_MME_IP_ADDRESS_PREFERENCE, NULL, 0, .uptr=NULL, .defstrval=NULL, TYPE_STRING, 0}, \
{ENB_CONFIG_STRING_MME_BROADCAST_PLMN_INDEX, NULL, 0, .uptr=NULL, .defintarrayval=NULL, TYPE_UINTARRAY, 6}, \ {ENB_CONFIG_STRING_MME_BROADCAST_PLMN_INDEX, NULL, 0, .uptr=NULL, .defintarrayval=NULL, TYPE_UINTARRAY, 6}, \
{ENB_CONFIG_STRING_MME_PORT, NULL, 0, .u16ptr=NULL, .defuintval=S1AP_PORT_NUMBER, TYPE_UINT16, 0}, \ {ENB_CONFIG_STRING_MME_PORT, NULL, 0, .u16ptr=NULL, .defuintval=S1AP_PORT_NUMBER, TYPE_UINT16, 0}, \
} }
...@@ -1022,11 +1016,8 @@ typedef struct srb1_params_s { ...@@ -1022,11 +1016,8 @@ typedef struct srb1_params_s {
#define ENB_MME_IPV4_ADDRESS_IDX 0 #define ENB_MME_IPV4_ADDRESS_IDX 0
#define ENB_MME_IPV6_ADDRESS_IDX 1 #define ENB_MME_BROADCAST_PLMN_INDEX 1
#define ENB_MME_IP_ADDRESS_ACTIVE_IDX 2 #define ENB_MME_PORT_IDX 2
#define ENB_MME_IP_ADDRESS_PREFERENCE_IDX 3
#define ENB_MME_BROADCAST_PLMN_INDEX 4
#define ENB_MME_PORT_IDX 5
/*---------------------------------------------------------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------------------------------------------------------*/
/* X2 configuration parameters section name */ /* X2 configuration parameters section name */
......
...@@ -30,12 +30,7 @@ eNBs = ...@@ -30,12 +30,7 @@ eNBs =
uplink_frequency_offset = -120000000; uplink_frequency_offset = -120000000;
////////// 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";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -42,12 +42,7 @@ eNBs = ...@@ -42,12 +42,7 @@ eNBs =
////////// 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";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -29,12 +29,7 @@ eNBs = ...@@ -29,12 +29,7 @@ eNBs =
uplink_frequency_offset = -120000000; uplink_frequency_offset = -120000000;
////////// 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";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -176,12 +176,7 @@ eNBs = ...@@ -176,12 +176,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.18.99"; mme_ip_address = ({ ipv4 = "192.168.18.99"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "yes"; enable_measurement_reports = "yes";
......
...@@ -168,12 +168,7 @@ gNBs = ...@@ -168,12 +168,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.18.150"; #"192.168.18.99"; mme_ip_address = ({ ipv4 = "192.168.18.150"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -176,14 +176,7 @@ eNBs = ( ...@@ -176,14 +176,7 @@ eNBs = (
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( mme_ip_address = ({ ipv4 = "127.0.1.10"; });
{
ipv4 = "127.0.1.10";
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : { NETWORK_INTERFACES : {
ENB_IPV4_ADDRESS_FOR_S1_MME = "127.0.1.30/24"; ENB_IPV4_ADDRESS_FOR_S1_MME = "127.0.1.30/24";
......
...@@ -354,12 +354,7 @@ eNBs = ...@@ -354,12 +354,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "127.0.0.3"; mme_ip_address = ({ ipv4 = "127.0.0.3"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -135,12 +135,7 @@ eNBs = ...@@ -135,12 +135,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -171,12 +171,7 @@ eNBs = ...@@ -171,12 +171,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "127.0.0.20"; mme_ip_address = ({ ipv4 = "127.0.0.20"; });
ipv6 = "fe80::d65d:dfff:fe1d:f4d4";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -135,12 +135,7 @@ eNBs = ...@@ -135,12 +135,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -171,12 +171,7 @@ eNBs = ...@@ -171,12 +171,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "127.0.0.20"; mme_ip_address = ({ ipv4 = "127.0.0.20"; });
ipv6 = "fe80::d65d:dfff:fe1d:f4d4";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -174,12 +174,7 @@ eNBs = ...@@ -174,12 +174,7 @@ eNBs =
}; };
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.148"; mme_ip_address = ({ ipv4 = "192.168.12.148"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -138,12 +138,7 @@ eNBs = ...@@ -138,12 +138,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.148"; mme_ip_address = ({ ipv4 = "192.168.12.148"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -171,12 +171,7 @@ eNBs = ...@@ -171,12 +171,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "127.0.0.20"; mme_ip_address = ({ ipv4 = "127.0.0.20"; });
ipv6 = "fe80::d65d:dfff:fe1d:f4d4";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// 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";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "127.0.0.3"; mme_ip_address = ({ ipv4 = "127.0.0.3"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -172,12 +172,7 @@ eNBs = ...@@ -172,12 +172,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "10.64.93.19"; mme_ip_address = ({ ipv4 = "10.64.93.19"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -139,12 +139,7 @@ eNBs = ...@@ -139,12 +139,7 @@ eNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
enable_measurement_reports = "no"; enable_measurement_reports = "no";
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.18.99"; mme_ip_address = ({ ipv4 = "192.168.18.99"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.18.99"; mme_ip_address = ({ ipv4 = "192.168.18.99"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -163,12 +163,7 @@ gNBs = ...@@ -163,12 +163,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -150,12 +150,7 @@ gNBs = ...@@ -150,12 +150,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -150,12 +150,7 @@ gNBs = ...@@ -150,12 +150,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -148,12 +148,7 @@ gNBs = ...@@ -148,12 +148,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -148,12 +148,7 @@ gNBs = ...@@ -148,12 +148,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "yes"; enable_x2 = "yes";
......
...@@ -210,12 +210,7 @@ gNBs = ...@@ -210,12 +210,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -160,12 +160,7 @@ gNBs = ...@@ -160,12 +160,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -160,12 +160,7 @@ gNBs = ...@@ -160,12 +160,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
///X2 ///X2
enable_x2 = "no"; enable_x2 = "no";
......
...@@ -162,12 +162,7 @@ gNBs = ...@@ -162,12 +162,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
...@@ -161,12 +161,7 @@ gNBs = ...@@ -161,12 +161,7 @@ gNBs =
////////// MME parameters: ////////// MME parameters:
mme_ip_address = ( { ipv4 = "192.168.12.26"; mme_ip_address = ({ ipv4 = "192.168.12.26"; });
ipv6 = "192:168:30::17";
active = "yes";
preference = "ipv4";
}
);
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
......
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