aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 5196ae24..aa29b4c6 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -169,7 +169,10 @@ DEFUN(cfg_pcu_egprs,
bts->egprs_enabled = 1;
- vty_out(vty, "%%Note that EGPRS support is in an experimental state. "
+ 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;