aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAravind Sirsikar <Arvind.Sirsikar@radisys.com>2016-08-17 12:56:53 +0530
committerHolger Freyther <holger@freyther.de>2016-08-22 17:16:00 +0000
commit1ec4d80176680a99d561a19adee9677756e65d99 (patch)
tree5b531735505692ddd770cd3906878dfa92fa0532 /src
parent9876f4bb211341ad3cefe5505b30694b04ee91e7 (diff)
Remove warning while using 'egprs only' command in VTY
This warning is not valid since the PCU is not failing when EGPRS is activated. So removing this trace Change-Id: I62278f998adc691b9a3563ac2a46d756e7bfb66c
Diffstat (limited to 'src')
-rw-r--r--src/pcu_vty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 58fea993..ef48027e 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -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;
}