aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-13release 1.7.0-fw.5fairwaves/1.7.0-fw.5fairwaves/productionKirill Zakharenko1-0/+6
2020-05-11rtp_bridge: Demote a chatty ERROR log message to DEBUG level.Alexander Chemeris1-2/+2
2020-05-11mgcp_network: Fix a typo in the comment bahviour -> behaviourAlexander Chemeris1-1/+1
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol3-4/+4
2020-05-05counters: Implement more useful counters.Alexander Chemeris3-2/+59
2020-05-05vty: Prepend VTY output of counters for better visual separation.Alexander Chemeris1-0/+4
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-04-11tests: dlopen does not imply availability of dlsym..Eric3-0/+5
2020-03-24doc: do not bind osmo-mgw to random ip-addressPhilipp Maier1-1/+1
2020-03-10allow larger MGCP client wqueue: 10 -> 1024neels/virt-voiceNeels Hofmeyr1-1/+1
2020-03-08Update per-trunk global packet/byte counters in real-timelaforge/virt-voiceHarald Welte2-10/+28
2020-03-08fix vty dump_trunk: start from zero, do not omit first CONNNeels Hofmeyr1-1/+1
2020-03-08Add CTRL interface to osmo-mgwHarald Welte8-0/+83
2020-03-08Fix number of endpoints of default trunkHarald Welte1-1/+2
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