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