aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-11subchan_demux: Use ubit_t where appropriateHarald Welte1-5/+5
2020-05-11trau_frame: use 'ubit_t' for unpacked bitsHarald Welte1-12/+12
2020-05-10subchan_demux: Use 'ubit_t' for unpacked bit buffer; use constHarald Welte3-3/+3
2020-05-09e1_input: Add VTY command to enable PCAP debug outputSylvain Munaut1-0/+32
2020-05-08e1_input: Allow to change the pcap fd and/or unset itSylvain Munaut1-2/+27
2020-03-09ortp: disable SO_REUSEADDR + SO_REUSEPORTHarald Welte1-0/+6
2020-03-07osmo_ortp: add osmo_rtp_socket_set_dscp()Oliver Smith1-0/+10
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild2-21/+197
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 Munaut4-3/+287
2020-01-12introduce and use logging macros with context on E1 line / timeslotHarald Welte5-155/+117
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 Pedrol1-1/+1
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 Welte2-5/+3
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 Pedrol3-7/+27
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 Welte1-2/+2
2019-07-21extend the ipa keepalive fsmEric Wild1-5/+50
2019-07-21ipaccess.c: Avoid calling close(-1) on error pathHarald Welte1-2/+4
2019-07-17spellingDebian Mobcom Maintainers1-1/+1
2019-06-21add TCP_USER_TIMEOUT to keepaliveEric Wild1-0/+11
2019-06-21ipaccess: allow tcp keepalive for ipa clientsEric Wild1-2/+4
2019-04-06ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transitionHarald Welte1-1/+1
2019-04-06ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate eventHarald Welte1-0/+1
2019-03-19Add IPA keep-alive FSM implementationHarald Welte2-0/+291
2019-03-19rtp: Add 'autoconnect' feature to the osmo_rtp_socketSylvain Munaut1-0/+22
2019-03-08ipa: Make ipa_server_conn_destroy() re-entrantHarald Welte1-0/+5
2019-01-24Log peer's port in accept callbackMax1-2/+2
2019-01-24Set local IP in ipa_server_link properlyMax1-1/+10
2019-01-20Bump version: 0.5.1.20-de57 → 0.6.00.6.0Harald Welte1-2/+2
2018-12-06log IPA tags correctlyStefan Sperling1-4/+4
2018-11-12osmo_ortp: Log domain and fix strings without endl charPau Espin Pedrol1-1/+28
2018-10-03ipaccess: Simplify handling of ipaccess e1line tsPau Espin Pedrol1-14/+26
2018-10-02ipacces: Log correct trx_nr during IPA GETPau Espin Pedrol1-1/+1
2018-09-20ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2-7/+15