Skip to content
Success

Changes

Summary

  1. library/s1ap: fix criticality in UE CONTEXT RELEASE PDUs (details)
  2. s1gw: add f_TC_exec() (details)
  3. s1gw: add TCs for UE CONTEXT RELEASE procedures (details)
  4. hnbgw: Use Misc_Helpers.f_shutdown upon rx of unexpected msg (details)
  5. MGCP_Emulation: Make sure peer is running before Tx (details)
Commit f6be37e47904348b555ceef4e874120cdc05f9ec by Vadim Yanitskiy
library/s1ap: fix criticality in UE CONTEXT RELEASE PDUs

Change-Id: I6c63b3ecb428b54705aea0c14610c00223651d8f
Related: SYS#7310
The file was modifiedlibrary/s1ap/S1AP_Templates.ttcn
Commit 2f87ce5ac603f97257b65a7cdb4d199dd7cbe338 by Vadim Yanitskiy
s1gw: add f_TC_exec()

The idea is to reduce the amount of boilerplate code.

Change-Id: I0df4ad15bc2dca2afb2c598c1b053f45b69c181b
The file was modifieds1gw/S1GW_Tests.ttcn
Commit 75cb01b7e1a83e850674e49a3f47fd116aa3eca0 by Vadim Yanitskiy
s1gw: add TCs for UE CONTEXT RELEASE procedures

Change-Id: I065692f311e9d03630ab3ca2f6a03465418f0e71
Related: osmo-s1gw.git Ic94489e3d3052221b49431da3a95e5c1eb0e0ba0
Related: SYS#7310
The file was modifieds1gw/expected-results.xml
The file was modifieds1gw/S1GW_Tests.ttcn
The file was modifieds1gw/S1GW_ConnHdlr.ttcn
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