Skip to content
Success

Changes

Summary

  1. s1gw: use the new counter name (out_pkt.forward.unmodified) (details)
  2. RUA_Emulation: Support passing no RANAP PDU in RUA_Disc_Req (details)
  3. hnbgw: Add missing timer stop after use (details)
  4. hnbgw: Get rid of pars param in void_fn (details)
Commit 869b697a399ea5e6560af784adc92efd0af11049 by Vadim Yanitskiy
s1gw: use the new counter name (out_pkt.forward.unmodified)

Change-Id: I037fea187bb78ba0d4b82d30915c5270d4cd28bb
Related: osmo-s1gw.git I952e198238384dca4be94f91a01d7cfff0a1471f
The file was modifieds1gw/S1GW_Tests.ttcn
Commit 9c3d5b9beb5033c0491469093df1e865689e6e46 by Pau Espin Pedrol
RUA_Emulation: Support passing no RANAP PDU in RUA_Disc_Req

Change-Id: Id9c3d5a1e45aa6ca58a71b61e142dc041a335cc9
The file was modifiedlibrary/rua/RUA_Templates.ttcn
The file was modifiedhnbgw/ConnHdlr.ttcn
The file was modifiedlibrary/rua/RUA_Emulation.ttcn
Commit 17329a909a62e3c055780b0ac6470bbf560a5b89 by Pau Espin Pedrol
hnbgw: Add missing timer stop after use

Change-Id: I2c722f524de603b75f2b7c6ba85d074518d1f51c
The file was modifiedhnbgw/HNBGW_Tests.ttcn
Commit 0135d187401d3a40dd81706b922de8823d9bab14 by Pau Espin Pedrol
hnbgw: Get rid of pars param in void_fn

Store pars into component field "g_pars" before caling void_fn.
This simplifies ConnHdlr test functions and also avoids potential
problems modifying pars vs g_pars.
This is the same as we do in lots of other testsuites.

Change-Id: I674b2a6a6a0e39f2904f9125783180da8ade5f44
The file was modifiedhnbgw/HNBGW_Tests.ttcn
The file was modifiedhnbgw/ConnHdlr.ttcn