aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-04mgcp client: allow setting conn mode for CRCX and MDCXNeels Hofmeyr1-0/+11
2019-03-04log: don't spam with "can not patch PT" messagesNeels Hofmeyr1-1/+1
2019-02-25Add option to GSM HR frames to RFC5593 representationPhilipp Maier3-2/+94
2019-02-06Inactive connection cleanup (disabled by default)Oliver Smith4-0/+50
2019-01-30Cosmetic: fix spaces/tabs in mgcp_requests[]Oliver Smith1-6/+6
2019-01-20Bump version: 1.4.0.90-ed0c-dirty → 1.5.01.5.0Harald Welte1-1/+1
2019-01-03mgcp_client: tweak some log levels INFO -> {DEBUG,ERROR}Neels Hofmeyr1-4/+4
2019-01-03mgcp_client: make domain part of endpoint configurableNeels Hofmeyr2-0/+57
2018-12-19mgcp_client: logging tweaksNeels Hofmeyr1-12/+12
2018-12-19mgcp_client: drop a bunch of dead codeNeels Hofmeyr2-199/+11
2018-12-19mgcp_client_vty: fix missing talloc_freeNeels Hofmeyr1-4/+6
2018-12-19osmo-mgw: err-log: include expected domain nameNeels Hofmeyr1-2/+3
2018-12-17check_rtp: on IP:port errors, log the IP and portNeels Hofmeyr1-6/+6
2018-12-17drop/replace very weird logging in mgcp_client.cNeels Hofmeyr1-16/+5
2018-11-27add DLCX command statistics to osmo-mgwStefan Sperling2-10/+52
2018-11-25fix osmo-mgw -s; fixes osmo-mgw.service using -sNeels Hofmeyr1-1/+1
2018-11-07mgcp_protocol: increase buffer space for codec name in LCOPhilipp Maier1-2/+2
2018-11-06add aggregated rtp connection stats to osmo-mgwStefan Sperling3-12/+45
2018-10-29add MDCX command statistics to osmo-mgwStefan Sperling2-19/+73
2018-10-29add more mgcp crxc error countersStefan Sperling1-0/+9
2018-10-29use local variable for rate counters in handle_create_con()Stefan Sperling1-12/+12
2018-10-29show RTP TX/RX stats in 'mgcp show stats' outputStefan Sperling1-0/+10
2018-10-29add MGCP CRCX command statistics to osmo-mgwStefan Sperling2-3/+68
2018-10-21check_rtp_origin(): Avoid using memcmp for comparing integer typesHarald Welte1-4/+2
2018-10-21check_rtp_origin(): Don't memcmp sockadd_in and in_addrHarald Welte1-1/+1
2018-10-16osmux: Avoid processing further frames if conn not foundPau Espin Pedrol1-2/+2
2018-10-16osmux: Improve checks around activating and using enabled osmuxPau Espin Pedrol1-41/+43
2018-10-16osmux: allow enabling osmux only on correct activating statePau Espin Pedrol1-3/+3
2018-10-16osmux: Make func handling dummy frames independent of endp typePau Espin Pedrol1-8/+9
2018-10-16osmux: Move parse_cid of legacy dummy frames to own functionPau Espin Pedrol1-10/+15
2018-10-16osmux: Don't process regular osmux frames if disabled by cfgPau Espin Pedrol1-6/+12
2018-10-16osmux_send_dummy: Avoid logging incorrectly and sending if osmux not enabledPau Espin Pedrol1-0/+8
2018-10-16mgcp: Log endpoint nr consistently as hexPau Espin Pedrol2-3/+3
2018-10-16osmux: Avoid initing output without enabling osmuxPau Espin Pedrol1-5/+5
2018-09-17mgcp_osmux: Use define to calculate rtp_ssrc_winlenPau Espin Pedrol1-2/+2
2018-09-17mgcp: Fix osmux_cid_bitmap static array size calculationPau Espin Pedrol1-2/+2
2018-09-10log: avoid logging early media as errorNeels Hofmeyr1-13/+26
2018-09-07mgcp_conn_get(): match conn Id ('I:') despite leading zerosNeels Hofmeyr1-1/+9
2018-09-07mgcp_conn_get(): compare conn Id ('I:') case insensitivelyNeels Hofmeyr1-1/+10
2018-09-06Remove libosmo-legacy-mgcp and osmo-bsc-mgcpPau Espin Pedrol12-6674/+0
2018-09-03generate shorter 'I:' conn IDsNeels Hofmeyr1-1/+2
2018-09-03fix mgcp_verify_ci(): off-by-one in max len checkNeels Hofmeyr1-3/+3
2018-09-03mgcp_verify_ci(): return meaningful error codesNeels Hofmeyr2-11/+12
2018-09-03doc: fix mgcp_verify_ci() return val docNeels Hofmeyr1-1/+2
2018-09-03mgcp_common: rename to MGCP_CONN_ID_MAXLENNeels Hofmeyr3-3/+3
2018-09-03mgcp_client: error on too long conn idNeels Hofmeyr1-1/+9
2018-08-29mgcp_client_fsm: switch to MGCP_CONN_RECV_SEND in add_audio()Philipp Maier1-0/+1
2018-08-28X-Osmo-IGN: rather parse items by token, not charNeels Hofmeyr1-15/+26
2018-08-28add VTY commands which show specific mgcp endpointsStefan Sperling1-21/+106
2018-08-25add X-Osmo-IGN MGCP header to ignore CallIDNeels Hofmeyr5-6/+42