Change in osmo-pcu[master]: tbf_ul: Allow non-egprs phones if EGPRS is enabled

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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Oct 30 19:43:11 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20993 )


Change subject: tbf_ul: Allow non-egprs phones if EGPRS is enabled
......................................................................

tbf_ul: Allow non-egprs phones if EGPRS is enabled

We'll be able to still serve GPRS-only phones if EGPRS is enabled.

Change-Id: I2e01b9d0de7506e0c0960342d73dba29187fe61f
---
M src/tbf_ul.cpp
1 file changed, 0 insertions(+), 6 deletions(-)



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

diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index 4d8588c..c594c59 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -103,12 +103,6 @@
 
 	OSMO_ASSERT(ms != NULL);
 
-	if (ms->egprs_ms_class() == 0 && bts->egprs_enabled) {
-		LOGP(DTBF, LOGL_NOTICE, "Not accepting non-EGPRS phone in EGPRS-only mode\n");
-		bts->bts->do_rate_ctr_inc(CTR_TBF_FAILED_EGPRS_ONLY);
-		return NULL;
-	}
-
 	LOGP(DTBF, LOGL_DEBUG, "********** UL-TBF starts here **********\n");
 	LOGP(DTBF, LOGL_INFO, "Allocating UL TBF: MS_CLASS=%d/%d\n",
 	     ms->ms_class(), ms->egprs_ms_class());

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/20993
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I2e01b9d0de7506e0c0960342d73dba29187fe61f
Gerrit-Change-Number: 20993
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201030/bff41995/attachment.htm>


More information about the gerrit-log mailing list