Skip to content
Success

Changes

Summary

  1. mgw: MDCX: Split mgcp header pars parsing into a previous step (details)
Commit 2fe081950117b27343a940d0ae9ec2ee8c91a45d 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 modifiedsrc/libosmo-mgcp/mgcp_protocol.c
The file was modifiedsrc/libosmo-mgcp/mgcp_msg.c
The file was modifiedinclude/osmocom/mgcp/mgcp_protocol.h