osmo-bsc/tests
Vadim Yanitskiy fa3f91d2db tests/handover_cfg.vty: use more precise regex for forbidden lines
Current regex 'handover' is way too restrictive because it completely
forbids the use of word 'handover'.  Adding new VTY commands with this
word in the syntax makes this VTY test fail.

Use regex '^\s+handover', which only matches lines starting with
some whitespace and the word 'handover'.  Lines simply containing
the word 'handover' will be ignored.

Change-Id: I8a1550c6c97437832e05b6b4bebbcc33c2fa3d46
Related: SYS#5460
2022-06-22 05:48:06 +07:00
..
abis Move struct gsm_bts_paging_state to paging.h 2022-04-25 08:35:57 +00:00
acc bts: Properly free ctr/stat when bts object is freed 2022-05-03 10:25:15 +02:00
bsc tests/bsc/Makefile.am: remove duplicate CFLAGS 2022-04-21 16:09:02 +00:00
codec_pref Move struct gsm_bts_paging_state to paging.h 2022-04-25 08:35:57 +00:00
ctrl ctrl: Introduce CTRL SET cmd to apply VTY cfg file 2021-05-24 22:05:49 +02:00
gsm0408 bts: Properly free ctr/stat when bts object is freed 2022-05-03 10:25:15 +02:00
handover fix performance for chan_counts and all_allocated stats 2022-06-02 14:24:30 +02:00
nanobts_omlattr Rename functions generating OML SetAttr messages 2022-04-25 17:06:22 +02:00
paging paging: start/stop credit_timer based on C0 running 2022-05-13 14:06:37 +02:00
subscr Move struct gsm_bts_paging_state to paging.h 2022-04-25 08:35:57 +00:00
Makefile.am tests: Introduce paging_test 2022-05-03 11:03:00 +02:00
acch_overpower.vty [overpower] By default, permit only for speech channels using AMR 2021-11-15 11:59:03 +00:00
atlocal.in Fix repo split aftermath 2017-10-02 08:38:34 +00:00
bts_features.vty Check VTY config against features reported by BTS 2022-05-02 15:21:28 +02:00
cbc.vty CBSP VTY: re-add legacy cbc config for backwards compat 2020-09-03 15:04:29 +02:00
ctrl_test_runner.py bsc_ctrl_commands: change neighbor-list mode/arfcn via control interface 2021-11-03 17:25:28 +00:00
gprs_bvci_default.vty osmo-bsc/bsc_vty: set default gprs cell bvci to 2 2020-03-12 12:00:24 +01:00
handover_cfg.vty tests/handover_cfg.vty: use more precise regex for forbidden lines 2022-06-22 05:48:06 +07:00
interf_meas.vty vty 'interference-meas level-bounds': explain duality in ordering 2021-07-16 16:04:18 +00:00
neighbor_ident.vty vty: deprecate BTS type 'sysmobts' in favor of 'osmo-bts' 2021-04-12 18:54:40 +00:00
nri_cfg.vty Cosmetic: bsc_vty: tweak msc pooling strings 2022-06-10 11:09:25 +02:00
osmo-bsc.vty Expand VTY option which controls use of TCH for signalling 2022-06-15 06:06:26 -07:00
power_ctrl.vty Disable C/I based MS Power Control Loop by default 2021-11-25 14:50:04 +01:00
smlc.vty add smlc.vty test 2020-10-15 05:39:09 +02:00
testsuite.at tests: Introduce paging_test 2022-05-03 11:03:00 +02:00
timer.vty support "empty" SCCP N-Connect from MSC 2022-03-09 00:01:06 +01:00
vty_test_runner.py drop features 'core-location-area-code' and 'core-cell-identity' 2020-10-16 13:51:48 +00:00