fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/29172 )


Change subject: mobile: fix description of 'test re-selection' command
......................................................................

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

Change-Id: I254effd067b64ae0bfe1afe646701c0c6ea942ea
---
M src/host/layer23/src/mobile/vty_interface.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/72/29172/1

diff --git a/src/host/layer23/src/mobile/vty_interface.c 
b/src/host/layer23/src/mobile/vty_interface.c
index 57bc863..d6f6cd1 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -977,8 +977,11 @@
        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;

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/29172
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I254effd067b64ae0bfe1afe646701c0c6ea942ea
Gerrit-Change-Number: 29172
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to