aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add ipa ping/pong keepalive for OML/RSL links between bts and bscosmith/pingpongEric Wild2020-01-224-17/+214
* ipaccess.c: line_already_initialized: int -> boolOliver Smith2020-01-221-2/+2
* e1d: Implement varions non-LAPD timeslot modesHarald Welte2020-01-121-1/+61
* e1d: Don't connect to e1d at program start timeHarald Welte2020-01-121-7/+8
* e1d: Use LOGPIL/LOGPITS logging macros to give contextHarald Welte2020-01-121-13/+9
* e1d: Use line->port_nr to specify e1d interface/lineHarald Welte2020-01-121-3/+11
* e1d: Remove bogus vty_show function.Harald Welte2020-01-121-9/+0
* e1d: Remove EXCEPTFD handlingHarald Welte2020-01-121-3/+1
* e1d: Don't use perror() directly, use osmocom logging insteadHarald Welte2020-01-121-2/+2
* e1d: add missing forward-declaration of e1inp_e1d_init()Harald Welte2020-01-121-0/+1
* e1d: Use HAVE_E1D in C source, not ENABLE_E1DHarald Welte2020-01-121-1/+1
* e1d: Initial osmo-e1d supportSylvain Munaut2020-01-126-3/+312
* introduce and use logging macros with context on E1 line / timeslotHarald Welte2020-01-126-155/+123
* dahdi: Don't use perror() directly, use osmocom logging insteadHarald Welte2020-01-121-4/+8
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2020-01-071-0/+8
* Bump version: 0.7.0.8-4c2c-dirty → 0.8.00.8.0Pau Espin Pedrol2020-01-023-3/+21
* input/ipa_keepalive.c: make sure IPA keepalive FSM is registeredVadim Yanitskiy2020-01-011-1/+1
* Enable DAHDI support by default; require --disable-dahdi otherwiseHarald Welte2019-12-014-6/+14
* e1_input.c: make reference counting get() / put() more verboseVadim Yanitskiy2019-12-021-2/+9
* input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GETVadim Yanitskiy2019-12-021-1/+1
* input/ipaccess.c: propagate errors from ipa_parse_unitid()Vadim Yanitskiy2019-12-021-1/+5
* dahdi: Use ioctl(DAHDI_SPECIFY) instead of legacy /dev/dahdi/%uHarald Welte2019-11-141-26/+35
* ipa: Allow setting local addr and port for struct ipa_client_connPau Espin Pedrol2019-11-085-8/+41
* ipa: ipa_server_link_close() add checks of link stateAlexander Couzens2019-09-151-0/+6
* Bump version: 0.6.0.13-b4a7 → 0.7.00.7.0Harald Welte2019-07-212-2/+32
* extend the ipa keepalive fsmEric Wild2019-07-212-9/+58
* ipaccess.c: Avoid calling close(-1) on error pathHarald Welte2019-07-211-2/+4
* spellingDebian Mobcom Maintainers2019-07-171-1/+1
* contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith2019-07-101-0/+1
* add TCP_USER_TIMEOUT to keepaliveEric Wild2019-06-211-0/+11
* ipaccess: allow tcp keepalive for ipa clientsEric Wild2019-06-211-2/+4
* ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transitionHarald Welte2019-04-061-1/+1
* ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate eventHarald Welte2019-04-061-0/+1
* Add IPA keep-alive FSM implementationHarald Welte2019-03-193-0/+327
* rtp: Add 'autoconnect' feature to the osmo_rtp_socketSylvain Munaut2019-03-192-0/+23
* tests: use -no-install libtool flag to avoid ./lt-* scriptsOliver Smith2019-03-191-1/+1
* ipa: Make ipa_server_conn_destroy() re-entrantHarald Welte2019-03-081-0/+5
* Log peer's port in accept callbackMax2019-01-241-2/+2
* Set local IP in ipa_server_link properlyMax2019-01-241-1/+10
* Bump version: 0.5.1.20-de57 → 0.6.00.6.0Harald Welte2019-01-204-6/+38
* log IPA tags correctlyStefan Sperling2018-12-061-4/+4
* osmo_ortp: Log domain and fix strings without endl charPau Espin Pedrol2018-11-121-1/+28
* e1_input.h: Set correct type for input_signal_data->link_typePau Espin Pedrol2018-10-031-1/+1
* ipaccess: Simplify handling of ipaccess e1line tsPau Espin Pedrol2018-10-034-22/+36
* ipacces: Log correct trx_nr during IPA GETPau Espin Pedrol2018-10-021-1/+1
* ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2018-09-202-7/+15
* debian: Conflict libosmoabis6 with libosmoabis5Pau Espin Pedrol2018-09-041-0/+4
* Properly deal with sockaddr_un socket path length limitations.Stefan Sperling2018-09-042-7/+18
* debian: Fix libosmoabis soname package versionPau Espin Pedrol2018-08-302-4/+4
* ipaccess: Allow passing return code in e1inp_line_ops->sign_link()Pau Espin Pedrol2018-08-282-3/+3