aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-03ipa: use AF_UNSPEC instead of AF_INETlynxis/ipv6Alexander Couzens1-2/+2
2020-04-15gitlab-ci: try to fix artifactsAlexander Couzens1-1/+1
2020-04-15gitlab-ci: ls depsAlexander Couzens1-1/+1
2020-04-13test local reposAlexander Couzens1-1/+1
2020-04-13test local reposAlexander Couzens1-1/+1
2020-04-13test local reposAlexander Couzens1-1/+2
2020-04-13test local reposAlexander Couzens1-1/+1
2020-04-13test local reposAlexander Couzens1-1/+1
2020-04-13test local reposAlexander Couzens1-0/+1
2020-04-13test local reposAlexander Couzens1-1/+1
2020-04-12test local reposAlexander Couzens1-1/+1
2020-04-12test local reposAlexander Couzens1-5/+8
2020-04-12gitlab-ci: fix depeAlexander Couzens1-2/+2
2020-04-12.gitlab-ci fix project namespaceAlexander Couzens1-1/+1
2020-04-12.gitlab-ci with dependenciesAlexander Couzens1-2/+5
2020-04-12gitlab-ci: trigger congressgsmAlexander Couzens1-0/+17
2020-03-09ortp: disable SO_REUSEADDR + SO_REUSEPORTHarald Welte3-2/+8
2020-03-09Add rtp_test to show the double-bind bug of OS#4444Harald Welte4-2/+109
2020-03-07osmo_ortp: add osmo_rtp_socket_set_dscp()Oliver Smith3-0/+12
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild4-22/+204
2020-01-22ipaccess.c: line_already_initialized: int -> boolOliver Smith1-2/+2
2020-01-12e1d: Implement varions non-LAPD timeslot modesHarald Welte1-1/+61
2020-01-12e1d: Don't connect to e1d at program start timeHarald Welte1-7/+8
2020-01-12e1d: Use LOGPIL/LOGPITS logging macros to give contextHarald Welte1-13/+9
2020-01-12e1d: Use line->port_nr to specify e1d interface/lineHarald Welte1-3/+11
2020-01-12e1d: Remove bogus vty_show function.Harald Welte1-9/+0
2020-01-12e1d: Remove EXCEPTFD handlingHarald Welte1-3/+1
2020-01-12e1d: Don't use perror() directly, use osmocom logging insteadHarald Welte1-2/+2
2020-01-12e1d: add missing forward-declaration of e1inp_e1d_init()Harald Welte1-0/+1
2020-01-12e1d: Use HAVE_E1D in C source, not ENABLE_E1DHarald Welte1-1/+1
2020-01-12e1d: Initial osmo-e1d supportSylvain Munaut6-3/+312
2020-01-12introduce and use logging macros with context on E1 line / timeslotHarald Welte6-155/+123
2020-01-12dahdi: Don't use perror() directly, use osmocom logging insteadHarald Welte1-4/+8
2020-01-07add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr1-0/+8
2020-01-02Bump version: 0.7.0.8-4c2c-dirty → 0.8.00.8.0Pau Espin Pedrol3-3/+21
2020-01-01input/ipa_keepalive.c: make sure IPA keepalive FSM is registeredVadim Yanitskiy1-1/+1
2019-12-01Enable DAHDI support by default; require --disable-dahdi otherwiseHarald Welte4-6/+14
2019-12-02e1_input.c: make reference counting get() / put() more verboseVadim Yanitskiy1-2/+9
2019-12-02input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GETVadim Yanitskiy1-1/+1
2019-12-02input/ipaccess.c: propagate errors from ipa_parse_unitid()Vadim Yanitskiy1-1/+5
2019-11-14dahdi: Use ioctl(DAHDI_SPECIFY) instead of legacy /dev/dahdi/%uHarald Welte1-26/+35
2019-11-08ipa: Allow setting local addr and port for struct ipa_client_connPau Espin Pedrol5-8/+41
2019-09-15ipa: ipa_server_link_close() add checks of link stateAlexander Couzens1-0/+6
2019-07-21Bump version: 0.6.0.13-b4a7 → 0.7.00.7.0Harald Welte2-2/+32
2019-07-21extend the ipa keepalive fsmEric Wild2-9/+58
2019-07-21ipaccess.c: Avoid calling close(-1) on error pathHarald Welte1-2/+4
2019-07-17spellingDebian Mobcom Maintainers1-1/+1
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-06-21add TCP_USER_TIMEOUT to keepaliveEric Wild1-0/+11
2019-06-21ipaccess: allow tcp keepalive for ipa clientsEric Wild1-2/+4