aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-08gbproxy: Add missing gbprox_process_bssgp_ul() return checkJacob Erlbeck1-1/+4
2014-09-07gbproxy: Fix warningsJacob Erlbeck2-3/+0
2014-09-05bsc: Add a "IPA PING" to the SCCP CR messagesHolger Hans Peter Freyther6-13/+89
2014-09-05mgcp: Re-load the state after the transcoding changeHolger Hans Peter Freyther1-0/+3
2014-09-02mgcp: Use l16 in the testHolger Hans Peter Freyther2-8/+8
2014-09-02gbproxy: Implement IMSI acquisitionJacob Erlbeck6-23/+264
2014-09-02gbproxy/test: Add a test for IMSI acquisitionJacob Erlbeck2-0/+709
2014-09-02gbproxy: Create STATUS message with original PDUJacob Erlbeck4-31/+58
2014-09-02gbproxy/test: Test patching BSSGP SUSPEND/LLC-DISCARDEDJacob Erlbeck2-50/+204
2014-09-02gbproxy: Move PTP message handling into separate functionsJacob Erlbeck1-32/+57
2014-09-02gbproxy: Remove nonnull attributesJacob Erlbeck2-19/+14
2014-09-02Merge branch 'zecke/features/dynamic-codec-switch'Holger Hans Peter Freyther12-112/+384
2014-09-02mgcp: Deal with receiving another payload typeHolger Hans Peter Freyther3-1/+115
2014-09-02mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther4-9/+144
2014-09-02mgcp: Group codec reset and put it to a separate method.Holger Hans Peter Freyther1-9/+15
2014-09-02mgcp: Move the "codec" params to a structHolger Hans Peter Freyther9-97/+111
2014-09-02mgcp: Use the rtp_hdr structure and extract ts/seq from thereHolger Hans Peter Freyther2-6/+9
2014-09-01osmux: osmux batch-factor can't be higher than 8Pablo Neira Ayuso1-1/+1
2014-09-01osmux: save specific osmux configuration options if osmux is enabledPablo Neira Ayuso1-7/+8
2014-09-01configure: fix unrecognized option --enable-external-testsPablo Neira Ayuso1-1/+1
2014-08-30osmux: initialize osmux_batch_size in mgcp configPablo Neira Ayuso1-1/+1
2014-08-29osmux: add 'osmux batch-size NUM' option to mgcp vtyPablo Neira Ayuso3-0/+16
2014-08-29osmux: set default port from mgcp_parse_config()Pablo Neira Ayuso3-5/+3
2014-08-29nat: Introduce a config free for the test and fix valgrind issuesHolger Hans Peter Freyther3-9/+50
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-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