|
|
|
@ -44,6 +44,7 @@ const BcdMccMnc c_mcc_mnc := '262F42'H; |
|
|
|
|
const integer max_fr_info_size := 1600; |
|
|
|
|
|
|
|
|
|
modulepar { |
|
|
|
|
boolean mp_enable_bss_load_sharing := false; |
|
|
|
|
/* SGSN NS configuration */ |
|
|
|
|
NSConfigurations mp_nsconfig_sgsn := { |
|
|
|
|
{ |
|
|
|
@ -2291,7 +2292,7 @@ control { |
|
|
|
|
execute( TC_bvc_reset_sig_from_bss() ); |
|
|
|
|
execute( TC_bvc_reset_ptp_from_sgsn() ); |
|
|
|
|
execute( TC_bvc_reset_sig_from_sgsn() ); |
|
|
|
|
if (false) { |
|
|
|
|
if (mp_enable_bss_load_sharing) { |
|
|
|
|
/* don't enable this by default, as we don't yet have any automatic test setup for FR with 4 NS-VC */ |
|
|
|
|
execute( TC_load_sharing_dl() ); |
|
|
|
|
} |
|
|
|
|