aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libosmo-gtlv
AgeCommit message (Expand)AuthorFilesLines
2023-03-09build: drop $(all_includes)neels/buildNeels Janosch Hofmeyr3-3/+0
2022-11-22tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy3-3/+3
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte4-8/+8
2022-08-24gtlv: test repeated IEIs to several struct membersNeels Hofmeyr2-46/+379
2022-08-24gtlv: check memory bounds 3/3: encoding to strNeels Hofmeyr3-5/+5
2022-08-24gtlv: check memory bounds 2/3: decoding TLVNeels Hofmeyr1-1/+2
2022-08-24gtlv: check memory bounds 1/3: encoding TLVNeels Hofmeyr1-1/+2
2022-06-17install libosmo-gtlvNeels Hofmeyr3-6/+6
2022-06-16libosmo-gtlv: add TLIV capabilityNeels Hofmeyr10-117/+768
2022-06-16libosmo-gtlv: add C code generator for IE structs and arraysNeels Hofmeyr7-0/+850
2022-06-16libosmo-gtlv: add auto dec/enc to/from structsNeels Hofmeyr3-0/+562
2022-06-16libosmo-gtlv: add generic TLV de- and encoderNeels Hofmeyr3-0/+799