Skip to content
Success

Changes

Summary

  1. mgcp_client_internal.h: Add missing header dependency (details)
  2. mgcp-cli: Mark iofd ptr as NULL when freed (details)
Commit e17bf77bdda5c9b54114d395e0c1e75d120cbbb7 by Pau Espin Pedrol
mgcp_client_internal.h: Add missing header dependency

struct mgcp_client defined here has a field "struct mgcp_client_conf
actual", which is defined in osmocom/mgcp_client/mgcp_client.h.

Change-Id: I61a67c371dbcfab073fa75ba08a3cac0f46e0ac0
The file was modifiedinclude/osmocom/mgcp_client/mgcp_client_internal.h
Commit b0fa041a28a5fdab4450c3ef6a5b8ff028c2fe3d by Pau Espin Pedrol
mgcp-cli: Mark iofd ptr as NULL when freed

Change-Id: Ie3cd7b49c9cd5514f81289ac5ec1ccee14c8509c
The file was modifiedsrc/libosmo-mgcp-client/mgcp_client.c