aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-18Check return code of fcntl() in several plaacesHarald Welte1-1/+12
2022-11-01ctl: Prevent clients from opening TS0Harald Welte1-1/+1
2022-03-28OCTOI: initial support for E1oIP forwardingHarald Welte1-0/+3
2022-01-09cosmetic: Adhere osmocom coding style in for-loopsHarald Welte1-1/+1
2022-01-09Fix a bunch of warning raised by the new build warning optionsSylvain Munaut1-4/+1
2021-05-10ctl: properly set the timeslot mode in E1DP_CMD_TS_QUERYHarald Welte1-2/+16
2020-12-20Move e1d_find_intf + e1_intf_find_line to intf_line.cHarald Welte1-24/+0
2020-09-20make sure a given timeslot can only be opened once (by default)Harald Welte1-2/+10
2020-09-11src/ctl.c: Log NOTICE messages whenever client send unexpected requestsHarald Welte1-5/+16
2020-07-22make RAW read buffer size configurable (instead of hard-coded 160)Harald Welte1-3/+6
2020-07-22implement buffering to chunks in E1->application directionHarald Welte1-0/+15
2020-07-20cosmetic: create HDLC specific sub-structure within e1_tsHarald Welte1-2/+2
2020-07-15Add new E1DP_CMD_LINE_CONFIG for switching channelized/superchannelHarald Welte1-0/+64
2020-07-14introduce concept of superchannel to data structuresHarald Welte1-1/+6
2020-07-11Use SOCK_STREAM sockets for E1_TS_MODE_RAWHarald Welte1-1/+14
2020-07-11print E1DP Mode as string, not in numeric formatHarald Welte1-1/+1
2020-06-29Add virtual pair of E1 interfacesHarald Welte1-5/+5
2020-06-29extend logging (log more noteworthy events)Harald Welte1-0/+6
2020-06-29Export _e1d_ts_stop() function inside daemonHarald Welte1-3/+3
2020-06-29ctl.c: Fix off-by-one: FD=0 is a valid file descriptorHarald Welte1-1/+1
2020-06-29VTY interface supportHarald Welte1-6/+6
2019-05-11Initial code importSylvain Munaut1-0/+340