aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-29nat: Introduce a config free for the test and fix valgrind issuesHolger Hans Peter Freyther1-0/+28
2014-08-29nat: Remove the entry from the list before we destroy itHolger Hans Peter Freyther1-0/+1
2014-08-29nat: Fix compiler warning about unknown prototypeHolger Hans Peter Freyther1-0/+1
2014-08-29gprs: Document the stale option in delete-gbproxy-tlliHolger Hans Peter Freyther1-0/+1
2014-08-29gbproxy: Fix issues found by CoverityJacob Erlbeck2-2/+5
2014-08-29osmux: fix unchecked return value in mgcp_parse_osmux_cid()Pablo Neira Ayuso1-2/+4
2014-08-28osmux: fix leak in osmux_deliver()Pablo Neira Ayuso1-0/+1
2014-08-28osmux: fix access to uninitialized memory area in scheduled_tx_*_cbPablo Neira Ayuso1-2/+8
2014-08-28osmux: rename osmux.c to mgcp_osmux.cPablo Neira Ayuso2-1/+1
2014-08-28osmux: remove spamming debug log messagesPablo Neira Ayuso1-28/+0
2014-08-28osmux: use osmux port when specified from vty from enginePablo Neira Ayuso1-3/+3
2014-08-28osmux: print out 'osmux port' when saving configurationPablo Neira Ayuso1-0/+2
2014-08-28osmux: allow to specify the Osmux portPablo Neira Ayuso2-1/+14
2014-08-28osmux: display statistics once osmux input handle is releasedPablo Neira Ayuso1-1/+9
2014-08-28osmux: fix error path in osmux_handle_dummy()Pablo Neira Ayuso1-1/+2
2014-08-28osmux: remove spamming log messagePablo Neira Ayuso1-3/+0
2014-08-28osmux: remove redundant log message when bsc doesn't want to use OsmuxPablo Neira Ayuso1-3/+1
2014-08-28osmux: cleanup osmux input handle on releasePablo Neira Ayuso1-0/+1
2014-08-28osmux: add osmux circuit ID management and resolve NAT problemsPablo Neira Ayuso3-134/+267
2014-08-27osmux: move osmux socket initialization out of osmux_enable_endpoint()Pablo Neira Ayuso3-14/+36
2014-08-27osmux: split osmux_handle_lookup() in several functionsPablo Neira Ayuso1-7/+31
2014-08-27osmux: encapsulate for osmux state information in struct mgcp_endpointPablo Neira Ayuso2-6/+7
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 Welte3-3/+4
2014-08-24gbproxy: Move peer definitions to gb_proxy_peer.cJacob Erlbeck4-179/+219
2014-08-24gbproxy: Refactor gb_proxy.c into several filesJacob Erlbeck7-1743/+1756
2014-08-24gbproxy: Use different TLLI/P-TMSI for BSS and SGSNJacob Erlbeck1-2/+49
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 Erlbeck2-64/+239
2014-08-24gbproxy: Handle old and new P-TMSI/TLLIJacob Erlbeck1-9/+48
2014-08-24gbproxy: Update enable_patching flag on existing tlli_infoJacob Erlbeck1-1/+9
2014-08-24gbproxy: Parse Detach Request messagesJacob Erlbeck1-4/+43
2014-08-24move gsm_bts_num() to gsm_data_shared.[ch]Harald Welte2-15/+15
2014-08-22gbproxy: Add gbprox_clear_patch_filter() (Coverity)Jacob Erlbeck2-6/+11
2014-08-21Fix bsc_ctrl_node_lookup after libctrl changesHarald Welte1-3/+5
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 Welte20-1103/+39
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 Welte1-15/+17
2014-08-13gbproxy: Pass tlli_info aroundJacob Erlbeck1-23/+55