Skip to content
Unstable

Changes

Summary

  1. s1gw: cache PFCP Recovery Timestamp in ConnHdlr (details)
  2. s1gw: send the actual Recovery Time Stamp (details)
  3. s1gw: move t_ConnHdlrPars back to S1GW_Tests (details)
  4. s1gw: add TC_pfcp_heartbeat (details)
Commit 7ad95e1cfb00d269069bd052c44a9cae9027f763 by Vadim Yanitskiy
s1gw: cache PFCP Recovery Timestamp in ConnHdlr

Change-Id: I71f1473b52c893245b70ef67599a2f33569c37dd
The file was modifieds1gw/S1GW_ConnHdlr.ttcn
Commit 9015183e0fc50a28ed719f6ef2530655f042af2f by Vadim Yanitskiy
s1gw: send the actual Recovery Time Stamp

Change-Id: I350d28289526d8264ef9b70e796ef76ee7fcbb4b
The file was modifieds1gw/S1GW_ConnHdlr.ttcn
Commit 67c5196f8b7b550d4c598d44333925313d611fa4 by Vadim Yanitskiy
s1gw: move t_ConnHdlrPars back to S1GW_Tests

This is a partial revert of 956bf05e7, which moved the t_ConnHdlrPars
from module S1GW_Tests to S1GW_ConnHdlr and added f_new_ConnHdlrPars().

The problem is that we want to assign module parameter values to
some fields of the ConnHdlrPars record, but TTCN-3 does not allow
to access module parameters of one module from another.  Having to
add more and more parameters to the proxy function
f_new_ConnHdlrPars() is highly inconvenient.

Change-Id: Ibc34d0219a616a239c0595e61a783f18fbc91b36
Related: 956bf05e7 "s1gw: Initial StatsD support"
The file was modifieds1gw/S1GW_ConnHdlr.ttcn
The file was modifieds1gw/S1GW_Tests.ttcn
Commit b68be3983fe821af306302cb2f8b5a6e5cf31f63 by Vadim Yanitskiy
s1gw: add TC_pfcp_heartbeat

Change-Id: Iadb24c2c346a62aa8b59d24475e71f683fc3dfe6
The file was modifieds1gw/S1GW_Tests.ttcn
The file was modifieds1gw/expected-results.xml