aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-30fix: multiple initial CRCXNeels Hofmeyr1-11/+90
2019-04-30move MGW endpoint FSM from osmo-bsc to hereNeels Hofmeyr3-0/+816
2019-04-25osmux: Cleanup of CID alloc pool APIsPau Espin Pedrol3-21/+50
2019-04-25create_response_with_sdp: Fix inclusion of X-OsmuxPau Espin Pedrol1-9/+2
2019-04-24Introduce log fmt helpers LOGPENDP and LOGPCONNPau Espin Pedrol7-430/+329
2019-04-24cosmetic: handle_modify_con: Fix indentation levelPau Espin Pedrol1-1/+1
2019-04-23mgcp_msg: Log faulty line on Osmux parsing errorPau Espin Pedrol1-1/+4
2019-04-23cosmetic: Fix typos in commentPau Espin Pedrol1-2/+2
2019-04-22libosmo-mgcp: Use trunk type during endpoint allocationPau Espin Pedrol1-3/+12
2019-04-16mgcp-client: Sanitize implementation of mgcp_client_rtpbridge_wildcardPau Espin Pedrol1-5/+9
2019-04-16mgcp-client: whitespace cleanup in mgcp_client.cPau Espin Pedrol1-10/+10
2019-03-12AMR: Add function to convert between bw-effient and octet aligned modePhilipp Maier6-18/+305
2019-03-11mgcp_network: use mgcp_rtp_codec in downlink format callbackPhilipp Maier2-6/+7
2019-03-11mgcp_sdp: untangle parsing of a= parametersPhilipp Maier1-8/+11
2019-03-07mgcp_sdp: mgcp_sdp.c does not include own header filePhilipp Maier1-0/+1
2019-03-06mgcp_sdp: cosmetic: correct typo in commentPhilipp Maier1-1/+1
2019-03-04make codec_table public as osmo_mgcpc_codec_namesNeels Hofmeyr1-6/+6
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