aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-20add simplistic IuUP FSM and strip/add IuUP headerscccamp19Neels Hofmeyr22-196/+1246
2019-08-20SDP: store all ptmap entriesNeels Hofmeyr1-20/+8
2019-08-20tweak mgcp_parse_audio_ptime_rtpmap()Neels Hofmeyr1-35/+33
2019-08-20explicitly free codecs in mgcp_rtp_conn_cleanup()Neels Hofmeyr1-0/+1
2019-08-20mgcp_codec: codec_set(): log about all possible errorsNeels Hofmeyr1-9/+25
2019-08-20ptmap: implicitly match '/8000' and '/8000/1'Neels Hofmeyr3-2/+108
2019-08-20differentiate AMR octet-aligned=0 vs =1Neels Hofmeyr3-2/+104
2019-08-20test_mgcp_codec_pt_translate(): more testsNeels Hofmeyr2-2/+76
2019-08-20mgcp_test: extend / rewrite test_mgcp_codec_pt_translate()Neels Hofmeyr2-89/+207
2019-08-20fix memleak: actually free strings in mgcp_codec_reset_all()Neels Hofmeyr1-1/+3
2019-08-20mgcp_codec: split codec_free() off of codec_init()Neels Hofmeyr1-39/+35
2019-08-20mgcp_send(): stop looping on conversion errorNeels Hofmeyr1-4/+14
2019-08-20fix crashes: don't assert on incoming RTP packet sizeNeels Hofmeyr1-8/+28
2019-08-09mgcp_codec: constify 'param' argNeels Hofmeyr2-3/+3
2019-08-09rename codecs_cmp() to codecs_same()Neels Hofmeyr1-2/+2
2019-08-07Bump version: 1.5.0.84-a2d10-dirty → 1.6.01.6.0Pau Espin Pedrol5-6/+109
2019-08-07configure.ac: Require libosmo-netif 0.6.0Pau Espin Pedrol1-1/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2
2019-07-29Fix return variable of strtoul()Pau Espin Pedrol2-2/+8
2019-07-25Catch unsigned integer MGCP parsing errors with strtoulPau Espin Pedrol2-2/+16
2019-07-24doc: Add Osmux documentation to OsmoMGW User ManualPau Espin Pedrol2-2/+6
2019-07-22turn -Werror=null-dereference into a warningHoernchen1-1/+1
2019-07-21mgcp_sdp: Don't check if an unsigned int is below 0Harald Welte1-3/+0
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-07-07doc: X-Osmo-IGN: small formatting and typo fixesPau Espin Pedrol1-2/+2
2019-07-07"make dist" fix for: no rule to make mgcp_common.hOliver Smith1-1/+6
2019-07-03mgw: Allow receiving uppercase noanswer keywordPau Espin Pedrol1-2/+2
2019-07-03mgw: Allow receiving lowercase X-Osmo-Ign Callid fieldPau Espin Pedrol1-1/+1
2019-07-03mgw: Allow receiving lowercase MGCP header keywordPau Espin Pedrol1-1/+1
2019-07-03mgw: Make check of duplicated LCO fields case insensitivePau Espin Pedrol1-1/+1
2019-07-03mgw: Support receiving lowercase LCO codecPau Espin Pedrol4-5/+10
2019-07-03mgw: Support receiving uppercase connection modePau Espin Pedrol3-6/+6
2019-07-03mgcp-cli: Support lowercase header parametersPau Espin Pedrol1-2/+2
2019-07-03mgw: Support lowercase header parametersPau Espin Pedrol3-20/+18
2019-07-03mgw: Support uppercase LCO optionsPau Espin Pedrol3-22/+78
2019-06-27manuals: update VTY documentationOliver Smith2-4/+4
2019-06-26vty: update desc of conn-timeoutOliver Smith1-1/+2
2019-06-26vty: allow 0 as conn-timeout to disable itOliver Smith1-4/+4
2019-06-19manuals: Update vty/counter documentationDaniel Willmann2-10/+111
2019-06-19manuals: Add script to regenerate vty/counter documentationDaniel Willmann2-0/+18
2019-05-31debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18
2019-05-23mgcp-cli: Validate osmux cid value during mgcp_msg_genPau Espin Pedrol1-3/+11
2019-05-19osmux: Fix hardcoded rtp payload_type 98 in osmux connPau Espin Pedrol1-2/+3
2019-05-19osmux: Fix CID release for non-enabled connectionsPau Espin Pedrol3-15/+15
2019-05-15osmux: Fix loopback for Osmux connectionsPau Espin Pedrol1-15/+16
2019-05-15osmux: Use DUMMY ft msg as per Osmux specPau Espin Pedrol1-5/+11
2019-05-14mgw, mgcp-li: Handle X-Osmux param name as case insensitivePau Espin Pedrol3-7/+10
2019-05-14osmux: Redo read/write osmux glue code to have data routed correctlyPau Espin Pedrol1-197/+67
2019-05-14osmux: Delay osmux enable of conn until remote addr is configured by MDCXPau Espin Pedrol1-0/+8
2019-05-14osmux: Improve logging around osmux enabling eventsPau Espin Pedrol1-4/+6