osmo-pcu[master]: Handle packet access reject during packet resource request

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
Fri Nov 18 10:21:58 UTC 2016


Patch Set 4: -Code-Review -Verified

(1 comment)

>Can you please describe the memory lifetime of this ad-hoc tbf
Earlier I had re-used macro 

#define Tassign_pacch 2,0.
which defines the life time of TBF as 2 seconds.

To reduce the life of TBF, In this patch I have introduced macro
#define Treject_pacch 0,2000
which defines the life of TBF as 2000 micro seconds.

The TBF shall be deleted on handle_timeout functionality already present in PCU.

I have added new test case test_packet_access_rej_prr_no_other_tbfs, which will validate the TBF deletion( As seen from generated test file).

https://gerrit.osmocom.org/#/c/1216/4/src/tbf.cpp
File src/tbf.cpp:

Line 1289: 	new (ul_tbf) gprs_rlcmac_ul_tbf(bts->bts);
> Oh. I didn't notice you call the ctor here. But we can make it public. Noth
Ok. I will do necessary modification.


-- 
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: 4
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: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: arvind.sirsikar <arvind.sirsikar at radisys.com>
Gerrit-HasComments: Yes



More information about the gerrit-log mailing list