aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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-29tests: bsc-nat: fix bsc_mgcp_rewrite() with osmuxPablo Neira Ayuso1-1/+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 Ayuso3-1/+16
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 Ayuso5-136/+285
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 Ayuso3-10/+12
2014-08-25gprs: Attempt to fix distcheck by adding the header fileHolger Hans Peter Freyther1-1/+2
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-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