Skip to content
Success

Changes

Summary

  1. mgw: Split MGCP LocalConnectionOptions parsing from updating endpoint (details)
Commit b93d32adee4f9ccfdf9d3aebd1ebd7f63745c4d4 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_endp.h
The file was modifiedinclude/osmocom/mgcp/mgcp_protocol.h
The file was modifiedsrc/libosmo-mgcp/mgcp_protocol.c
The file was modifiedsrc/libosmo-mgcp/mgcp_msg.c
The file was modifiedsrc/libosmo-mgcp/mgcp_endp.c