aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/e1d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove FSF address2021q4Oliver Smith2021-12-141-4/+0
* migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte2021-02-081-2/+2
* e1_input: Support I.460 timeslot typeHarald Welte2021-02-031-1/+3
* Use osmo_fd_setup() wherever applicableHarald Welte2020-12-211-4/+1
* cosmetic: fix spelling in logging messages: existAnt -> existEntVadim Yanitskiy2020-10-291-1/+1
* Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte2020-10-181-11/+11
* input/e1d: Add missing "RAW" timeslot supportHarald Welte2020-08-021-0/+72
* input/e1d: Fix support for TRAU slotsHarald Welte2020-08-021-0/+75
* e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6Harald Welte2020-08-021-3/+4
* e1d: Add new osmo_e1dp_client_ts_open() argumentHarald Welte2020-07-221-3/+3
* fix compilation with --enable-e1dHarald Welte2020-07-011-1/+1
* lapd: Always print context information when loggingHarald Welte2020-06-091-3/+6
* 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: Initial osmo-e1d supportSylvain Munaut2020-01-121-0/+280