| commit | 534b56600039602c6a1eb1ec749869bce9cf2b41 | [log] [tgz] |
|---|---|---|
| author | eantwuh <antal.wu-hen-chang@ericsson.com> | Fri Dec 04 17:02:33 2020 +0100 |
| committer | eantwuh <antal.wu-hen-chang@ericsson.com> | Fri Dec 04 17:02:33 2020 +0100 |
| tree | 428ce727cea6cb0bbeebcfe67b451f558d89c869 | |
| parent | dfdfb1676b320444aca15e84c40a31cf2111cfcc [diff] |
transport buffer flag fix Signed-off-by: eantwuh <antal.wu-hen-chang@ericsson.com>
diff --git a/src/EPTF_MQTT_LocalTransport_Functions.ttcn b/src/EPTF_MQTT_LocalTransport_Functions.ttcn index a2af890..70954db 100644 --- a/src/EPTF_MQTT_LocalTransport_Functions.ttcn +++ b/src/EPTF_MQTT_LocalTransport_Functions.ttcn
@@ -626,7 +626,7 @@ pl_remotePort := pl_remPort, pl_msg := pl_msg, pl_result := v_res, - pl_needBuffering := true + pl_needBuffering := false ); if (ispresent(v_res.errorCode))