Skip to content
Success

Changes

Summary

  1. src/rspro_client_fsm: fix osmo_stream_cli_destroy (details)
Commit 096dccc35cf6f64dc0cbe65adc124909e4191902 by Oliver Smith
src/rspro_client_fsm: fix osmo_stream_cli_destroy

Run osmo_stream_cli_close() before osmo_stream_cli_destroy(), as
otherwise _destroy() fails with:

  Assert failed stream_cli_close(cli) == false ../../src_copy/libosmo-netif/src/stream_cli.c:1023

Reproducer in osmo-ttcn3-hacks:
  ./testenv.py run remsim -c client -t RemsimClient_Tests.TC_bank_disconnect

Change-Id: I0da0b4354532b4e13d0c4bf4b132ec774f24497f
The file was modifiedsrc/rspro_client_fsm.c