diff --git a/doc/manuals/vty/msc_vty_reference.xml b/doc/manuals/vty/msc_vty_reference.xml index b98f76e3a..7fba1a9ec 100644 --- a/doc/manuals/vty/msc_vty_reference.xml +++ b/doc/manuals/vty/msc_vty_reference.xml @@ -668,14 +668,6 @@ - - - - - - - - @@ -1492,14 +1484,6 @@ - - - - - - - - diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c index cd82a07a7..90cfc9daa 100644 --- a/src/libmsc/msc_vty.c +++ b/src/libmsc/msc_vty.c @@ -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);