From f8bed50e05b22487f7f9b3f0425e0c001e76866e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 23 Aug 2021 20:42:27 +0200 Subject: vty: add "msc N bssmap reset" command Allow resetting the BSSMAP link from VTY, for BSC_Tests.ttcn. In the field, detecting that an MSC is lost is done by getting three connection failures in a row. For the BSC_Tests, it is easier to just provide a VTY command to reset an MSC's link status. I want to add tests that verify the stat items reflecting the MSC connection status. To be able to run a test expecting fewer connected MSC after a test that launched more MSCs requires the links to be reset. Related: SYS#5542 Related: Ice3056dc46c94f9399f8379db7aeb7193782f2f2 (osmo-ttcn3-hacks) Change-Id: I1975941b790d2b30d0904d41e456220cba26ecff --- tests/handover/handover_test.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c index 315fc1043..f76a70071 100644 --- a/tests/handover/handover_test.c +++ b/tests/handover/handover_test.c @@ -1703,9 +1703,6 @@ void bsc_tx_bssmap_ho_failure(struct gsm_subscriber_connection *conn) {} void osmo_bsc_sigtran_tx_reset(void) {} void osmo_bsc_sigtran_tx_reset_ack(void) {} void osmo_bsc_sigtran_reset(void) {} -void bssmap_reset_alloc(void) {} -void bssmap_reset_is_conn_ready(void) {} -void bssmap_reset_term_and_free(void) {} const char *osmo_mgcpc_ep_name(const struct osmo_mgcpc_ep *ep) { return "fake-ep"; -- cgit v1.2.3