osmo-pcu/tests
Pau Espin b2653fe619 Move gsm_rlcmac.cpp -> .c
Original file from wireshark.git (packet-gsm_csn1.c) is being built and
maintained as a C file. There's no real need for us to maintain it as a
C++, and doing so will make both files derive over time (as already
happened). Let's keep it as a C compiler (which btw seems to be more
strict) to make it easier to port patches back and forth wireshark.git.

Take the chance to move some declarations we added to csn1.h to be able
to build it out of wireshark. Let's keep those in a separate header file
to ease looking for differences.

Change-Id: I818a8ae947f002d35142f9f5473454cfd80e1830
2020-03-30 10:08:02 +00:00
..
alloc tests/alloc: fix implicit conversion from 'double' to 'int8_t' 2020-01-29 06:17:50 +07:00
app_info tests/app_info: fix compiling with older g++ 2019-09-18 13:58:42 +02:00
bitcomp decompress_crbb: add length argument for search_runlen 2019-06-24 13:51:06 +00:00
codel Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere 2020-03-16 10:31:56 +00:00
edge Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds 2019-08-05 14:30:47 +02:00
emu Introduce osmo_tdef infra and timer VTY commands 2019-09-12 14:17:07 +02:00
fn use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:57:42 +02:00
llc Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere 2020-03-16 10:31:56 +00:00
llist llist: Add missing const qualifier in llist cast method 2015-08-24 12:23:50 +02:00
ms tbf.cpp: Include c++ <new> header required for new operator's replacement type 2020-03-27 15:06:41 +00:00
rlcmac Move gsm_rlcmac.cpp -> .c 2020-03-30 10:08:02 +00:00
tbf rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bits 2020-03-23 19:02:01 +01:00
types Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
Makefile.am tests/rlcmac: additionally match debug output of the CSN.1 codec 2020-02-17 02:30:58 +07:00
testsuite.at tests/rlcmac: additionally match debug output of the CSN.1 codec 2020-02-17 02:30:58 +07:00