This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Neels Hofmeyr nhofmeyr at sysmocom.deOn Tue, Mar 08, 2016 at 06:35:20PM +0100, Holger Hans Peter Freyther wrote:
> -DEFUN(cfg_mgcp_rtp_transcoder_range,
> +DEFUN_DEPRECATED(cfg_mgcp_rtp_transcoder_range,
> cfg_mgcp_rtp_transcoder_range_cmd,
> "rtp transcoder-range <0-65534> <0-65534>",
> RTP_STR "Range of ports to use for the Transcoder\n"
> RANGE_START_STR RANGE_END_STR)
> {
> - parse_range(&g_cfg->transcoder_ports, argv);
> - return CMD_SUCCESS;
> + vty_out(vty, "%% functionality has been removed.%s", VTY_NEWLINE);
> + return CMD_WARNING;
> }
Imagining a config file with rtp transcoder config items, startup will
just say
% functionality has been removed.
without an indication which of the commands caused the message.
Life would then be simpler if the message said
% rtp transcoder has been removed.
(5 times)
~Neels
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20160309/53a81b6c/attachment.bin>