aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild1-20/+149
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: Initial osmo-e1d supportSylvain Munaut1-0/+280
2020-01-12introduce and use logging macros with context on E1 line / timeslotHarald Welte4-139/+103
2020-01-12dahdi: Don't use perror() directly, use osmocom logging insteadHarald Welte1-4/+8
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 Welte1-4/+0
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 Pedrol2-6/+25
2019-09-15ipa: ipa_server_link_close() add checks of link stateAlexander Couzens1-0/+6
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 Welte1-0/+290
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
2018-12-06log IPA tags correctlyStefan Sperling1-4/+4
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 Sperling1-4/+12
2018-09-04Properly deal with sockaddr_un socket path length limitations.Stefan Sperling1-7/+9
2018-08-28ipaccess: Allow passing return code in e1inp_line_ops->sign_link()Pau Espin Pedrol1-3/+2
2018-08-28ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cbPau Espin Pedrol1-7/+2
2018-08-28ipa: Allow signalling fd destroyed in ipa_server_conn_readPau Espin Pedrol1-7/+8
2018-08-28ipa: Allow signalling fd destroyed in ipa_client_readPau Espin Pedrol1-7/+8
2018-08-28ipa: Simplify code in ipa_server_conn_readPau Espin Pedrol1-6/+4
2018-08-28ipa: Simplify code in ipa_client_readPau Espin Pedrol1-8/+4
2018-08-24ipa: don't crash on missing IPA ID GET messageNeels Hofmeyr1-4/+8
2018-08-23ipaccess_rcvmsg: Fix bug introduced in previous commitPau Espin Pedrol1-1/+1
2018-08-22ipaccess: Use osmo_fd_setup to set up callbacksPau Espin Pedrol1-15/+5
2018-08-01Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse()Harald Welte2-4/+2
2018-07-27fix strncpy bugs in ipaccess.c, ipa_proxy.cNeels Hofmeyr1-6/+5
2018-05-23ipaccess: Avoid using released line and bfd in ipaccess_fd_cbPau Espin Pedrol1-17/+11
2018-05-23ipaccess: ipaccess_rcvmsg: Drop unneeded memcpyPau Espin Pedrol1-1/+0
2018-03-22preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()Stefan Sperling1-1/+5
2018-02-13IPA: log remote addressMax1-18/+20