Skip to content
Success

Changes

Summary

  1. mgw: MDCX: Split mgcp header pars parsing into a previous step (details)
Commit 4993914c57f81f879c446b97615a38e24f989854 by Pau Espin Pedrol
mgw: MDCX: Split mgcp header pars parsing into a previous step

Do most of the initial parsing and verification in a prior step, filling
in a "parsed" struct which simplifies logic coming after for different
message types.
This commit only modifies stuff enough to work for MDCX.
Further work (commits) will follow for DLCX.

Change-Id: I6ecb41fc2cc737c3a161b6bc98bd08ae01909655
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