aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-29manual: Include QoS chapter and add osmo-mgw specific example2021q1Harald Welte2-0/+44
2021-04-29mgw: Add support for setting socket priority from VTYHarald Welte4-6/+30
2021-04-28switch from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP()Harald Welte3-13/+6
2021-04-28manual: don't define fig-bsc twiceHarald Welte1-1/+1
2021-04-28TOS bits != DSCPHarald Welte8-28/+9
2021-02-24Bump version: 1.8.0.1-535e → 1.8.11.8.1Harald Welte1-0/+6
2021-02-24attempt to fix RPM spec file after recent soversion bumpHarald Welte1-1/+1
2021-02-23Bump version: 1.7.0.138-ace0b-dirty → 1.8.01.8.0Pau Espin Pedrol7-30/+188
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+2
2021-02-04.gitignore: Ignore new autofoo tmp filesPau Espin Pedrol1-0/+1
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2021-01-02fixup mgcp_trunk: increase default number of virtual endpointsVadim Yanitskiy2-2/+2
2020-12-10mgcp_client: get rid of magic numbers for E1 slotsPhilipp Maier2-1/+4
2020-12-01usermanual: add chapter about mgcp endpointsPhilipp Maier2-0/+96
2020-12-01configuration: add section about E1 trunksPhilipp Maier1-0/+65
2020-11-27mgcp_trunk: get rid of magic numbers for E1 slotsPhilipp Maier1-2/+6
2020-11-26mgcp_vty: add missing VTY commands for E1 trunksPhilipp Maier1-0/+28
2020-11-26mgcp_vty: fix config write for trunk 0Philipp Maier1-1/+2
2020-11-25configuration: add note that changes to trunks need a restartPhilipp Maier1-0/+3
2020-11-25configuration: drop note about lackin E1 supportPhilipp Maier1-3/+2
2020-11-25configuration: remove hint towards trunk 0 limitPhilipp Maier1-1/+1
2020-11-25overview: add graph to show E1 integrationPhilipp Maier1-0/+16
2020-11-25overview: fix graph "OsmoMGW used with OsmoMSC"Philipp Maier1-3/+2
2020-11-25overview: fix graph "OsmoMGW used with OsmoBSC"Philipp Maier1-2/+2
2020-11-25overview: update section limitations.Philipp Maier1-6/+6
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-11/+34
2020-10-21use osmo_fd_setup() whenever applicableHarald Welte3-14/+8
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-08mgcp_vty: add user attributes to configuration commandsPhilipp Maier3-180/+248
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-13/+13
2020-09-23mgcp_e1: do not expose function mgcp_e1_init()Philipp Maier2-7/+2
2020-09-23mgcp_vty: deprecate bind early commandPhilipp Maier1-8/+7
2020-09-22mgcp_vty: remove remains of loopback functionalityPhilipp Maier3-34/+8
2020-09-21cosmetic: Fix typo in commentPau Espin Pedrol2-3/+2
2020-09-21mgw: Fix return value documentation for API mgcp_verify_call_idPau Espin Pedrol1-1/+1
2020-09-21mgw: Avoid logging notice message each time we receive nt param in LCOPau Espin Pedrol1-0/+5
2020-09-21cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2020-09-21mgw: Don't be case-sensitive when parsing X-Osmo-IGN paramPau Espin Pedrol1-1/+1
2020-09-18cosmetic: mgcp_client_fsm: change error message.Philipp Maier1-2/+2
2020-09-16change timer T2427001 to X2427Neels Hofmeyr1-3/+1
2020-09-08mgw: osmux: Fix conn watchdog timeout not updatedPau Espin Pedrol1-0/+2
2020-09-08mgw: Release endpoint after last conn times outPau Espin Pedrol4-9/+24
2020-09-08mgw: osmux: Avoid sending packets on recvonly connectionPau Espin Pedrol1-12/+18
2020-09-07mgw: Announce and rebind new local address if change required during MDCXPau Espin Pedrol1-0/+15
2020-09-07mgw: Find and store RTP conn local_addr once during CRCX handlingPau Espin Pedrol3-14/+15
2020-09-07mgw: Introduce VTY cmd 'rtp bind-ip-v6' commandPau Espin Pedrol3-15/+53
2020-09-07mgw: Initial IPv6 supportPau Espin Pedrol12-117/+281
2020-09-07mgw: Fix mgcp_rtp_end field description commentPau Espin Pedrol1-1/+1
2020-09-07mgcp_client: copy back Connection Information from MDCX ACKPau Espin Pedrol1-4/+11