Content deleted Content added
No edit summary |
mNo edit summary Tags: Visual edit Mobile edit Mobile web edit |
||
(46 intermediate revisions by 32 users not shown) | |||
Line 1:
{{External links|date=September 2022}}
{{IPstack}} '''Generic Stream Encapsulation''', or GSE for short, is a [[Data link layer]] protocol defined by [[Digital Video Broadcasting|DVB]]. GSE provides means to carry packet oriented protocols such as [[Internet Protocol|IP]] on top of uni-directional [[physical layer]]s such as [[DVB-S2]], [[DVB-T2]] and [[DVB-C2]].
GSE provides additional features beyond the pure carriage of IP datagrams that increase the protocol flexibility and applicability. Some key GSE functions/characteristics are:
* Support for multi-protocol encapsulation ([[IPv4]], [[IPv6]], [[MPEG]], [[Asynchronous Transfer Mode|ATM]], [[Ethernet]], [[IEEE 802.1Q|802.1pQ]] [[VLAN]]s, etc.)
* Transparency to network layer functions, including [[Internet Protocol|IP]] [[encryption]] and [[IP header compression]].
* Support of several addressing modes. In addition to the 6-byte [[MAC address]] (including [[multicast]] and [[unicast]]), it supports a MAC address-less mode, and an optional 3-byte address mode.
* A mechanism for fragmenting [[Internet Protocol|IP]] [[datagrams]] or other [[network layer]] [[Packet (information technology)|packets]] over [[baseband|Base Band]] frames to support [[Link adaptation|ACM]]/[[Variable Coding and Modulation|VCM]].
* Support for hardware [[Firewall (computing)|filtering]].
* Extensibility: additional [[link protocol]]s can be included through specific protocol type values (e.g. [[Layer 2]] security, IP Header Compression, etc.).
== Protocol Outline ==
[[File:GSE diagram.png|right|thumb|400px|alt=Diagram of GSE encapsulation and fragmentation|How GSE carries datagrams and is carried in the physical layer]]
The [[Communications protocol|protocol]] [[specification]] has been published as [[ETSI]] TS
102 606.<ref name="ts102606">ETSI TS 102 606: "Digital Video
Broadcasting (DVB); Generic Stream Encapsulation (GSE)
Protocol"</ref>
document has been published as [[ETSI]] TS 102 771.<ref name="ts102771">ETSI TS 102 771: "Digital Video Broadcasting (DVB); Generic Stream Encapsulation (GSE) implementation guidelines"</ref>
IP datagrams, Ethernet Frames, or other network layer packets are encapsulated in one or more GSE Packets. The encapsulation process adds control information such as the network protocol type and address label, and provides an overall integrity check when needed.
Line 53 ⟶ 26:
GSE Packets may be sent in different Base Band frames, not necessarily consecutive or with the same transmission parameters (modulation format, coding rate). No constraint on the GSE Packet position within the Base Band frame is assumed. However, GSE Packets may not be reordered between the encapsulator and the de-encapsulator. In general, a Base Band frame can contain more than a single GSE Packet. Base Band frames may have fixed, or variable length.
GSE does not provide a mechanism for integrity check of single GSE Packet. A [[CRC-32]] is only appended to the last fragment of a fragmented payload to verify the correctness of the reassembly operation. GSE relies on the physical layer being able to ensure the required error detection and/or correction probability
=== GSE Header ===
Line 84 ⟶ 55:
| colspan="8" bgcolor="#CCFFCC"| Total Length
| colspan="16" bgcolor="#CCFFCC"| Protocol Type
| colspan="8" bgcolor="#CCFFCC"| Label (3
|-
! 64
| colspan="16" bgcolor="#CCFFCC"| Label (continuation, length 3
| colspan="16" bgcolor="#AADDBB"| Label (continuation, length 6
|-
! 96
| colspan="8" bgcolor="#AADDBB"| Label (continuation, length 6
| colspan="24" bgcolor="#FFBBBB"| [[Unidirectional Lightweight Encapsulation|ULE]] Extension Headers (Optional)
|-
! ...
Line 127 ⟶ 98:
|}
On [[DVB-S2]], [[DVB-T2]], and [[DVB-C2]] the ACM/VCM modes may cause the Base Band frames to vary in size depending on the transmission conditions. Hence there may be situations where the first fragments of a
This is when the '''Fragment ID''' field becomes important. It is a short-term identification of the payload frame. Whenever the encapsulator needs to move on to the next payload frame, without having finished transmitting the previous one, it uses the next available Fragment ID. That way, up to 256 payload frames can be "kept open" at any time. The decapsulator uses the Fragment ID to pick the reassembly buffer in which to store the fragment.
===
The "Label Type" (LT) bits determine how the GSE packet address is encoded according to the following table:
{| class="wikitable" style="text-align:center"
|+ Addressing Mode
|-
! width="
!
|-
| style="text-align:left" | Indicates that a 6 bytes label is present and shall be used for filtering.
|-
| style="text-align:left" | Indicates that a 3 bytes label is present and shall be used for filtering.
|-
| style="text-align:left" | No label present. All receivers shall process this packet.
|-
| style="text-align:left" | Label re-use: no label is present; the label is the same as the previous GSE packet in the same base band frame. LT=11 is also used for intermediate and end packets (''i.e.'' Start bit 0). LT=11 shall not be used for the first GSE packet in a base band frame with Start bit 1.
|-
|}
=== CRC-32 Trailer ===
Each GSE Packet containing the last fragment for a payload frame, carries a [[Cyclic redundancy check|CRC-32 checksum]] over the payload frame. The checksum is used to detect loss of intermediate fragments.
The checksum is a 32 bit value calculated according to the generator polynomial represented by 0x104C11DB7:
Line 285 ⟶ 134:
<math>y = x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11} + x^{10} + x^{8} + x^{7} + x^{5} + x^{4} + x^{2} + x^{1} + x^{0}</math>
If the last fragment of a
== GSE Implementations ==
Line 301 ⟶ 150:
base-band frames, these devices typically generate complete base-band
frames with the GSE packets as payload, which are then transferred to
the [[DVB-S2]], [[DVB-T2]] or [[DVB-C2]] modulator
interface.
Here is a (very likely incomplete) list of GSE en- and decapsulators:
* [https://web.archive.org/web/20120517023254/http://www.newtec.eu/ Newtec]
** [http://www.newtec.eu/products/professional-equipment/elevation/modems/ip-satellite-modem-el470/ EL470 IP Satellite Modem]
** [http://www.newtec.eu/products/professional-equipment/elevation/demodulators/ip-satellite-demodulator-el970/ EL970 IP Satellite Demodulator]
* [http://www.work-microwave.de/ WORK Microwave GmbH]
** [http://www.work-microwave.de/dvb-s_s2.html#modems Challenge Series Satellite High Speed DVB-S2 IP Modem SK-IP] {{Webarchive|url=https://web.archive.org/web/20110410220742/http://www.work-microwave.de/dvb-s_s2.html#modems |date=2011-04-10 }}
* [http://www.tebkom.at/ Tebkom GmbH]
** [https://web.archive.org/web/20150707163826/http://www.tebkom.at/product_odg.html ODG200 IP/DVB-S2 Encapsulator/Modulator with ACM support]
* [http://www.advantechwireless.com/ Advantech Wireless Inc.]
** [https://web.archive.org/web/20110903085805/http://www.advantechwireless.com/catalogue/products/amt75e-dvb-ss2-high-speed-broadcast-modem-2/ AMT 75e DVB-S/S2 High Speed Broadcast Modem]
* [http://www.comtechefdata.com/ Comtech EF Data Corporation]
** [http://www.comtechefdata.com/products/Advanced-VSAT-Series/pcdm-840.asp CDM-840 Remote Router]
* [http://www.transplaneta.com/ K.S.Transplaneta Ltd.]
** [https://web.archive.org/web/20120322130601/http://www.transplaneta.com/products/ip-encapsulator dpi4502 DVB2 (S2/T2/C2) compliant IPv4 / IPv6 Encapsulator]
* [http://dveo.com/ Computer Modules, Inc.]
** [http://dveo.com/broadcast-systems/ip-over-dvb-encapsulator.shtml DVB Rocket™/S2]
* [http://www.ayecka.com/ Ayecka Communication systems LTD]
**[http://ayecka.com/products-SR1.php#SR1 SR1 - Advance DVB-S2 demodulator with hardware based, wire speed, GSE Decapsulator]
**[http://ayecka.com/products-ST1.php#ST1 ST1 - Advance DVB-S2 modulator with hardware based, wire speed, GSE encapsulator]
**[http://ayecka.com/products-SM1.php SM1 - Advance DVB-S2 Modem with hardware based, wire speed, GSE EnCapsulator / DeCapsulator]
=== GSE-based IP Service Offerings ===
There are many IP-over-satellite service offerings, including for
instance [[ASTRA2Connect]] from [[SES
[[Eutelsat]]. Little detail is however known about the protocols used
since the receivers are provided as part of the service by the
Line 343 ⟶ 189:
* [http://www.dvb.org/technology/standards/index.xml#multiplexing Obtain GSE Standard and Guidelines from DVB free of charge]
* [http://www.dvb.org/technology/fact_sheets/DVB-GSE-Fact-Sheet.0709.pdf DVB Fact Sheet on GSE]
* [https://web.archive.org/web/20110722013509/http://telecom.esa.int/telecom/www/object/index.cfm?fobjectid=30265 GSE project home page] at [[ESA
* [https://github.com/CNES/libgse Opensource implementation of GSE]
[[Category:Television technology]]
|