Feature #138
Support the Logical Channel Number descriptor (0x83)
Start date:
Due date:
% Done:
0%
Estimated time:
Description
in the NIT table there can be a Logical Channel Descriptor present. This descriptor has DVB descriptor tag 0x83. The syntax for this descriptor is as follows:
logical_channel_descriptor(){ descriptor_tag 8 uimsbf descriptor_length 8 uimsbf for (i=0; i<N;i++){ service_id 16 uimsbf visible_service_flag 1 bslbf reserved 5 bslbf logical_channel_number 10 uimsbf } }
This descriptor gives the logical channel number for a service. This number could be used by TV Headend to populate the Channel Number based on this number.
History
Updated by Hein Rigolo almost 15 years ago
here are 2 pdf's on the internet describing this descriptor:
http://www.freetv.com.au/SiteMedia/w3svc087/Uploads/Documents/18efb4b4-cd30-4da4-a3ae-5fb4f4b64884.pdf
http://mumudvb.braice.net/mumudrupal/sites/default/files/Specifiche_LCN.pdf
Updated by Andreas Smas over 14 years ago
- Status changed from New to Fixed
- Found in version set to fixed
Fixed in r4829