Holger Hans Peter Freyther wrote:
do you have an updated patch for that? The easiest would be to have a single timer per lchan and in rsl_release_sapis_from start a timer and in lchan->sapis[sapi] store a new enum value of something like LCHAN_SAPI_REL_REQUESTED?
i started timer in rsl_release_request, because there may be other users that call it with local end release.
since we don't know what other BTS firmware have this release bug, i added this workaround as an option to the VTY, which is disabled by default.
note that this patch is just a preview. it works but has only been tested briefly.