aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr2-2/+0
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-1/+1
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr1-27/+27
2016-12-13move OAP messages implementations to libosmocoreHarald Welte3-4/+1
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr1-1/+1
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr2-15/+15
2016-12-13Use IPA module for vty testsMax1-31/+9
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr2-140/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel2-0/+140
2016-12-09gsm0408_test.c: Don't pass negative value to strerror()Harald Welte1-1/+1
2016-12-09sgsn_test: Fix missing = in == type checkHarald Welte1-1/+1
2016-12-02Move timezone settings up to network levelNeels Hofmeyr3-20/+19
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-2/+0
2016-12-02tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-3/+3
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr7-1/+7
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr2-0/+2
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr2-3/+3
2016-11-15test/gbproxy: Test for possible memory corruption when link_info is freedDaniel Willmann2-0/+276
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