osmo-bsc/src
Neels Hofmeyr 03ddccc132 vty: re-add 'timeout-ping' and 'timeout-pong' as dummy commands
Legacy VTY commands were removed in commit
c74a5616bf
== I5cf3fec31cc774c902f3cfe6d16fb85ef301694a

Removing the dead VTY commands currently breaks our ttcn3-bts-test and is
likely to create problems with users of osmo-bsc, when their config osmo-bsc
stops working with a mere upgrade.

Instead, add deprecated dummy commands that don't do anything, to not break
existing configs.

Catch all of these legacy commands:
 timeout-ping <number>
 timeout-pong <number>
 timeout-ping advanced
 no timeout-ping
 no timeout-ping advanced
by defining
 timeout-ping ARG
 timeout-pong ARG
 no timeout-ping [ARG]

I verified manually that starting osmo-bsc with all the abovementioned VTY
commands in the config file works (and produces the deprecation messages).

Change-Id: I95a5bad1ade66ded849cfc20bebb7fc522aecc38
2018-04-05 01:04:18 +02:00
..
ipaccess ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2() 2018-03-28 19:24:34 +02:00
libbsc move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_test 2018-03-28 18:59:48 +02:00
libfilter libcommon_cs: move gsm48 bits to libbsc 2018-02-14 12:55:45 +01:00
osmo-bsc vty: re-add 'timeout-ping' and 'timeout-pong' as dummy commands 2018-04-05 01:04:18 +02:00
osmo-bsc_nat drop libcommon-cs completely 2018-02-14 12:55:45 +01:00
utils ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2() 2018-03-28 19:24:34 +02:00
Makefile.am drop libcommon-cs completely 2018-02-14 12:55:45 +01:00