On Wed, Oct 08, 2014 at 12:05:17PM +0200, Jacob Erlbeck wrote:
Currently gprs_nsvc_reset does not return any value.
This patch changes the function to return an integer, where a value
less than zero indicates an error. The value is taken from the
gprs_ns_tx_reset function. In case of failure, an error message is logged.
ah. Now update the unit test to print "failed" again or preferable
OSMO_ASSERT(rc < 0)?