VTY: mark 'subscriber create imsi' command as deprecated

Neither it should appear in the interactive VTY nor in documentation.

Change-Id: I208faab69a40948af5d081edbeaf75f586dfb2e4
This commit is contained in:
Vadim Yanitskiy 2020-01-20 21:30:09 +07:00
parent 4b4a1a13bc
commit b7ddbf377f
2 changed files with 6 additions and 23 deletions

View File

@ -668,14 +668,6 @@
<param name='expired' doc='Delete all expired SMS' />
</params>
</command>
<command id='subscriber create imsi ID'>
<params>
<param name='subscriber' doc='Operations on a Subscriber' />
<param name='create' doc='Create new subscriber' />
<param name='imsi' doc='Identify the subscriber by his IMSI' />
<param name='ID' doc='Identifier for the subscriber' />
</params>
</command>
<command id='subscriber (msisdn|extension|imsi|tmsi|id) ID sms sender (msisdn|extension|imsi|tmsi|id) SENDER_ID send .LINE'>
<params>
<param name='subscriber' doc='Operations on a Subscriber' />
@ -1492,14 +1484,6 @@
<param name='expired' doc='Delete all expired SMS' />
</params>
</command>
<command id='subscriber create imsi ID'>
<params>
<param name='subscriber' doc='Operations on a Subscriber' />
<param name='create' doc='Create new subscriber' />
<param name='imsi' doc='Identify the subscriber by his IMSI' />
<param name='ID' doc='Identifier for the subscriber' />
</params>
</command>
<command id='subscriber (msisdn|extension|imsi|tmsi|id) ID sms sender (msisdn|extension|imsi|tmsi|id) SENDER_ID send .LINE'>
<params>
<param name='subscriber' doc='Operations on a Subscriber' />

View File

@ -1222,13 +1222,12 @@ DEFUN(show_subscr, show_subscr_cmd,
return CMD_SUCCESS;
}
DEFUN(subscriber_create,
subscriber_create_cmd,
"subscriber create imsi ID",
"Operations on a Subscriber\n" \
"Create new subscriber\n" \
"Identify the subscriber by his IMSI\n" \
"Identifier for the subscriber\n")
DEFUN_DEPRECATED(subscriber_create, subscriber_create_cmd,
"subscriber create imsi ID",
"Operations on a Subscriber\n"
"Create new subscriber\n"
"Identify the subscriber by his IMSI\n"
"Identifier for the subscriber\n")
{
vty_out(vty, "%% 'subscriber create' now needs to be done at osmo-hlr%s",
VTY_NEWLINE);