aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Inactive connection cleanup (disabled by default)osmith/kill-inactive-connectionsOliver Smith7-0/+54
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 Welte6-8/+114
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 Hofmeyr4-0/+66
2018-12-19mgcp_client: logging tweaksNeels Hofmeyr1-12/+12
2018-12-19mgcp_client: drop a bunch of dead codeNeels Hofmeyr7-415/+12
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-12-06contrib: fix makedistcheck with disabled systemdOliver Smith1-1/+2
2018-12-05contrib/jenkins.sh: build and publish manualsOliver Smith1-2/+19
2018-12-04Fix DISTCHECK_CONFIGURE_FLAGS overrideOliver Smith1-1/+1
2018-12-03jenkins.sh: remove leftover MGCP env variableOliver Smith1-2/+2
2018-11-27build manuals moved here from osmo-gsm-manuals.gitOliver Smith7-23/+84
2018-11-27Merge history from osmo-gsm-manuals.gitNeels Hofmeyr12-0/+2043
2018-11-27mgw: update vty referenceNeels Hofmeyr1-14/+146
2018-11-27OsmoMGW: document the 'X-Osmo-IGN' MGCP extensionNeels Hofmeyr2-0/+70
2018-11-27Add initial OsmoMGW manualDaniel Willmann8-0/+282
2018-11-27mgw: Add new VTY referenceDaniel Willmann1-106/+15
2018-11-27vty-ref: Update URI of docbook 5.0 schemaHarald Welte1-2/+2
2018-11-27OsmoMGW: update VTY referenceNeels Hofmeyr1-1733/+1604
2018-11-27osmo-mgw: Add vty reference manualPhilipp Maier4-0/+1779
2018-11-27Importing history from osmo-gsm-manuals.gitNeels Hofmeyr0-0/+0
2018-11-27add DLCX command statistics to osmo-mgwStefan Sperling3-11/+66
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 Sperling5-14/+80
2018-10-29add MDCX command statistics to osmo-mgwStefan Sperling3-19/+93
2018-10-29add more mgcp crxc error countersStefan Sperling2-0/+13
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 Sperling3-3/+86
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.h: Document enum osmux_statePau Espin Pedrol1-5/+4
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 Pedrol3-5/+5
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-12Install sample cfg file to /etc/osmocomPau Espin Pedrol2-0/+9
2018-09-12Install systemd services with autotoolsPau Espin Pedrol7-2/+32