[PATCH 1/8] libcommon: soak up three static functions.

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 Oct 7 16:57:21 UTC 2015


> On 01 Oct 2015, at 15:23, Neels Hofmeyr <nhofmeyr at sysmocom.de> wrote:
> 
> +/* (C) 2015 by sysmocom s.m.f.c <info at sysmocom.de>

if you copy code from one place to another you need to obey the copyright of
the original code e.g. the decode routines might have been added in 2014

You need to to put the "Rechtsform" in the name as well s.f.m.c. GmbH


> +uint64_t decode_big_endian(const uint8_t *data, size_t data_len)
> 
> +uint8_t *encode_big_endian(uint64_t value, size_t data_len)


have you looked at osmo_load64le_ext of libosmocore? I think you don't need
these routines. and it applies to GSUP too.





More information about the OpenBSC mailing list