On Sat, Jul 06, 2013 at 08:43:52PM +0200, Andreas Eversberg wrote:
this is because openbsc does not do re-establishment in case of a data link failure. osmocombb uses resume for assignment (which causes the same function as re-establishment), but for this case, lapdm.c will provide a zero-length msg.
Hi,
so maybe it simplifies the code just to assume/assert that the msgb is present in the primitive? As you freed the msgb, this means that OsmocomBB currently leaks this msgb during the handling of assignment?
thanks holger