[PATCH] osmo-pcu[master]: Remove warning while using 'egprs only' command in VTY

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

arvind.sirsikar gerrit-no-reply at lists.osmocom.org
Wed Aug 17 07:30:25 UTC 2016


Review at  https://gerrit.osmocom.org/704

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
---
M src/pcu_vty.c
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/04/704/1

diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 58fea99..ef48027 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -187,12 +187,6 @@
 
 	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;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/704
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62278f998adc691b9a3563ac2a46d756e7bfb66c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: arvind.sirsikar <arvind.sirsikar at radisys.com>



More information about the gerrit-log mailing list