[MERGED] osmo-ttcn3-hacks[master]: MGCP_CodecPort: Receive MGCP command or response

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jan 26 09:44:46 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: MGCP_CodecPort: Receive MGCP command or response
......................................................................


MGCP_CodecPort: Receive MGCP command or response

If we act as MGW we need to accept MGCP commands sent to us as well

Change-Id: I895cfb688a2923b278828f5ae918c73fda18636d
---
M library/MGCP_CodecPort.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/MGCP_CodecPort.ttcn b/library/MGCP_CodecPort.ttcn
index 416ac36..c206986 100644
--- a/library/MGCP_CodecPort.ttcn
+++ b/library/MGCP_CodecPort.ttcn
@@ -53,7 +53,7 @@
 		   pout.msg := dec_MgcpMessage(oct2char(pin.msg)); - see
 		   https://www.eclipse.org/forums/index.php/t/1088893/
 		 */
-		pout.msg := { response := dec_MgcpResponse(oct2char(pin.msg)) };
+		pout.msg := dec_MgcpMessage(oct2char(pin.msg));
 	} with { extension "prototype(fast)" };
 
 	private function MGCP_to_IPL4_Send(in MGCP_Send pin, out ASP_Send pout) {

-- 
To view, visit https://gerrit.osmocom.org/6082
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I895cfb688a2923b278828f5ae918c73fda18636d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>



More information about the gerrit-log mailing list