On Wed, Jan 22, 2014 at 10:05:50AM +0100, Andreas Eversberg wrote:
/* in case, we don't have a RTP socket yet, we note this* in the transaction and try later */
/* in case, we don't have a RTP socket yet, we try later */
case GSM_BTS_TYPE_NOKIA_SITE:
/* in case we don't have a TCH with correct mode, we try later */
Please attempt to write comments in a way that one can understand them in a year later. What will be tried later? But actually try for me means that the code would actually execute a deferred action while here it will simply react to another function call.
PLease update the patch.