osmo-bsc/tests
Vadim Yanitskiy c2928ac269 lchan_select: allow different alloc order for assignment and handover
A follow-up patch implements a special channel allocation mode, which is
only working for assignment (basically TCH selection for a voice call).
This mode cannot be employed for initial CHANNEL REQUEST or handover due
to the absence of an already established lchan.

Adding this mode to the existing VTY command syntax would be confusing:

  channel allocator (ascending|desscending|dynamic)
                                           ^^^^^^^

so this patch extends the VTY syntax in a way that it becomes possible
to configure different channel allocator modes for different cases:

  OsmoBSC(config-net-bts)# channel allocator mode ?
    set-all     Set a single mode for all variants
    chan-req    Channel allocation for CHANNEL REQUEST (RACH)
    assignment  Channel allocation for assignment
    handover    Channel allocation for handover

The old command syntax, which is basically 'set-all', is kept for
backwards compatibility, but marked as deprecated.

Change-Id: I3ae73b36ee9433cc768376b56f0765e5f416162f
Related: SYS#5460
2022-06-30 16:36:41 +00: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 lchan_select: allow different alloc order for assignment and handover 2022-06-30 16:36:41 +00:00
gsm0408 bts: Properly free ctr/stat when bts object is freed 2022-05-03 10:25:15 +02:00
handover lchan_select: allow different alloc order for assignment and handover 2022-06-30 16:36:41 +00: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 lchan_select: allow different alloc order for assignment and handover 2022-06-30 16:36:41 +00: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