Hi Max,
On Wed, Mar 09, 2016 at 12:29:25PM +0100, msuraev@sysmocom.de wrote:
vty_out(vty, "No BVC for NSEI %d BVCI %d%s", nsei, bvci, VTY_NEWLINE);
- vty_out(vty, "Sent BVC RESET for NSEI %d BVCI %d: %d%s", nsei, bvci, r, VTY_NEWLINE);
* long lines were not wrapped * compilation causes warning:
gprs_bssgp_vty.c: In function 'bvc_reset': gprs_bssgp_vty.c:134:10: warning: implicit declaration of function 'bssgp_tx_bvc_reset' [-Wimplicit-function-declaration] int r = bssgp_tx_bvc_reset(bvc, bvci, BSSGP_CAUSE_OML_INTERV);
please always make sure to check if patches cause new warnings before submitting them.