- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
[DSI翻译整理
DSM-CC DownloadServerInitiate Message 翻译整理
dsmccSectionFormat 2
DownloadServerInitiateMessage 5
dsmccMessageHeader 6
dsmccAdaptationHeader 8
DownloadServerInitiate PrivateData 9
dsmccSectionFormat
Table A.0:MPEGE-2 DSM-CC section format
Syntax Number of Bytes Type DSMCC_section() {
table_id
section_syntax_indicator
private_indicator
reserved
dsmcc_section_length
table_id_extension
reserved
version_number
current_next_indicator
section_number
last_section_number
if(table_id == 0x3A) {
LLCSNAP()
}
else if (table_id == 0x3B) {
userNetworkMessage()
}
else if (table_id == 0x3C) {
downloadDataMessage()
}
else if (table_id == 0x3D) {
DSMCC_descriptor_list()
}
else if (table_id == 0x3E) {
for (i=0;idsmcc_section_length-9;i++) {
private_data_byte
}
}
if(section_syntax_indicator == ‘0’) {
checksum
}
else {
CRC_32
}
}
8
1
1
2
12
16
2
5
1
8
8
32
32
uimsbf
bslbf
bslbf
bslbf
uimsbf
uimsbf
bslbf
uimsbf
bslbf
uimsbf
uimsbf
uimsbf
rpchof
table_id : 这是一个8 bit的字段。在DSMCC协议的section中,应是用来识别DSMCCsection有效荷载的类型。表9-3对table_id作了一个完整的描述:
表 9-3 DSM-CC table_id assignments
table_id DSMCC Section Type 0x00-0x37 ITU-T Rec. H.222.0 | ISO/IEC 13818-1 defined 0x38-0x39 ISO/IEC 13818-6 reserved 0x3A DSM-CC Sections containing multi-protocol encapsulated data 0x3B DSM-CC Sections containing multi-protocol encapsulated data 0x3C DSM-CC Sections containing Download Data Messages 0x3D DSM-CC Sections containing Stream Descriptors 0x3E DSM-CC Sections containing private data 0x3F ISO/IEC 13818-6 reserved 0x40-0xFE User private 0xFF forbidden back
section_syntax_indicator : 这是一个1 bit的字段。其值为’1’时,表示存在CRC_32;为’0’时,表示存在checksum字段。
private_indicator : 这是一个1 bit的标识符。用来补充section_syntax_indicator标识符。
reserved : 这是一个2bit的系统保留字段,其值为’11’.
dsmcc_section_length : 这个12 bit的字段表示从下一个字段起到这个section结束的长度。
table_id_extension : table_id的扩展。当值table_id 等于 0x3B时,这个字段转换拷贝一个transaction_id字段中的至少2个有意义的Bytes(transaction_i
文档评论(0)