Skip to content
Success

Changes

Summary

  1. mgw: Split MGCP LocalConnectionOptions parsing from updating endpoint (details)
Commit 57df3cba710a567f3bf074eef0fac0c0e7a659b8 by Pau Espin Pedrol
mgw: Split MGCP LocalConnectionOptions parsing from updating endpoint

Split current code into 2 steps, so first read-only parsing can be done,
then when all parsing and checks have been done, finally can be applied
o the object.

Change-Id: If75731fb92329dca6d092ffc7ff17cb354d28c0d
The file was modifiedinclude/osmocom/mgcp/mgcp_protocol.h
The file was modifiedinclude/osmocom/mgcp/mgcp_endp.h
The file was modifiedsrc/libosmo-mgcp/mgcp_msg.c
The file was modifiedsrc/libosmo-mgcp/mgcp_endp.c
The file was modifiedsrc/libosmo-mgcp/mgcp_protocol.c