MGCP_CodecPort: Update to IPL4asp R.29.A of 2017-Oct-17

This introduces a new ASP_ConnId_ReadyToRelease which we must
handle in the translation port
This commit is contained in:
Harald Welte 2017-11-18 13:00:57 +01:00
parent cbae9d109f
commit 45295c517f
1 changed files with 2 additions and 0 deletions

View File

@ -54,10 +54,12 @@ module MGCP_CodecPort {
type port MGCP_CODEC_PT message {
out MGCP_Send;
in MGCP_RecvFrom,
ASP_ConnId_ReadyToRelease,
ASP_Event;
} with { extension "user IPL4asp_PT
out(MGCP_Send -> ASP_Send:function(MGCP_to_IPL4_Send))
in(ASP_RecvFrom -> MGCP_RecvFrom: function(IPL4_to_MGCP_RecvFrom);
ASP_ConnId_ReadyToRelease -> ASP_ConnId_ReadyToRelease: simple;
ASP_Event -> ASP_Event: simple)"
}
}