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.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20911 )
Change subject: tbf: Drop unused function disable_egprs()
......................................................................
tbf: Drop unused function disable_egprs()
Change-Id: I8e3e1d9e70d46c7ca65ce67c408830f8bd20ce3b
---
M src/tbf.h
1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/11/20911/1
diff --git a/src/tbf.h b/src/tbf.h
index 08d0d1d..a591f38 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -265,7 +265,6 @@
/* EGPRS */
bool is_egprs_enabled() const;
- void disable_egprs();
/* attempt to make things a bit more fair */
void rotate_in_list();
@@ -571,11 +570,6 @@
window()->set_sns(RLC_EGPRS_SNS);
}
-inline void gprs_rlcmac_tbf::disable_egprs()
-{
- m_egprs_enabled = false;
-}
-
inline enum gprs_rlcmac_tbf_direction reverse(enum gprs_rlcmac_tbf_direction dir)
{
return (enum gprs_rlcmac_tbf_direction)
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/20911
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I8e3e1d9e70d46c7ca65ce67c408830f8bd20ce3b
Gerrit-Change-Number: 20911
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/20201025/404da945/attachment.htm>