aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-30move MGW endpoint FSM from osmo-bsc to hereNeels Hofmeyr3-0/+50
2019-04-25osmux: Cleanup of CID alloc pool APIsPau Espin Pedrol2-8/+11
2019-04-24Introduce log fmt helpers LOGPENDP and LOGPCONNPau Espin Pedrol2-1/+10
2019-03-12AMR: Add function to convert between bw-effient and octet aligned modePhilipp Maier5-2/+18
2019-03-11mgcp_network: use mgcp_rtp_codec in downlink format callbackPhilipp Maier2-6/+6
2019-03-07mgco_client: cosmetic: remove excess whitespacePhilipp Maier1-1/+1
2019-03-04make codec_table public as osmo_mgcpc_codec_namesNeels Hofmeyr1-0/+4
2019-03-04mgcp client: allow setting conn mode for CRCX and MDCXNeels Hofmeyr1-0/+4
2019-02-25Add option to GSM HR frames to RFC5593 representationPhilipp Maier2-0/+2
2019-02-06Inactive connection cleanup (disabled by default)Oliver Smith2-0/+7
2019-01-03mgcp_client: make domain part of endpoint configurableNeels Hofmeyr1-0/+7
2018-12-19mgcp_client: drop a bunch of dead codeNeels Hofmeyr1-20/+0
2018-11-27add DLCX command statistics to osmo-mgwStefan Sperling1-1/+14
2018-11-06add aggregated rtp connection stats to osmo-mgwStefan Sperling2-2/+35
2018-10-29add MDCX command statistics to osmo-mgwStefan Sperling1-0/+20
2018-10-29add more mgcp crxc error countersStefan Sperling1-0/+4
2018-10-29add MGCP CRCX command statistics to osmo-mgwStefan Sperling1-0/+18
2018-10-16osmux.h: Document enum osmux_statePau Espin Pedrol1-5/+4
2018-09-07comment: indicate struct type for mgcp_endpoint.connsNeels Hofmeyr1-1/+1
2018-09-06Remove libosmo-legacy-mgcp and osmo-bsc-mgcpPau Espin Pedrol8-800/+0
2018-09-03mgcp_common: rename to MGCP_CONN_ID_MAXLENNeels Hofmeyr3-5/+8
2018-08-25add X-Osmo-IGN MGCP header to ignore CallIDNeels Hofmeyr4-0/+20
2018-08-01mgcp_client: use IETF source port as for MGCPPhilipp Maier1-1/+2
2018-07-31mgcp_network: translate payload type numbers in RTP packetsPhilipp Maier1-0/+1
2018-07-31mgcp_client_fsm: allow ptmap in mgcp_client_fsm as wellPhilipp Maier1-0/+8
2018-07-28configure: Find correct libgsm's gsm.h headerPau Espin Pedrol1-0/+4
2018-07-19protocol: prevent unnecessary null pointer derefPhilipp Maier2-5/+7
2018-07-05stats: replace packet statistic counters with libosmocore rate countersPhilipp Maier3-11/+12
2018-07-03mgcp_internal: remove unused struct memberPhilipp Maier1-2/+0
2018-06-26cosmetic: fix doxygen comment markersNeels Hofmeyr4-30/+30
2018-06-23client: add features to generate and parse codec informationPhilipp Maier2-0/+52
2018-06-23mgw: clean up codec negotiation (sdp)Philipp Maier5-5/+20
2018-06-12mgcp-client: add mgcp_conn_get_ci()Neels Hofmeyr1-0/+2
2018-06-07cosmetic: fix typoPhilipp Maier1-1/+1
2018-06-06protocol: reject illegal lco optionsPhilipp Maier1-0/+2
2018-05-25sdp: remove circular inclusionPhilipp Maier1-1/+0
2018-05-25sdp: remove unused alt_codec field from struct mgcp_rtp_endPhilipp Maier1-1/+0
2018-05-19legacy-mgcp: Add jitter buffer on the uplink receiverPau Espin Pedrol2-0/+20
2018-05-16stats: use libosmocore rate counter for in/out_stream.err_ts_counterPhilipp Maier1-1/+4
2018-04-21Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter"Alexander Couzens1-4/+1
2018-04-17stats: use libosmocore rate counter for in/out_stream.err_ts_counterPhilipp Maier1-1/+4
2018-03-22cosmetic: mgcp, legacy_mgcp: drop unused vty.h definitionsNeels Hofmeyr2-48/+2
2018-03-19cosmetic: rename function .._conn_reset() to .._conn_init()Philipp Maier1-0/+1
2018-02-08client: add an optional FSM interfacePhilipp Maier2-0/+34
2018-02-06mgcp: fix use-after-free and add callback for endpoint cleanupPhilipp Maier2-0/+11
2018-02-05protocol: fix tagging of wildcarded requestsPhilipp Maier1-1/+1
2018-02-05cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/hPhilipp Maier2-1/+1
2018-02-05cosmetic: rename mgcp_release_endp to mgcp_endp_releasePhilipp Maier1-1/+2
2018-02-05ep: move endpoint struct and define to mgcp_ep.hPhilipp Maier2-20/+35
2018-02-02cosmetic: move mgcp_release_endp() to mgcp_ep.cPhilipp Maier2-1/+3