Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tristan Matthews
bitstream
Commits
7f1360af
Commit
7f1360af
authored
Oct 23, 2018
by
Rafaël Carré
Browse files
desc65_get_scrambling_mode_txt: add DVB-CISSA version 1
reference: TS 103 127 V1.1.1
parent
976f2a98
Changes
1
Hide whitespace changes
Inline
Side-by-side
dvb/si/desc_65.h
View file @
7f1360af
...
...
@@ -70,6 +70,7 @@ static inline const char *desc65_get_scrambling_mode_txt(uint8_t i_mode)
i_mode
==
0x03
?
"DVB-CSA3 in standart mode"
:
i_mode
==
0x04
?
"DVB-CSA3 in minimally enhanced mode"
:
i_mode
==
0x05
?
"DVB-CSA3 in fully enhanced mode"
:
i_mode
==
0x10
?
"DVB-CISSA version 1"
:
i_mode
>=
0x06
&&
i_mode
<=
0x6f
?
"Reserved"
:
i_mode
>=
0x70
&&
i_mode
<=
0x7f
?
"ATIS defined"
:
i_mode
>=
0x80
&&
i_mode
<=
0xfe
?
"User defined"
:
"Reserved"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment