aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-06add simplistic IuUP FSM and strip/add IuUP headersneels/iuupNeels Hofmeyr22-196/+1246
2020-01-03Bump version: 1.6.0.30-832bc-dirty → 1.7.01.7.0Pau Espin Pedrol3-4/+46
2019-12-11osmoappdesc.py: switch to python 3osmith/fix-python3Oliver Smith1-1/+1
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+4
2019-12-01Move fsm_mgcp_client regstration to __attribute__((contructor))Harald Welte1-8/+5
2019-12-01mgcp_client: Check for osmo_fsm_register() error return valueHarald Welte1-1/+2
2019-12-01manual: Fix copy+paste errorHarald Welte1-1/+1
2019-11-01fix use-after-free: require new fsm deferred dealloc, check for termNeels Hofmeyr2-0/+6
2019-11-01accept MGCP without SDPNeels Hofmeyr3-15/+18
2019-10-29client: endp fsm: add osmo_mgcpc_ep_ci_ep()Neels Hofmeyr2-0/+9
2019-10-29client: endp fsm: allow cancelling a notify eventNeels Hofmeyr2-1/+42
2019-10-29client: endp fsm: clear ci[] before dispatching DLCX successNeels Hofmeyr1-2/+6
2019-10-29client: endp fsm: add notify struct, prep for cancel-notifyNeels Hofmeyr1-19/+27
2019-10-02clear pending requests on MGCP failureNeels Hofmeyr1-0/+20
2019-10-02mgcp_client_fsm cleanup: Do not assert on DLCX failureNeels Hofmeyr1-2/+4
2019-09-19mgw: Allocate mgcp_conn instance under tcfg->endpointsPau Espin Pedrol1-1/+1
2019-09-19mgcp_test: Correctly release all endpoints allocatedPau Espin Pedrol1-11/+34
2019-08-28SDP: store all ptmap entriesNeels Hofmeyr1-20/+8
2019-08-28tweak mgcp_parse_audio_ptime_rtpmap()Neels Hofmeyr1-35/+33
2019-08-28explicitly free codecs in mgcp_rtp_conn_cleanup()Neels Hofmeyr1-0/+1
2019-08-28mgcp_codec_add: fix audio_name size checkNeels Hofmeyr1-1/+1
2019-08-28mgcp_codec: codec_set(): log about all possible errorsNeels Hofmeyr1-9/+25
2019-08-28ptmap: implicitly match '/8000' and '/8000/1'Neels Hofmeyr3-2/+108
2019-08-28differentiate AMR octet-aligned=0 vs =1Neels Hofmeyr3-2/+104
2019-08-28test_mgcp_codec_pt_translate(): more testsNeels Hofmeyr2-2/+76
2019-08-28mgcp_test: extend / rewrite test_mgcp_codec_pt_translate()Neels Hofmeyr2-89/+207
2019-08-27fix memleak: actually free strings in mgcp_codec_reset_all()Neels Hofmeyr1-1/+3
2019-08-27mgcp_codec: split codec_free() off of codec_init()Neels Hofmeyr1-39/+35
2019-08-21mgcp_send(): stop looping on conversion errorNeels Hofmeyr1-4/+14
2019-08-21fix crashes: don't assert on incoming RTP packet sizeNeels Hofmeyr1-10/+32
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