[PATCH 3/3] Add vty command to explicitly reset given BVCI

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Fri Mar 11 15:47:36 UTC 2016


Hi Max,

On Wed, Mar 09, 2016 at 12:29:25PM +0100, msuraev at 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.

-- 
- Harald Welte <laforge at gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)



More information about the OpenBSC mailing list