aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-26add a 'show mgcp endpoint' VTY commandstsp/show_mgcp_endpoint_cmdStefan Sperling1-22/+62
2018-06-23client: add features to generate and parse codec informationPhilipp Maier7-85/+721
2018-06-23mgw: clean up codec negotiation (sdp)Philipp Maier14-247/+655
2018-06-15mgcp_client_fsm: improve error loggingNeels Hofmeyr1-3/+10
2018-06-12mgcp-client: add mgcp_conn_get_ci()Neels Hofmeyr2-0/+10
2018-06-07cosmetic: fix typoPhilipp Maier1-1/+1
2018-06-06protocol: reject illegal lco optionsPhilipp Maier4-2/+244
2018-06-06protocol: do not change LCO, when no LCO are presentPhilipp Maier1-4/+8
2018-06-05conn: call talloc_free before setting the pointer to NULLPhilipp Maier1-4/+4
2018-06-04cosmetic: fix log outputPhilipp Maier1-1/+1
2018-06-02cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt'Harald Welte1-1/+1
2018-05-29mgcp_network: do not log destination invalid ip/port as errorPhilipp Maier1-0/+9
2018-05-29client: do not start connections in loopback modePhilipp Maier1-1/+1
2018-05-25protocol: Try whole port range on port allocationPhilipp Maier1-5/+8
2018-05-25sdp: remove circular inclusionPhilipp Maier1-1/+0
2018-05-25sdp: remove unused alt_codec field from struct mgcp_rtp_endPhilipp Maier4-20/+20
2018-05-24vty: clean up rtp port-range commandPhilipp Maier1-9/+29
2018-05-22mgcp_sdp: correct apidoc of mgcp_parse_sdp_dataPhilipp Maier1-2/+2
2018-05-19api doc: fix parameter name for mgcp_conn_create()Neels Hofmeyr1-1/+1
2018-05-19mgcp: switch to new osmux output APIsPau Espin Pedrol1-6/+11
2018-05-19mgcp: mgcp_osmux: use conn_bts when forwarding pkts from bsc_natPau Espin Pedrol1-6/+6
2018-05-19legacy-mgcp: switch to new osmux output APIsPau Espin Pedrol1-6/+11
2018-05-19legacy-mgcp: Add jitter buffer on the uplink receiverPau Espin Pedrol5-3/+156
2018-05-16stats: use libosmocore rate counter for in/out_stream.err_ts_counterPhilipp Maier6-16/+58
2018-05-16network: independently initalize state->out_streamPhilipp Maier1-1/+3
2018-05-03Bump version: 1.2.0.109-8d064-dirty → 1.3.01.3.0Pau Espin Pedrol7-11/+133
2018-04-21Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter"Alexander Couzens6-63/+15
2018-04-17stats: use libosmocore rate counter for in/out_stream.err_ts_counterPhilipp Maier6-15/+63
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr6-8/+11
2018-03-22cosmetic: mgcp, legacy_mgcp: drop unused vty.h definitionsNeels Hofmeyr2-48/+2
2018-03-19mgcp_conn: add function mgcp_rtp_conn_cleanup()Philipp Maier1-3/+9
2018-03-19cosmetic: rename .._codec_reset() to .._codec_init()Philipp Maier1-3/+3
2018-03-19mgcp_conn: do not touch u.rtp in mgcp_conn_alloc()Philipp Maier1-6/+8
2018-03-19cosmetic: rename function .._conn_reset() to .._conn_init()Philipp Maier2-3/+4
2018-03-13jenkins.sh: add --enable-werror to configure flagsNeels Hofmeyr1-1/+1
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-02-26cosmetic: mgcp_client_fsm: rename enumsPhilipp Maier1-2/+2
2018-02-26mgcp_client_fsm: Add FSM event namesPhilipp Maier1-0/+11
2018-02-22enable osmo_fsm vty commands in libosmo-mgcp-client vtyStefan Sperling1-0/+3
2018-02-22compiler warning: ignore deprecated in mgcp_client_test.cNeels Hofmeyr1-0/+2
2018-02-21mgcp_client: detect SDP section-start parsing errorsNeels Hofmeyr3-15/+9
2018-02-21mgcp_client: cosmetic: clean up SDP params parsingNeels Hofmeyr1-6/+7
2018-02-21mgcp_client: show failure by MGCP SDP section parsing testNeels Hofmeyr3-0/+180
2018-02-20mgcp_stat: Don't print osmux stats if it is offPau Espin Pedrol3-17/+21
2018-02-20legacy: mgcp_protocol: Don't print osmux stats if it is offPau Espin Pedrol2-19/+23
2018-02-17osmo-mgw: Add talloc context introspection via VTYNeels Hofmeyr1-0/+4
2018-02-08client: add an optional FSM interfacePhilipp Maier4-0/+693
2018-02-06mgcp: fix use-after-free and add callback for endpoint cleanupPhilipp Maier5-1/+38
2018-02-06protocol: prohibit wildcarded requests for MDCX and DLCXPhilipp Maier1-0/+16
2018-02-05Turn libosmo-mgcp into local, non-installed libraryHarald Welte9-44/+11