aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test-ranap.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-07tests/test-ranap: cosmetic: remove unused variable 'rc'Vadim Yanitskiy1-1/+1
2020-03-20tests/test-ranap.c: Fix wrong printf formatPau Espin Pedrol1-2/+2
2017-11-22tests: sanitize: fix mem leaks, clean after testsNeels Hofmeyr1-0/+2
2016-10-13fix msgb talloc context initializationNeels Hofmeyr1-2/+0
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-1/+1
2016-09-08RAB Assign for voice: heed the x213 nsap flagNeels Hofmeyr1-1/+1
2016-05-03fix: test-ranap.c: missing NULL initNeels Hofmeyr1-1/+1
2016-05-02test-ranap: fix missing free in test_aper_causemisc, fixes expoutNeels Hofmeyr1-0/+1
2016-05-01test-ranap: Add test case about constrained integer range decodeHarald Welte1-0/+28
2016-04-30Add test case about RANAP MaxBitrate encodingHarald Welte1-0/+29
2016-04-25new RAB: add use_x213_nsap parameter / change it to boolNeels Hofmeyr1-1/+1
2016-04-20ranap_msg_factory: Add keystatus parameter for security mode cmdDaniel Willmann1-1/+1
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-4/+4
2016-01-01test-ranap: Call new RANAP encoder functions from ranap_msg_factory.cHarald Welte1-0/+35
2015-12-25factor out some common shared test init codeHarald Welte1-24/+3
2015-12-18First compiling (and leak-free) RANAP message generation functionsHarald Welte1-461/+115
2015-12-18test-ranap.c: Further WIP, it now actually compilesHarald Welte1-63/+82
2015-12-18test-ranap.c: More WIP code for convoluted RANAP message encodingHarald Welte1-31/+283
2015-12-16WIP: add some early code for generating required RANAP messagesHarald Welte1-0/+207