bsc_vty: Improve description of mid-call-text cmd

Change-Id: I367b7734390daf39160de6462e9b2210368666f4
This commit is contained in:
Pau Espin 2017-10-19 12:22:51 +02:00
parent f6e8e6692c
commit d1bec34ea3
1 changed files with 2 additions and 1 deletions

View File

@ -780,7 +780,8 @@ DEFUN(cfg_msc_cs7_msc_addr,
DEFUN(cfg_net_bsc_mid_call_text,
cfg_net_bsc_mid_call_text_cmd,
"mid-call-text .TEXT",
"Set the USSD notification to be send.\n" "Text to be sent\n")
"Set the USSD notification sent to running calls when switching from Grace to Off.\n"
"Text to be sent\n")
{
struct osmo_bsc_data *data = osmo_bsc_data(vty);
char *txt = argv_concat(argv, argc, 0);