diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-03 21:28:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-03 21:28:23 +0200 |
commit | fbf452591da8f39da1478e636082ef425c994f05 (patch) | |
tree | dd8083c928610c8df79bca9a4dadafd63ca81906 /doc | |
parent | 59b92b00c2f2bf4cc4798b6478b2566ddcbc8da5 (diff) | |
download | dabmux-fbf452591da8f39da1478e636082ef425c994f05.tar.gz dabmux-fbf452591da8f39da1478e636082ef425c994f05.tar.bz2 dabmux-fbf452591da8f39da1478e636082ef425c994f05.zip |
Add additional test case and example to servicelinking.mux
Diffstat (limited to 'doc')
-rw-r--r-- | doc/servicelinking.mux | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/servicelinking.mux b/doc/servicelinking.mux index b9a64d9..38c59ee 100644 --- a/doc/servicelinking.mux +++ b/doc/servicelinking.mux @@ -74,6 +74,35 @@ linking { } } } + + ; And now an international true to test more options + set-ri { + lsn 0xdef + active false + hard soft + international true + keyservice srv-ri + + list { + ri-on-drm { + type drm + id 0x1298 + ecc 0xec + } + + ri-on-amss { + type amss + id 0x1A2B + ecc 0xea + } + + ri-on-fm { + type fm + id 0x4C5D + ecc 0x4f + } + } + } } ; For information about the ensemble, service, subchannels, components and outputs, |