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
Patch Set 9:
(3 comments)
https://gerrit.osmocom.org/#/c/1216/9/src/tbf.cpp
File src/tbf.cpp:
Line 69: static const struct rate_ctr_group_desc tbf_ctrg_desc = {
Because of this global static const varible, handle_tbf_reject is moved from tbf_ul.cpp to this file.
Line 721: static int ul_tbf_dtor(struct gprs_rlcmac_ul_tbf *tbf)
bringing this back to tbf.cpp, since there is a high dependency on the const variables defined as global in tbf.cpp for creation of TBF.
Line 1347: struct gprs_rlcmac_ul_tbf *handle_tbf_reject(struct gprs_rlcmac_bts *bts,
bringing this back to tbf.cpp, since there is a high dependency on the const variables defined as global in tbf.cpp for creation of TBF.
--
To view, visit https://gerrit.osmocom.org/1216
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I05ff25124b58905586caa0c0c37023d69724f121
Gerrit-PatchSet: 9
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: arvind.sirsikar <arvind.sirsikar at radisys.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: arvind.sirsikar <arvind.sirsikar at radisys.com>
Gerrit-HasComments: Yes