aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2016-11-12mgcp parsing, mgcp testNeels Hofmeyr6-10/+235
2016-11-12mgcp: handle responses from the MGCP GWNeels Hofmeyr1-4/+8
2016-11-12IuCS: rapidly release connectionsNeels Hofmeyr1-0/+3
2016-11-12bridge calls via mgcpgwNeels Hofmeyr1-0/+4
2016-11-12IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr2-0/+26
2016-11-12IuCS: send RANAP CommonIDNeels Hofmeyr1-0/+6
2016-11-12gsm0408_test: use NULL for root ctx -- TODO really?Neels Hofmeyr1-2/+2
2016-11-12remove unneccessary linking from some testsNeels Hofmeyr3-4/+0
2016-11-12cut off libbsc paging, pending paging in libmscNeels Hofmeyr2-1/+3
2016-11-12add libiudummy, to avoid linking Iu deps in testsNeels Hofmeyr5-0/+55
2016-11-12Move timezone settings up to network levelNeels Hofmeyr3-20/+19
2016-11-12reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-2/+0
2016-11-12tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-11-12sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-3/+3
2016-11-12move to libxsc: net init 3: actual moveNeels Hofmeyr7-1/+7
2016-11-12move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.hNeels Hofmeyr2-0/+2
2016-11-12move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr2-3/+3
2016-11-01OML: Improve OML attribute handlingPhilipp5-0/+351
2016-10-28sndcp: Fixups for sndcp layer based on coverity-scan suggestionsPhilipp2-0/+3
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr1-4/+3
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr6-0/+8
2016-10-13gtphub_test.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0
2016-09-30SGSN: Fixing build configPhilipp2-4/+8
2016-09-30vty_test_runner.py: fix indents to use spaces, fix vim commentNeels Hofmeyr1-27/+27
2016-09-30vty_test_runner.py: make unittest print all output by defaultNeels Hofmeyr1-1/+1
2016-09-28vty_test_runner.py: fix nat_msc_test(): socket attach: reduce timeout, retryNeels Hofmeyr1-5/+22
2016-09-28dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH modeNeels Hofmeyr1-1/+1
2016-09-28channel_test: test nr of subslots for dyn pchan, with errorNeels Hofmeyr2-0/+32
2016-09-28channel test: prepare to add another test functionNeels Hofmeyr1-3/+8
2016-09-27SLHC: Improving slhc (RFC1144) testcasePhilipp2-56/+130
2016-09-26vty_test_runner.py: raise exception when MSC socket connection failsNeels Hofmeyr1-0/+4
2016-09-26cosmetic: vty_test_runner.py: add comment for vim auto settingsNeels Hofmeyr1-0/+2
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr2-3/+3
2016-09-24SNDCP: add V.42bis data compression functionalityPhilipp1-0/+1
2016-09-24V.42bis: integration and unit testPhilipp6-0/+1105
2016-09-24SNDCP: add RFC1144 header compression functionalityPhilipp1-0/+2
2016-09-24RFC1144: integration and unit-testPhilipp6-0/+372
2016-09-24SNDCP: add SNDCP-XID encoder/decoder and unit testPhilipp6-1/+326
2016-09-18cosmetic: various comment, whitespace tweaksNeels Hofmeyr1-1/+1
2016-09-15Build fixesAlexander Huemer4-3/+7
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer17-214/+633
2016-09-01IuPS: redirect Iu in various places, link Iu in sgsn-testDaniel Willmann1-0/+10
2016-08-27Adding LLC-XID related modifications in LLCPhilipp1-0/+1
2016-08-27Adding LLC-XID encoder / decoder and unit testPhilipp5-1/+203
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens1-1/+2
2016-07-24fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCHNeels Hofmeyr1-1/+4
2016-07-16SGSN: encrypt/decrypt only necessary framesMax1-1/+1
2016-07-16SGSN: use unique AUTH REQ referenceMax2-0/+20
2016-07-11SGSN: prevent starting with inconsistent configMax1-0/+2
2016-07-09Make random MSISDN assignment optionalMax2-10/+71