osmo-msc/openbsc/tests/oap
Harald Welte 5d547a4358 osmo_oap_decode(): Use common argument ordering
In general, if a function generates output data like a msgb (or in this
case filling an osmo_oap_message structure), the output argument
precedes the source.  This is what we use all over libosmo*, and it is
modelled after memcpy(), where dst is the first argument, before src.

Let's align osmo_oap_decode().  Intestingly, osmo_oap_encode was already
correct, so the encode/decode functions used different conventions
before.
2016-04-29 13:10:37 +02:00
..
Makefile.am move gsm_04_08_gprs.h to libosmocore 2016-04-29 13:10:37 +02:00
oap_test.c osmo_oap_decode(): Use common argument ordering 2016-04-29 13:10:37 +02:00
oap_test.ok oap: add OAP API test 2015-11-02 12:56:45 +01:00