aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-25debug.c: use new libosmocore features to print and save log filterlaforge/logfilterHarald Welte1-0/+46
2014-08-25port over to libosmocore include/osmocom/gsm/meas_rep.hHarald Welte2-29/+4
2014-08-25gprs: Link gbproxy to -lrt for clock_gettimeHolger Hans Peter Freyther1-1/+1
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte8-10/+18
2014-08-24move GSM_RESERVED_TMSI to libosmocoreHarald Welte4-6/+4
2014-08-24gsm_data_shared: Add new trx_power_params for osmo-btsHarald Welte1-0/+1
2014-08-24Merge Jacob's GPRS GB Proxy related configsHolger Hans Peter Freyther14-1758/+3394
2014-08-24gbproxy: Move peer definitions to gb_proxy_peer.cJacob Erlbeck7-188/+241
2014-08-24gbproxy: Refactor gb_proxy.c into several filesJacob Erlbeck12-1825/+1976
2014-08-24gbproxy/test: Add test for TLLI patchingJacob Erlbeck2-0/+616
2014-08-24gbproxy: Use different TLLI/P-TMSI for BSS and SGSNJacob Erlbeck2-2/+53
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