osmo-e1d/src
Harald Welte d4700da1e8 e1d-ts-pipe: Don't write more HDLC bytes than e1d supports
This avoids truncation and the following error message when operating
in HDLC-FCS mode:

<0001> mux_demux.c:91 (I0:L0:T16) Truncated message: Client tried to send 320 bytes but our buffer is limited to 264

Change-Id: I836d8b98ce5b831b0498c4650263ec3b3d4f2c45
2021-12-31 16:47:15 +01:00
..
e1gen Add new "osmo-e1gen" program. 2021-01-05 23:46:05 +01:00
Makefile.am Bump version: 0.1.1.33-4292-dirty → 0.2.0 2021-02-24 14:07:28 +01:00
ctl.c ctl: properly set the timeslot mode in E1DP_CMD_TS_QUERY 2021-05-10 23:33:54 -05:00
e1d-ts-pipe.c e1d-ts-pipe: Don't write more HDLC bytes than e1d supports 2021-12-31 16:47:15 +01:00
e1d.h Introduce a #define for the maximum HDLC buffer size (264) 2021-12-31 16:47:12 +01:00
ice1usb_proto.h Add support for icE1usb interrupt endpoint error reporting 2020-12-20 11:29:59 +01:00
intf_line.c Evaluate received E and A bits in TS0 2021-01-05 23:46:02 +01:00
log.c make compile-time default logging configuration less verbose 2021-11-12 21:34:34 +01:00
log.h Always log context (interface/line/timeslot) when available 2020-06-29 23:09:27 +02:00
mux_demux.c e1d: reliably detect EOF (HDLC-FCS mode) 2021-12-31 16:46:06 +01:00
osmo-e1d.c move usb.c function declarations to newly-created usb.h 2020-12-20 11:45:54 +01:00
osmo-e1gen.c Add new "osmo-e1gen" program. 2021-01-05 23:46:05 +01:00
proto.c Add new E1DP_CMD_LINE_CONFIG for switching channelized/superchannel 2020-07-15 10:26:15 +00:00
proto_clnt.c make sure a given timeslot can only be opened once (by default) 2020-09-20 11:55:14 +02:00
proto_srv.c Use OSMO_FD_* instead of deprecated BSC_FD_* 2020-10-18 22:36:34 +02:00
usb.c Evaluate received E and A bits in TS0 2021-01-05 23:46:02 +01:00
usb.h move usb.c function declarations to newly-created usb.h 2020-12-20 11:45:54 +01:00
vpair.c Evaluate received E and A bits in TS0 2021-01-05 23:46:02 +01:00
vty.c e1d: fix ASSERT during "write terminal" 2021-03-26 09:29:15 +01:00