aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2017-11-22test_common: fix compiler warning: include ranap_common.hNeels Hofmeyr1-0/+2
2017-11-22tests: sanitize: fix mem leaks, clean after testsNeels Hofmeyr5-1/+33
2017-11-21Add "-Wall" to the compile rules of the non-asn1c-generated source codeHarald Welte1-1/+1
2017-11-08vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-1/+0
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr2-8/+4
2017-02-02new_rab_par_voice(): add bitrate params, call with (6700, 12200)Neels Hofmeyr1-4/+4
2017-02-02ranap: make X.213 NSAP 160 bits long, zero paddedNeels Hofmeyr1-11/+15
2017-02-01cs RAB: add nAS_SynchronisationIndicatorNeels Hofmeyr1-10/+10
2016-10-13fix msgb talloc context initializationNeels Hofmeyr3-3/+2
2016-10-10fix build: look for generated sources in builddir, not srcdirNeels Hofmeyr1-3/+3
2016-09-26log VTY telnet bind only onceNeels Hofmeyr1-1/+0
2016-09-16ranap: include port in RTP TransportLayerInformationNeels Hofmeyr1-4/+4
2016-09-09build: parallel build: require ../libosmo-ranap.la from tests/Neels Hofmeyr1-0/+3
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr5-5/+10
2016-09-09build: distcheck: add missing bits for testsuite distcheckNeels Hofmeyr1-0/+10
2016-09-09build: distcheck: add missing distclean filesNeels Hofmeyr1-0/+2
2016-09-09build: fix ranap gen, use same for gen hnbap and rua genNeels Hofmeyr3-5/+5
2016-09-09tests: don't log filename nor color in unit testsNeels Hofmeyr2-3/+5
2016-09-08RAB Assign for voice: heed the x213 nsap flagNeels Hofmeyr1-1/+1
2016-07-12fix compiler warnings with new libosmo-sccp: rename to osmo_sccp_*Neels Hofmeyr1-6/+6
2016-05-04fix test-ranap, after tmsi endianness fixNeels Hofmeyr1-2/+2
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-01RAB parameters: add Extended Max BitrateHarald Welte1-11/+11
2016-05-01test-ranap: Add test case about constrained integer range decodeHarald Welte2-0/+30
2016-04-30Add test case about RANAP MaxBitrate encodingHarald Welte2-6/+46
2016-04-25new RAB: add use_x213_nsap parameter / change it to boolNeels Hofmeyr1-1/+1
2016-04-25ranap_parse_lai(): properly initialize out-arg, adjust test experrNeels Hofmeyr1-2/+2
2016-04-20dummy-cn: add optarg, add --bind argumentNeels Hofmeyr1-1/+52
2016-04-20ranap_msg_factory: Add keystatus parameter for security mode cmdDaniel Willmann2-2/+2
2016-04-19hnb-test: receive Paging, add CL rxNeels Hofmeyr4-0/+55
2016-04-19hnb-test: request Iu Release, handle Iu Release CommandNeels Hofmeyr3-0/+25
2016-04-19hnb-test: add Security Mode Command handlingNeels Hofmeyr3-0/+26
2016-04-19hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt()Neels Hofmeyr1-4/+4
2016-04-19hnb-test: simplify crossing message layersNeels Hofmeyr4-121/+68
2016-04-19hnb-test: generate SRES from hardcoded KiNeels Hofmeyr1-5/+30
2016-04-06hnb-test: parse_mm: assert MM pdiscNeels Hofmeyr1-0/+2
2016-04-06hnb-test: on auth response, make it seq nr 2Neels Hofmeyr1-1/+1
2016-04-06hnb-test: rx dtap: log message sizeNeels Hofmeyr1-1/+1
2016-04-06hnb-test: don't segfault when msgb has no l3Neels Hofmeyr1-0/+20
2016-04-06hnb-test: use gsm48_hdr_pdisc() and gsm48_hdr_msg_type() instead of bitmasksNeels Hofmeyr1-3/+3
2016-04-06ranap_parse_lai(): Fix wrong BCD decoding for MNC. Add test.Neels Hofmeyr5-3/+112
2016-03-30hnb-test: print sent bytesNeels Hofmeyr1-0/+1
2016-03-30hnb-test: answer MM Authentication RequestNeels Hofmeyr1-0/+42
2016-03-30hnb-test: print LU RejectNeels Hofmeyr1-0/+4
2016-03-30hnb-test: factor out MM header parsingNeels Hofmeyr1-25/+33
2016-03-04hnb-test: send TMSI REALLOC COMPL only when LU ACC sent a TMSINeels Hofmeyr1-3/+32
2016-02-29fix build: move local include dir before sys installed oneNeels Hofmeyr1-1/+1
2016-02-29hnb-test: make hnb-gw address configurableNeels Hofmeyr2-2/+8
2016-02-29hnb-test: add messages leading to Location Update AcceptNeels Hofmeyr1-8/+81