edge: Remove warning when using the 'egprs only' command

This warning is obsolete since the PCU no longer fails when EGPRS is
activated. EGPRS is supposedly as stable as GPRS since the existing code
has been modified to be independant of the mode in large parts.

Sponsored-by: On-Waves ehf
This commit is contained in:
Jacob Erlbeck 2016-02-09 23:02:22 +01:00
parent e61dc6d880
commit e6121c5892
1 changed files with 0 additions and 6 deletions

View File

@ -187,12 +187,6 @@ DEFUN(cfg_pcu_egprs,
bts->egprs_enabled = 1;
vty_out(vty, "%%Note that EGPRS support is in an experimental state "
"and the PCU will currently fail to use a TBF if the MS is capable "
"to do EGPRS. You may want to disable this feature by entering "
"the \"no egprs\" command. "
"Do not use this in production!%s", VTY_NEWLINE);
return CMD_SUCCESS;
}