Skip to content
Unstable

Changes

Summary

  1. s1gw: Print idx of component timing out (details)
  2. StatsD_Checker: Allow building without VTY support (details)
  3. StatsD_Checker: Simplify by getting rid of StatsDExpectPriv (details)
Commit 4099510236a40dcabdb3d7a9930e65e26fcdc731 by Pau Espin Pedrol
s1gw: Print idx of component timing out

Change-Id: I354104dd88627a6d15e160d02f5ddf1072745a17
The file was modifieds1gw/S1GW_ConnHdlr.ttcn
Commit c4328a5457001987aef39943fd638cca1079c5e9 by Pau Espin Pedrol
StatsD_Checker: Allow building without VTY support

Some programs may support exporting to statsd, but may not support the
Osmocom VTY set of commands to send reports, or not have a VTY at all.

The current StatsD_Checker implementation as it is now is not totally
useful without VTY code. a Follow-up patch will provide new APIs and
improved implementation to use it without VTY.

Change-Id: I5421c76e4f303fd16d4db945a1c69910e40ac820
The file was modifiedhnodeb/gen_links.sh
The file was modifiedhnbgw/regen_makefile.sh
The file was addedlibrary/StatsD_Checker.ttcnpp
The file was modifiedpcu/regen_makefile.sh
The file was modifiedmgw/regen_makefile.sh
The file was modifiedupf/gen_links.sh
The file was modifiedns/regen_makefile.sh
The file was modifiedbsc/regen_makefile.sh
The file was modifiedhnodeb/regen_makefile.sh
The file was modifiedupf/regen_makefile.sh
The file was removedlibrary/StatsD_Checker.ttcn
The file was modifiedhnbgw/gen_links.sh
The file was modifiedns/gen_links.sh
The file was modifiedpcu/gen_links.sh
The file was modifiedbsc/gen_links.sh
The file was modifiedmgw/gen_links.sh
Commit 1498eeedb4c59c84d0c692c211872f29f606dc87 by Pau Espin Pedrol
StatsD_Checker: Simplify by getting rid of StatsDExpectPriv

Get rid of extra record, we have plenty of them and we'll have more once
we add new APIs to work without VTY.
While doing so, simplify the expect loop by maintaining a counter.

Change-Id: Ib14c838c5f0647d050249853327671542182636f
The file was modifiedlibrary/StatsD_Checker.ttcnpp