Skip to content
Success

Changes

Summary

  1. client: Avoid sending link frame over non-connected conn (details)
Commit 7e252c7c5a8ff864087c86eca64f6285b809675b by Pau Espin Pedrol
client: Avoid sending link frame over non-connected conn

Otherwise error messages appear upon start when starting the capture and
the conns haven't yet been established (they are started immediately
afterwards in main.c).
The errors are actually harmless since network code takes care of
sending a link frame upon connection TCP/TLS handshake completes.

Change-Id: I091523e1d9f644e97b114b4cc524307a83dd564f
The file was modifiedinclude/osmo-pcap/osmo_pcap_client.h
The file was modifiedsrc/osmo_client_core.c
The file was modifiedsrc/osmo_client_network.c