[PATCH 3/3] mgcp: Remove the old MGCP based transcoding interface

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/.

Holger Freyther holger at freyther.de
Wed Apr 6 19:09:50 UTC 2016


> On 06 Apr 2016, at 12:19, Neels Hofmeyr <nhofmeyr at sysmocom.de> wrote:
> 
> On Tue, Mar 08, 2016 at 06:35:20PM +0100, Holger Hans Peter Freyther wrote:
>> --- a/openbsc/src/libmgcp/mgcp_network.c
>> +++ b/openbsc/src/libmgcp/mgcp_network.c
> [...]
>> @@ -688,7 +661,6 @@ static int rtp_data_net(struct osmo_fd *fd, unsigned int what)
>> 
>> 	switch(endp->type) {


> It could be a good idea to add 'default:' cases to above switch statements?
> Now that we're removing some cases, would be good to catch callers still
> passing one of the legacy cases (for whatever weird reasons)...

I believe in tools. typeof(endp->type) == enum mgcp_type. So if any value of that enum is not handled, the compiler should (and did) warn.

holger





More information about the OpenBSC mailing list