Re: Question on HDLC and raw access to T1/E1 serial streams.
- From: Krzysztof Halasa <khc@xxxxxxxxx>
- Date: Sat, 30 Sep 2006 19:34:33 +0200
Ben Greear <greearb@xxxxxxxxxxxxxxx> writes:
I am looking for a way to bridge a T1/E1 network by reading a raw
bitstream from one T1 interface and writing it out to the other. The
application is adding delay and/or bit corruptions for impairment
testing.
I have been using Sangoma's drivers and NICs, but I'm having no luck
getting their latest stuff to work so I was hoping to use in-kernel
drivers (even if that means writing or hiring someone to write new ones.)
Is there currently a way to read/write the raw bitstream for a full T1
or E1 or a subset of channels?
Well, my generic HDLC works with HDLC framing only, T1/E1 is
a layer lower than that... I think Cyclades have (had?) a version
of PC300 card with T1/E1 interface. It at least doesn't require
any "binary blobs", though I think the driver would need some work.
Which line interface do you need? G.703?
Do you need to bridge multiple streams (not slots) over one
interface (internal (de)multiplexer - I mean "more than one
subset of channels")?
--
Krzysztof Halasa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Question on HDLC and raw access to T1/E1 serial streams.
- From: Ben Greear
- Question on HDLC and raw access to T1/E1 serial streams.
- Prev by Date: Re: fs/bio.c - Hardcoded sector size ?
- Next by Date: Re: [PATCH 2.6.18-mm2] acpi: add backlight support to the sony_acpi driver
- Previous by thread: Question on HDLC and raw access to T1/E1 serial streams.
- Next by thread: leering russsian Eighteen in poono!
- Index(es):
Relevant Pages
- Re: floppy
... the only interface available is the floppy port. ... Good luck with writing
the drivers for this. ... (comp.sys.ibm.pc.hardware.misc) - Question on HDLC and raw access to T1/E1 serial streams.
... I am looking for a way to bridge a T1/E1 network by reading a raw bitstream from one
T1 interface and writing it out to the other. ... I have been using Sangoma's drivers
and NICs, but I'm having no luck getting their latest stuff to work so I was hoping to use in-kernel
... (Linux-Kernel) - Re: HARDWARE: Open-Source-Friendly Graphics Cards -- Viable?
... I expect we'll come out with PCI and AGP ... Standardizing the hardware interface
lowers the cost of doing an OS ... been writing and maintaining drivers for years...
... (Linux-Kernel) - VESA fb weirdness in 2.6.0-test4-mm4
... Vesafb is announcing itself as: ... quite slow, but compared to *cough* some
other fb drivers, it is at least ... # ACPI (Advanced Configuration and Power Interface)
Support ... (Linux-Kernel) - [RFC] Proposal: common kernel-wide GPIO interface
... More and more devices these days come with some sort of GPIO interface, and more and
more drivers within the kernel could make use of a common way of accessing pins on such an interface,
not to mention userspace apps. ... For example, we have the I2C, LED, and SPI subsystems that
each could drive a device that's actually connected to some GPIO pins somewhere. ... (Linux-Kernel)