Skip to content
Success

Changes

Summary

  1. hnbgw: Use Misc_Helpers.f_shutdown upon rx of unexpected msg (details)
  2. MGCP_Emulation: Make sure peer is running before Tx (details)
Commit e8db49258a4d5b495f5519a2c876b711f71c71ea by Pau Espin Pedrol
hnbgw: Use Misc_Helpers.f_shutdown upon rx of unexpected msg

Otherwise the test continues for a while and ends up with a DTE which
makes it harder to figure out the original test failure.

Change-Id: I7f07cff2ce93e8b11338ba4e39e1d49662323f58
The file was modifiedhnbgw/ConnHdlr.ttcn
Commit 229767a8c50df6191b8f6c8172e7eee642101c77 by Pau Espin Pedrol
MGCP_Emulation: Make sure peer is running before Tx

This avoid DTE with "Broken pipe" if messages are being transmitted
while tear down process has already started, even if components are
created as "alive".

Change-Id: I8724870b9b967ffa49c3da03e1cdb2941f81653a
The file was modifiedlibrary/MGCP_Emulation.ttcn