[PATCH] 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/.

Holger Freyther holger at freyther.de
Wed Apr 6 19:38:44 UTC 2016


> On 31 Mar 2016, at 21:40, suraev at alumni.ntnu.no wrote:
> 

argh.. this breaks the build

<command id='bssgp bvc nsei <0-65535> bvci <0-65535> reset'>
        <param name='bvc' doc='(null)' />
        <param name='nsei' doc='(null)' />
        <param name='<0-65535>' doc='(null)' />
        <param name='bvci' doc='(null)' />
        <param name='<0-65535>' doc='(null)' />
        <param name='reset' doc='(null)' />

Documentation error (missing docs): 
<command id='bssgp bvc nsei <0-65535> bvci <0-65535> reset'>
        <param name='bvc' doc='(null)' />
        <param name='nsei' doc='(null)' />
        <param name='<0-65535>' doc='(null)' />
        <param name='bvci' doc='(null)' />
        <param name='<0-65535>' doc='(null)' />
        <param name='reset' doc='(null)' />



> +DEFUN(bvc_reset, bvc_reset_cmd,
> +	"bssgp bvc nsei <0-65535> bvci <0-65535> reset",
> +	"Initiate BVC RESET procedure for a given NSEI and BVCI\n")
> +{

each parameter needs to be documented. Please send a fix for this tomorrow morning.

holger


More information about the OpenBSC mailing list