osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31335 )
Change subject: Cosmetic: library/MGCP_CodecPort: remove FIXME
......................................................................
Cosmetic: library/MGCP_CodecPort: remove FIXME
The line below is exactly as it should be according to the FIXME, so
remove it.
Change-Id: If14438edce4437cd30efc3b2520aa43b90e9e16b
---
M library/MGCP_CodecPort.ttcn
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/35/31335/1
diff --git a/library/MGCP_CodecPort.ttcn b/library/MGCP_CodecPort.ttcn
index 8614eef..8819fd8 100644
--- a/library/MGCP_CodecPort.ttcn
+++ b/library/MGCP_CodecPort.ttcn
@@ -74,10 +74,6 @@
pout.remPort := pin.remPort;
pout.locName := pin.locName;
pout.locPort := pin.locPort;
- /* FIXME: This should actually be the below:
- pout.msg := dec_MgcpMessage(oct2char(pin.msg)); - see
-
https://www.eclipse.org/forums/index.php/t/1088893/
- */
pout.msg := dec_MgcpMessage(oct2char(pin.msg));
} with { extension "prototype(fast)" };
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31335
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If14438edce4437cd30efc3b2520aa43b90e9e16b
Gerrit-Change-Number: 31335
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange