aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-24gbproxy: Add context info to log messagesJacob Erlbeck1-3/+9
2014-08-24gbproxy: Patch TLLI/P-TMSIJacob Erlbeck1-0/+123
2014-08-24gbproxy: Fix TLLI state handlingJacob Erlbeck1-19/+44
2014-08-24gbproxy: Also handle LLC non UI and LL11 messagesJacob Erlbeck1-3/+3
2014-08-24gbproxy: Refactor gbprox_patch_raid(), use different RAI types properlyJacob Erlbeck1-31/+85
2014-08-24gbproxy: Refactor gbprox_get_detached_tlli_infoJacob Erlbeck1-19/+27
2014-08-24gbproxy: Add 'patch-ptmsi' command to enable TLLI/P-TMSI patchingJacob Erlbeck1-0/+29
2014-08-24gbproxy: Track SGSN and BSS TLLI/PTMSI separatelyJacob Erlbeck5-99/+327
2014-08-24gbproxy/test: Generate BSSGP and LLC layer for DTAP messagesJacob Erlbeck1-150/+299
2014-08-24gbproxy/test: Fix BSSGP/LLC test messagesJacob Erlbeck2-26/+25
2014-08-24gbproxy: Handle old and new P-TMSI/TLLIJacob Erlbeck4-19/+124
2014-08-24gbproxy: Update enable_patching flag on existing tlli_infoJacob Erlbeck2-8/+16
2014-08-24gbproxy: Parse Detach Request messagesJacob Erlbeck3-44/+75
2014-08-24move gsm_bts_num() to gsm_data_shared.[ch]Harald Welte4-18/+17
2014-08-22misc: Introduce a more neutral configure option for CTRL/VTYHolger Hans Peter Freyther2-10/+15
2014-08-22gbproxy: Add gbprox_clear_patch_filter() (Coverity)Jacob Erlbeck4-6/+18
2014-08-21fix missing '\' at end of line in Makefile.amHarald Welte1-1/+1
2014-08-21Fix bsc_ctrl_node_lookup after libctrl changesHarald Welte1-3/+5
2014-08-21configure.ac: Depend on libosmocore 0.7.0Harald Welte1-2/+2
2014-08-21libctrl: Follow rename of controlif_setup -> ctrl_interface_setupHarald Welte2-2/+2
2014-08-21libctrl: Move bulk of node lookup code into libosmocoreHarald Welte3-184/+5
2014-08-21ctrl_if: Split bsc_ctrl_cmd_handle() in two partsHarald Welte1-50/+81
2014-08-21move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte29-1331/+49
2014-08-21systemd: Add Install section to service filesDaniel Willmann4-0/+12
2014-08-21Fix control interface build after IPA rename/migrationHarald Welte1-2/+3
2014-08-20adopt recent IPA related symbol renameHarald Welte8-20/+27
2014-08-18ipaccess-proxy: avoid namespace collision with libosmo-abisHarald Welte2-17/+17
2014-08-13gbproxy: Fix warnings (signed/unsigned)Jacob Erlbeck1-6/+6
2014-08-13gbproxy: Pass tlli_info aroundJacob Erlbeck3-30/+76
2014-08-13gbproxy: Optimize gbprox_remove_stale_tllisJacob Erlbeck1-15/+33
2014-08-13gbproxy/test: More TLLI expiry testingJacob Erlbeck2-6/+66
2014-08-13gbproxy: Don't call time() in TLLI related functionsJacob Erlbeck3-59/+58
2014-08-13gbproxy: Don't remove stale TLLI automaticallyJacob Erlbeck3-18/+24
2014-08-13gbproxy: Move parse_ctx logging into separate functionJacob Erlbeck1-30/+50
2014-08-13gbproxy: Refactor gbproxy_patch_bssgp_messageJacob Erlbeck1-56/+81
2014-08-13gbproxy: Test and fix IMSI/TMSI matchingJacob Erlbeck4-6/+84
2014-08-13gbproxy: Track TLLI even when the IMSI is not knownJacob Erlbeck5-48/+86
2014-08-13gbproxy: Make pointers to MI const in parse/check functionsJacob Erlbeck1-3/+5
2014-08-13gbproxy: Explicitly convert PTMSI to TLLIJacob Erlbeck1-3/+6
2014-08-13gbproxy: Parse additional IMSI/PTMSI/TLLI fieldsJacob Erlbeck3-14/+121
2014-08-12gbproxy: Separate BSSGP parsing from patchingJacob Erlbeck1-123/+183
2014-08-12gbproxy: Unify TLLI trackingJacob Erlbeck1-76/+121
2014-08-12gbproxy: Move patching code out of the 04.08 specific functionsJacob Erlbeck1-94/+133
2014-08-09sysmobts: Add variable for N(S) + 1 needed for the sysmobtsHolger Hans Peter Freyther1-0/+1
2014-08-08bsc: Add a ctrl command to send a ussdNotify for a callHolger Hans Peter Freyther5-4/+89
2014-08-08ctrl: Allow the value to contain spaces. No need to split the stringHolger Hans Peter Freyther1-1/+1
2014-08-08gbproxy/test: Fix BSSGP RESET message sizeJacob Erlbeck2-92/+92
2014-08-08gbproxy: Track all TLLIs (not only LOCAL)Jacob Erlbeck1-5/+0
2014-08-05sgsn: Make P-TMSI a local TLLI to avoid clashHolger Hans Peter Freyther1-1/+1
2014-08-05gprs: Refactor gbprox_register_tlli()Jacob Erlbeck1-32/+54