mobile: fix description of 'test re-selection' command

Change-Id: I254effd067b64ae0bfe1afe646701c0c6ea942ea
This commit is contained in:
Vadim Yanitskiy 2022-08-21 03:38:58 +07:00 committed by fixeria
parent 8738627763
commit 8f6338c4f5
1 changed files with 4 additions and 1 deletions

View File

@ -977,8 +977,11 @@ DEFUN(service, service_cmd, "service MS_NAME (*#06#|*#21#|*#67#|*#61#|*#62#"
return CMD_SUCCESS;
}
#define TEST_CMD_DESC "Special commands for testing\n"
DEFUN(test_reselection, test_reselection_cmd, "test re-selection NAME",
"Manually trigger cell re-selection\nName of MS (see \"show ms\")")
TEST_CMD_DESC "Manually trigger cell re-selection\n"
"Name of MS (see \"show ms\")")
{
struct osmocom_ms *ms;
struct gsm_settings *set;